1234567891011121314151617 |
- # -*- 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',
- 'author': 'Odoo',
- 'category': 'Accounting/Localizations',
- 'description': """
- Arabic/English for GCC
- """,
- 'license': 'LGPL-3',
- 'depends': ['account'],
- 'data': [
- 'views/report_invoice.xml',
- ],
- }
|