__manifest__.py 407 B

1234567891011121314151617
  1. # -*- encoding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'G.C.C. - Arabic/English Invoice',
  5. 'version': '1.0.0',
  6. 'author': 'Odoo',
  7. 'category': 'Accounting/Localizations',
  8. 'description': """
  9. Arabic/English for GCC
  10. """,
  11. 'license': 'LGPL-3',
  12. 'depends': ['account'],
  13. 'data': [
  14. 'views/report_invoice.xml',
  15. ],
  16. }