[REF]account_usability_misc:create account_usability_deposit_menu to remove account_ceck_deposit and account_cash_deposit dependency from account_usability_misc
This commit is contained in:
22
account_usability_deposit_menu/__manifest__.py
Normal file
22
account_usability_deposit_menu/__manifest__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
'name': 'Account Usability Deposit Menu',
|
||||
'version': '16.0.1.0.0',
|
||||
'description': 'Create Deposit menu',
|
||||
'summary': 'Brings together the check and the cash deposit submenus under a common Deposit menu ',
|
||||
'author': 'Elabore',
|
||||
'website': 'https://elabore.coop/',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Accounting',
|
||||
'depends': [
|
||||
'account_check_deposit',
|
||||
'account_cash_deposit',
|
||||
],
|
||||
'data': [
|
||||
'views/account_menu.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'application': False,
|
||||
'assets': {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user