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

20 lines
566 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "Malta - Point of Sale",
"version": "1.0",
"category": "Accounting/Localizations/Point of Sale",
"description": """Malta Compliance Letter for EXO Number""",
"countries": ["mt"],
"depends": [
"point_of_sale",
],
"data": [
'security/ir.model.access.csv',
'wizards/compliance_letter_view.xml',
'reports/compliance_letter_report.xml',
],
"installable": True,
"auto_install": True,
"license": "LGPL-3",
}