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

16 lines
381 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'G.C.C. - Arabic/English Invoice',
'version': '1.0.0',
'category': 'Accounting/Localizations',
'description': """
Arabic/English for GCC
""",
'license': 'LGPL-3',
'depends': ['account'],
'data': [
'views/report_invoice.xml',
],
}