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

25 lines
737 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Malta - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
'icon': '/account/static/description/l10n.png',
'countries': ['mt'],
'description': """
Malta basic package that contains the chart of accounts, the taxes, tax reports, etc.
""",
'version': '1.0',
'category': 'Accounting/Localizations/Account Charts',
'depends': [
'account',
'base_vat',
],
'data': [
'data/menuitem_data.xml',
'data/account_tax_report_data.xml',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}