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

27 lines
855 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Egypt - Accounting",
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/egypt.html',
'icon': '/account/static/description/l10n.png',
'countries': ['eg'],
'description': """
This is the base module to manage the accounting chart for Egypt in Odoo.
==============================================================================
""",
'category': 'Accounting/Localizations/Account Charts',
'version': '1.0',
'depends': [
'account',
],
'auto_install': ['account'],
'data': [
'data/account_tax_report_data.xml',
'views/account_tax.xml',
],
'demo': [
'demo/demo_company.xml',
'demo/demo_partner.xml',
],
'license': 'LGPL-3',
}