mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[13.0][IMP]move payment order menus
This commit is contained in:
committed by
Carlos Roca
parent
a7cd7f60b6
commit
25346bf218
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user