Skip to content
Extraits de code Groupes Projets
Valider 9beffb6e rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[add] UR domain on parent_id

parent 8e1f4459
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</field> </field>
<field name="parent_id" position="attributes"> <field name="parent_id" position="attributes">
<attribute name="options">{'no_create': True}</attribute> <attribute name="options">{'no_create': True}</attribute>
<attribute name="domain">[('is_company', '=', True)]</attribute> <attribute name="domain">[('is_company', '=', True), ('ur_id', '=', ur_id)]</attribute>
<attribute name="placeholder">Société</attribute> <attribute name="placeholder">Société</attribute>
</field> </field>
<xpath expr="//div[hasclass('oe_title')]" position="attributes"> <xpath expr="//div[hasclass('oe_title')]" position="attributes">
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter