[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:
2025-01-09 16:24:20 +01:00
parent a8e25af141
commit e24843bf18
8 changed files with 98 additions and 12 deletions

View 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': {
}
}