Odoo18-Base/addons/l10n_tn/__manifest__.py
2025-03-10 10:52:11 +07:00

22 lines
493 B
Python

# -*- encoding: utf-8 -*-
{
"name": "Tunisia - Accounting",
"version": "1.0",
"category": 'Accounting/Localizations/Account Charts',
"description": """
This is the module to manage the accounting chart for Tunisia in Odoo.
=======================================================================
""",
'depends': [
'account',
],
'data': [
'data/tax_report.xml',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}