Skip to content

Commit

Permalink
[MIG] account_payment_order: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wpichler committed Oct 25, 2022
1 parent 4301ac7 commit 724c8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_payment_order/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{
"name": "Account Payment Order",
"version": "15.0.1.0.5",
"version": "16.0.1.0.1",
"license": "AGPL-3",
"author": "ACSONE SA/NV, "
"Therp BV, "
Expand Down
3 changes: 2 additions & 1 deletion account_payment_order/views/account_payment_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<group name="left">
<field
name="order_id"
groups="base.group_multi_company"
invisible="not context.get('account_payment_line_main_view')"
/>
<field name="name" />
Expand All @@ -25,7 +26,7 @@
<field
name="partner_bank_id"
context="{'default_partner_id': partner_id}"
domain="[('partner_id', '=', partner_id), '|', ('company_id', '=', company_id), ('company_id', '=', False)]"
domain="[('partner_id', '=', partner_id)]"
attrs="{'required': [('bank_account_required', '=', True)]}"
/>
<field name="bank_account_required" invisible="1" />
Expand Down

0 comments on commit 724c8c0

Please sign in to comment.