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

[IMP] Hide deal_id

parent bf0104bd
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
ref="financial_contract.financial_deal_contract_view" ref="financial_contract.financial_deal_contract_view"
/> />
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="deal_id" position="attributes">
<attribute name="invisible">1</attribute>
</field>
<xpath expr="//field[@name='partner_id']" position="before"> <xpath expr="//field[@name='partner_id']" position="before">
<field name="deal_tool_id"/> <field name="deal_tool_id"/>
</xpath> </xpath>
......
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