Browse Source

installation

master
root 3 years ago
parent
commit
48264a424c
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      __manifest__.py
  2. +1
    -0
      views/bank_deposit.xml
  3. +1
    -1
      views/payment_batch.xml

+ 1
- 1
__manifest__.py View File

@ -36,9 +36,9 @@
'views/operation_batch_export.xml',
'views/templates.xml',
'views/returnmail.xml',
'views/payment_batch.xml',
'views/bank_deposit.xml',
'views/accounting_deposit.xml',
'views/payment_batch.xml',
'views/aggregate.xml',
'views/duplicate.xml',
'views/template_rf.xml',


+ 1
- 0
views/bank_deposit.xml View File

@ -119,6 +119,7 @@
</record>
<menuitem id="bank_deposit_menu" parent="payment_batch_top_menu" action="bank_deposit_action" sequence="20"/>
<menuitem
id="opendons_template_bankdeposit"


+ 1
- 1
views/payment_batch.xml View File

@ -131,7 +131,7 @@ parent="payment_batch_title_menu" sequence="10"/>
<menuitem id="payment_batch_account_payment_order" action="account_payment_order.account_payment_order_inbound_action"
parent="payment_batch_title_menu" sequence="20"/>
<menuitem id="bank_deposit_menu" parent="payment_batch_top_menu" action="bank_deposit_action" sequence="20"/>
</data>
</odoo>

Loading…
Cancel
Save