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

[UPD] show team_id for everyone

parent 9759efba
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -6,7 +6,7 @@
<record id="res_partner_view_form_inherit_cosavoirs" model="ir.ui.view">
<field name="name">res.partner.view.form.inherit.cosavoirs</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form" />
<field name="inherit_id" ref="sales_team.res_partner_view_team" />
<field name="arch" type="xml">
<xpath expr="//field[@name='state_id']" position="attributes">
<attribute name="invisible">True</attribute>
......@@ -61,6 +61,9 @@
</xpath>
<!-- Notebook -->
<xpath expr="//field[@name='team_id'][2]" position="attributes">
<attribute name="groups" />
</xpath>
<xpath expr="//page[@name='internal_notes']" position="after">
<page
string="Infos OPCO"
......
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