Skip to content

Commit a843cd2

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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)