20 lines
566 B
Python
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",
|
|
}
|