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

[UPD]Invisible part invoice if counter injection

parent dafd74ef
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@
</div>
<group name="infos" position="after">
<notebook>
<page string="Facturation" name="account">
<page string="Facturation" name="account"
attrs="{'invisible': [('is_injection', '!=', True)]}">
<group>
<group>
<field
......@@ -73,26 +74,6 @@
/>
</group>
</group>
<field name="acc_account_delivery_ids" widget="one2many">
<tree string="Facturation" editable="bottom">
<field name="acc_operation_id" invisible="1" />
<field name="name" />
<!-- <field name="date"/>-->
<field name="acc_injection_id" />
<field name="acc_delivery_id" />
<field name="amount_total" />
</tree>
</field>
<field name="acc_account_injection_ids" widget="one2many">
<tree string="Facturation" editable="bottom">
<field name="acc_operation_id" invisible="1" />
<field name="name" />
<!-- <field name="date"/>-->
<field name="acc_injection_id" />
<field name="acc_delivery_id" />
<field name="amount_total" />
</tree>
</field>
</page>
</notebook>
</group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment