2018-01-16 06:58:15 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
2018-01-16 11:34:37 +01:00
|
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Indian - Schedule VI Accounting',
|
2018-01-16 12:05:52 +01:00
|
|
|
'author' : 'Odoo S.A',
|
2018-01-16 06:58:15 +01:00
|
|
|
'version': '2.0',
|
|
|
|
'description': """
|
|
|
|
Indian Accounting: Chart of Account.
|
|
|
|
====================================
|
|
|
|
|
|
|
|
Indian accounting chart and localization.
|
|
|
|
|
|
|
|
Schedule VI chart of account for indian accounting.
|
|
|
|
|
|
|
|
Note: The Schedule VI has been revised by MCA and is applicable for all Balance Sheet made after
|
|
|
|
31st March, 2011. The Format has done away with earlier two options of format of Balance
|
|
|
|
Sheet, now only Vertical format has been permitted Which is Supported By OpenERP.
|
|
|
|
""",
|
|
|
|
'category': 'Localization',
|
|
|
|
'depends': [
|
|
|
|
'account_tax_python',
|
|
|
|
],
|
|
|
|
'demo': [],
|
|
|
|
'data': [
|
|
|
|
'account_data.xml',
|
|
|
|
'l10n_in_schedule6_chart.xml',
|
|
|
|
'l10n_in_schedule6_tax_template.xml',
|
|
|
|
'account_chart_template.yml',
|
|
|
|
],
|
|
|
|
'auto_install': False,
|
|
|
|
'installable': True,
|
|
|
|
}
|