__manifest__.py 874 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "Malaysia - Accounting",
  3. "author": "Odoo PS",
  4. "version": "1.0",
  5. "category": "Accounting/Localizations/Account Charts",
  6. "description": """
  7. This is the base module to manage the accounting chart for Malaysia in Odoo.
  8. ==============================================================================
  9. """,
  10. "depends": [
  11. "account",
  12. "l10n_multilang",
  13. ],
  14. "data": [
  15. "data/l10n_my_chart_data.xml",
  16. "data/account.account.template.csv",
  17. "data/account_chart_template_data.xml",
  18. "data/account.tax.group.csv",
  19. "data/account_tax_template_data.xml",
  20. "data/account_chart_template_configure_data.xml",
  21. ],
  22. 'demo': [
  23. 'demo/demo_company.xml',
  24. ],
  25. "icon": "/base/static/img/country_flags/my.png",
  26. "post_init_hook": "load_translations",
  27. "license": "LGPL-3",
  28. }