Skip to content

Commit

Permalink
Merge 42b8a2f into 6db7808
Browse files Browse the repository at this point in the history
  • Loading branch information
Mackilem committed Jun 18, 2019
2 parents 6db7808 + 42b8a2f commit 0e695f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br_payment_cnab_expense/views/hr_expense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<field name="payment_mode_id" domain="[('type', '=', 'payable')]" />
<field name="payment_type" invisible="1" />
<field name="date_payment"/>
<field name="bank_account_id" attrs="{'invisible': [('payment_type', 'not in', ('01', '02'))]}" />
<field name="bank_account_id" force_save="1" attrs="{'invisible': [('payment_type', 'not in', ('01', '02'))]}" />
</group>
</xpath>
</field>
Expand Down

0 comments on commit 0e695f1

Please sign in to comment.