Skip to content

Commit

Permalink
[UPD] ssi_hr_expense_account_reimbursement
Browse files Browse the repository at this point in the history
* Optionally hide expense account info on reimbursement line
  • Loading branch information
andhit-r committed Mar 30, 2024
1 parent 7f8ce3f commit 4cdfe27
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
expr="//field[@name='line_ids']/tree/field[@name='account_id']"
position="after"
>
<field name="require_expense_account" force_save="1" />
<field name="expense_account_id" force_save="1" />
<field
name="require_expense_account"
force_save="1"
optional="hide"
/>
<field name="expense_account_id" force_save="1" optional="hide" />
</xpath>
</data>
</field>
Expand Down

0 comments on commit 4cdfe27

Please sign in to comment.