Skip to content

Commit

Permalink
[IMP] account: add partner_id in the opening entry form view.
Browse files Browse the repository at this point in the history
Just in case users want to split the initial balance on receivable/payable accounts by partner
  • Loading branch information
qdp-odoo committed Sep 8, 2017
1 parent d7190a3 commit 97070bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/account/wizard/setup_wizards_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<field name="arch" type="xml">
<tree editable="bottom" string="Journal Items" decoration-info="is_unaffected_earnings_line == True">
<field name="account_id" domain="[('company_id', '=', parent.company_id), ('deprecated', '=', False)]"/>
<field name="partner_id"/>
<field name="name"/>
<field name="amount_currency" groups="base.group_multi_currency"/>
<field name="currency_id" options="{'no_create': True}" groups="base.group_multi_currency"/>
Expand Down

0 comments on commit 97070bf

Please sign in to comment.