Skip to content

Commit

Permalink
[FIX] base: partner of bank account
Browse files Browse the repository at this point in the history
Add the `partner_id` field in the view, otherwise such a basic
modification is not possible.

opw-1932182

closes odoo#30457
  • Loading branch information
fmdl authored and nim-odoo committed Jan 31, 2019
1 parent 5ce38b7 commit e9e7f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odoo/addons/base/res/res_bank_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<field name="bank_id"/>
<field name="currency_id" groups="base.group_multi_currency" options="{'no_create': True}"/>
<field name="company_id" groups="base.group_multi_company" options="{'no_create': True}"/>
<field name="partner_id"/>
</group>
</form>
</field>
Expand Down

0 comments on commit e9e7f7d

Please sign in to comment.