1234567891011121314151617181920212223242526272829 |
- {
- "name": "Malaysia - Accounting",
- "author": "Odoo PS",
- "version": "1.0",
- "category": "Accounting/Localizations/Account Charts",
- "description": """
- This is the base module to manage the accounting chart for Malaysia in Odoo.
- ==============================================================================
- """,
- "depends": [
- "account",
- "l10n_multilang",
- ],
- "data": [
- "data/l10n_my_chart_data.xml",
- "data/account.account.template.csv",
- "data/account_chart_template_data.xml",
- "data/account.tax.group.csv",
- "data/account_tax_template_data.xml",
- "data/account_chart_template_configure_data.xml",
- ],
- 'demo': [
- 'demo/demo_company.xml',
- ],
- "icon": "/base/static/img/country_flags/my.png",
- "post_init_hook": "load_translations",
- "license": "LGPL-3",
- }
|