Skip to content

Commit

Permalink
o campo não estava salvando
Browse files Browse the repository at this point in the history
  • Loading branch information
Mackilem committed Jun 18, 2019
1 parent 1edcefc commit 42b8a2f
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 42b8a2f

Please sign in to comment.