|
@ -0,0 +1,12 @@ |
|
|
|
|
|
<odoo> |
|
|
|
|
|
<menuitem id="payment_transaction_top_menu" sequence="16" |
|
|
|
|
|
name="Payment transactions" web_icon="account,static/description/icon.png" |
|
|
|
|
|
groups="account.group_account_invoice" /> |
|
|
|
|
|
|
|
|
|
|
|
<menuitem id="payment_transaction_title_menu" parent="payment_transaction_top_menu" |
|
|
|
|
|
sequence="15" name="Payment transactions" groups="account.group_account_invoice"/> |
|
|
|
|
|
|
|
|
|
|
|
<menuitem id="payment_transaction_menu" action="payment.action_payment_transaction" |
|
|
|
|
|
parent="payment_transaction_title_menu" groups="account.group_account_invoice" |
|
|
|
|
|
sequence="10"/> |
|
|
|
|
|
</odoo> |