__manifest__.py 988 B

123456789101112131415161718192021222324252627282930
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'United Arab Emirates - Accounting',
  5. 'author': 'Tech Receptives',
  6. 'category': 'Accounting/Localizations/Account Charts',
  7. 'description': """
  8. United Arab Emirates accounting chart and localization.
  9. =======================================================
  10. """,
  11. 'depends': ['base', 'account'],
  12. 'data': [
  13. 'data/l10n_ae_data.xml',
  14. 'data/l10n_ae_chart_data.xml',
  15. 'data/account.account.template.csv',
  16. 'data/account_tax_group_data.xml',
  17. 'data/l10n_ae_chart_post_data.xml',
  18. 'data/account_tax_report_data.xml',
  19. 'data/account_tax_template_data.xml',
  20. 'data/fiscal_templates_data.xml',
  21. 'data/account_chart_template_data.xml',
  22. 'views/report_invoice_templates.xml',
  23. 'views/account_move.xml',
  24. ],
  25. 'demo': [
  26. 'demo/demo_company.xml',
  27. ],
  28. 'license': 'LGPL-3',
  29. }