Skip to content
Snippets Groups Projects
Commit f0455c74 authored by Jigar Vaghela's avatar Jigar Vaghela
Browse files

[REM] l10n_in_schedule6: Remove this module because of outdated


This module is not fully featured and also outdated so now we remove this module

closes odoo/odoo#35007

Signed-off-by: default avatarJosse Colpaert <jco@openerp.com>
parent 1fa1f4ae
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Indian - Schedule VI Accounting',
'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',
'account.account.template.csv',
'l10n_in_schedule6_chart_post_data.xml',
'l10n_in_schedule6_tax_template.xml',
'account_chart_template.xml',
],
'auto_install': False,
'installable': True,
}
This diff is collapsed.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<function model="account.chart.template" name="try_loading_for_current_company">
<value eval="[ref('l10n_in_schedule6.indian_chart_template_schedule6')]"/>
</function>
</data>
</odoo>
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<!-- Account Tax Group -->
<record id="schedule6_sgst_group" model="account.tax.group">
<field name="name">SGST</field>
</record>
<record id="schedule6_cgst_group" model="account.tax.group">
<field name="name">CGST</field>
</record>
<record id="schedule6_igst_group" model="account.tax.group">
<field name="name">IGST</field>
</record>
<record id="schedule6_cess_group" model="account.tax.group">
<field name="name">Cess</field>
</record>
</data>
</odoo>
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- India - Standard Accounting Chart -->
<record id="indian_chart_template_schedule6" model="account.chart.template">
<field name="name">Indian Chart of Accounts - Schedule VI</field>
<field name="bank_account_code_prefix">12142</field>
<field name="cash_account_code_prefix">12141</field>
<field name="transfer_account_code_prefix">1206</field>
<field name="code_digits">6</field>
<field name="currency_id" ref="base.INR"/>
</record>
</odoo>
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="indian_chart_template_schedule6" model="account.chart.template">
<field name="property_account_receivable_id" ref="c12133"/>
<field name="property_account_payable_id" ref="c11411"/>
<field name="property_account_expense_categ_id" ref="c21021"/>
<field name="property_account_income_categ_id" ref="c2015"/>
<field name="income_currency_exchange_account_id" ref="c2017"/>
<field name="expense_currency_exchange_account_id" ref="c2170"/>
</record>
</odoo>
This diff is collapsed.
addons/l10n_in_schedule6/static/description/icon.png

2.46 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment