Skip to content

Commit

Permalink
[FIX] maintenance_account: Add the field
Browse files Browse the repository at this point in the history
We want to add it in order to avoid that the information when using the purchase field.
  • Loading branch information
etobella committed Apr 21, 2023
1 parent 6582133 commit 9c27c4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maintenance_account/views/account_move_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
attrs="{'column_invisible': [('parent.move_type', '!=', 'in_invoice')]}"
optional="hide"
/>
<field name="equipment_ids" invisible="1" />
</xpath>
<xpath
expr="//notebook//field[@name='line_ids']/tree/field[@name='date_maturity']"
Expand All @@ -40,6 +41,7 @@
domain="[('company_id','=', parent.company_id)]"
optional="hide"
/>
<field name="equipment_ids" invisible="1" />
</xpath>
</field>
</record>
Expand Down

0 comments on commit 9c27c4c

Please sign in to comment.