Skip to content

Commit 27c620f

Browse files
committed
[MIG] account_banking_mandate: Migration to 16.0
1 parent 865b567 commit 27c620f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

account_banking_mandate/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "Account Banking Mandate",
99
"summary": "Banking mandates",
10-
"version": "15.0.1.0.0",
10+
"version": "16.0.1.0.0",
1111
"license": "AGPL-3",
1212
"author": "Compassion CH, "
1313
"Tecnativa, "

account_banking_mandate/views/account_banking_mandate_view.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,13 @@
8888
<field name="name">view.mandate.form.buttons</field>
8989
<field name="model">account.banking.mandate</field>
9090
<field name="inherit_id" ref="account_banking_mandate.view_mandate_form" />
91-
<field
92-
name="groups_id"
93-
eval="[(6, 0, [ref('account_payment_order.group_account_payment')])]"
94-
/>
9591
<field name="arch" type="xml">
9692
<div name="button_box" position="inside">
9793
<button
9894
name="show_payment_lines"
9995
help="Payment lines"
10096
class="oe_stat_button"
97+
groups="account_payment_order.group_account_payment"
10198
icon="fa-list"
10299
type="object"
103100
>

0 commit comments

Comments
 (0)