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

[update] partner form view to add company_type on child view

parent 6518ee32
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -299,6 +299,7 @@ ...@@ -299,6 +299,7 @@
name="context" name="context"
>{'default_parent_id': active_id, 'default_street': street, 'default_street2': street2, 'default_street3': street3, 'default_city': city, 'default_cedex': cedex, 'default_state_id': state_id, 'default_zip': zip, 'default_country_id': country_id, 'default_lang': lang, 'default_ur_id': ur_id, 'default_user_id': user_id}</attribute> >{'default_parent_id': active_id, 'default_street': street, 'default_street2': street2, 'default_street3': street3, 'default_city': city, 'default_cedex': cedex, 'default_state_id': state_id, 'default_zip': zip, 'default_country_id': country_id, 'default_lang': lang, 'default_ur_id': ur_id, 'default_user_id': user_id}</attribute>
</xpath> </xpath>
<!-- Kanban Child -->
<xpath <xpath
expr="//field[@name='child_ids']//kanban//field[@name='function']" expr="//field[@name='child_ids']//kanban//field[@name='function']"
position="before" position="before"
...@@ -317,6 +318,13 @@ ...@@ -317,6 +318,13 @@
name="mandate_id" name="mandate_id"
/></div> /></div>
</xpath> </xpath>
<!-- Form Child -->
<xpath
expr="//field[@name='child_ids']//form//field[@name='type']"
position="after"
>
<field name="company_type" widget="radio" class="oe_edit_only" options="{'horizontal': true}"/>
</xpath>
<xpath <xpath
expr="//field[@name='child_ids']//form//field[@name='function']" expr="//field[@name='child_ids']//form//field[@name='function']"
position="replace" position="replace"
......
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