Odoo18-Base/addons/l10n_us_account/__manifest__.py
2025-01-06 10:57:38 +07:00

17 lines
539 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'United States - Accounting',
'website': 'https://www.odoo.com/documentation/18.0/applications/finance/fiscal_localizations.html',
'icon': '/account/static/description/l10n.png',
'countries': ['us'],
'version': '1.0',
'category': 'Accounting/Localizations/Account Charts',
'description': """
""",
'depends': ['l10n_us', 'account'],
'installable': True,
'auto_install': ['account'],
'license': 'LGPL-3',
}