[13.0][IMP]move payment order menus

This commit is contained in:
Luc De Meyer
2020-07-24 20:47:32 +02:00
committed by Carlos Roca
parent a7cd7f60b6
commit 25346bf218
2 changed files with 5 additions and 11 deletions

View File

@@ -238,22 +238,16 @@
<field name="domain">[('payment_type', '=', 'inbound')]</field>
<field name="context">{'default_payment_type': 'inbound'}</field>
</record>
<menuitem
id="payment_root"
name="Payments"
parent="account.menu_finance"
sequence="7"
/>
<menuitem
id="account_payment_order_outbound_menu"
action="account_payment_order_outbound_action"
parent="payment_root"
sequence="10"
parent="account.menu_finance_payables"
sequence="21"
/>
<menuitem
id="account_payment_order_inbound_menu"
action="account_payment_order_inbound_action"
parent="payment_root"
sequence="20"
parent="account.menu_finance_receivables"
sequence="2"
/>
</odoo>

View File

@@ -99,7 +99,7 @@
<menuitem
id="bank_payment_line_menu"
action="bank_payment_line_action"
parent="payment_root"
parent="account.menu_finance_payables"
sequence="50"
groups="group_account_payment"
/>