1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/account_accountant_fleet/__manifest__.py
2024-12-10 09:04:09 +07:00

17 lines
478 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Accounting/Fleet bridge',
'category': 'Accounting/Accounting',
'summary': 'Manage accounting with fleet features',
'version': '1.0',
'depends': ['account_fleet', 'account_accountant'],
'assets': {
'web.assets_backend': [
'account_accountant_fleet/static/src/components/**/*',
],
},
'license': 'OEEL-1',
'auto_install': True,
}