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

[fix] get ur value from context

parent cdd5b552
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<attribute name="invisible">True</attribute> <attribute name="invisible">True</attribute>
</xpath> </xpath>
<field name="product_id" position="attributes"> <field name="product_id" position="attributes">
<attribute name="domain">[('ur_id', '=', ur_id)]</attribute> <attribute name="domain">[('ur_id', '=', context.get('ur_id'))]</attribute>
</field> </field>
<field name="reference" position="attributes"> <field name="reference" position="attributes">
<attribute name="invisible">True</attribute> <attribute name="invisible">True</attribute>
......
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