# Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': 'Indonesian - Accounting', 'icon': '/account/static/description/l10n.png', 'countries': ['id'], 'version': '1.1', 'category': 'Accounting/Localizations/Account Charts', 'description': """ This is the latest Indonesian Odoo localisation necessary to run Odoo accounting for SMEs with: ================================================================================================= - generic Indonesian chart of accounts - tax structure""", 'author': 'vitraining.com', 'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/indonesia.html', 'depends': [ 'account', 'base_iban', 'base_vat', ], 'auto_install': ['account'], 'data': [ 'security/ir.model.access.csv', 'data/account_tax_template_data.xml', 'data/ir_cron.xml', 'views/account_move_views.xml', 'views/res_bank.xml', ], 'demo': [ 'demo/demo_company.xml', ], 'license': 'LGPL-3', }