Skip to content

Commit

Permalink
[Fix] remove required
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Jul 6, 2017
1 parent 213d1e1 commit 1a0f2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_mass_reconcile/views/mass_reconcile.xml
Expand Up @@ -127,7 +127,7 @@ The lines should have the partner, the credit entry ref. is matched vs the debit
<field name="income_exchange_account_id" groups="base.group_multi_currency"/>
<field name="expense_exchange_account_id" groups="base.group_multi_currency"/>
<field name="journal_id" attrs="{'required':[('write_off','>',0)]}"/>
<field name="analytic_account_id" attrs="{'required':[('write_off','>',0)]}"/>
<field name="analytic_account_id"/>
<field name="date_base_on"/>
</tree>
</field>
Expand Down

0 comments on commit 1a0f2ac

Please sign in to comment.