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