Skip to content

Commit

Permalink
Add domain on account_id field
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Dec 16, 2016
1 parent 369e5f9 commit 42bc43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_expense_header_account/views/hr_expense_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="inherit_id" ref="hr_expense.view_expenses_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='journal_id']" position="after">
<field name="account_id"/>
<field name="account_id" domain="[('reconcile','=',True)]"/>
</xpath>
</field>
</record>
Expand Down

0 comments on commit 42bc43e

Please sign in to comment.