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

18 lines
516 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""",
"depends": [
"point_of_sale",
],
"data": [
'security/ir.model.access.csv',
'wizards/compliance_letter_view.xml',
'reports/compliance_letter_report.xml',
],
"auto_install": True,
"license": "LGPL-3",
}