Skip to content
Snippets Groups Projects
Commit b1b7ad79 authored by Juliana's avatar Juliana
Browse files

[UPD]Update display fields

parent 929c3b21
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,10 @@
</div>
</div>
<group name="infos" position="after">
<group>
<field name="sale_price" attrs="{'invisible': [('is_delivery', '!=', True)]}"/>
<field name="price_accise" attrs="{'invisible': [('is_delivery', '!=', True)]}"/>
</group>
<notebook>
<page
string="Facturation"
......@@ -69,8 +73,6 @@
name="is_account_auto_activate"
widget="boolean_toggle"
/>
<field name="sale_price"/>
<field name="price_accise"/>
</group>
<group>
<field
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment