Skip to content

Commit

Permalink
Merge PR #334 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Aug 27, 2023
2 parents 629aa64 + 9c27c4c commit 5488318
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 5488318

Please sign in to comment.