[IMP] l10n_in: Correct i18n Translate folder, Renaming files and code improved

bzr revid: mra@mra-laptop-20100818054223-ddfzdb3gb4lkyzjz
This commit is contained in:
Mustufa Rangwala 2010-08-18 11:12:23 +05:30
parent 90d2842db3
commit d796702d1d
9 changed files with 115 additions and 112 deletions

View File

@ -20,24 +20,23 @@
##############################################################################
{
"name" : "Indian Chart of Account",
"version" : "1.0",
"description":"""
"name": "Indian Chart of Account",
"version": "1.0",
"description": """
Indian Accounting : chart of Account
""",
"author" : 'OpenERP SA & Axelor',
"author": 'OpenERP SA & Axelor',
"category": "Localisation/Account Charts",
"depends" : [
"depends": [
"account",
"account_chart"
],
"demo_xml" : [],
"update_xml" : [
"account_chart.xml",
"account_wizard.xml",
"demo_xml": [],
"update_xml": [
"l10n_in_chart.xml",
"l10n_in_wizard.xml",
],
"active": False,
"installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,16 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<record id="tax1" model="account.tax">
<field name="name">PPn (10%)(10.0%)</field>
<field name="amount">0.100000</field>
<field name="type">percent</field>
<field name="account_collected_id" ref="chart2310"/>
<field name="account_paid_id" ref="chart2310"/>
<field name="base_code_id" ref="vat_code_base_due"/>
<field name="tax_code_id" ref="vat_code_due_tva"/>
<field name="ref_base_code_id" ref="vat_code_receivable_net"/>
<field name="ref_tax_code_id" ref="vat_code_payable"/>
</record>
<record id="tax1" model="account.tax">
<field name="name">PPn (10%)(10.0%)</field>
<field name="amount">0.100000</field>
<field name="type">percent</field>
<field name="account_collected_id" ref="chart2310"/>
<field name="account_paid_id" ref="chart2310"/>
<field name="base_code_id" ref="vat_code_base_due"/>
<field name="tax_code_id" ref="vat_code_due_tva"/>
<field name="ref_base_code_id" ref="vat_code_receivable_net"/>
<field name="ref_tax_code_id" ref="vat_code_payable"/>
</record>
</data>
</openerp>

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?>
<openerp>
<data noupdate="True">

View File

@ -17,26 +17,26 @@ msgstr ""
"X-Launchpad-Export-Date: 2010-08-12 04:08+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: l10n_chart_in
#: model:ir.module.module,description:l10n_chart_in.module_meta_information
#. module: l10n_in
#: model:ir.module.module,description:l10n_in.module_meta_information
msgid ""
"\n"
" Indian Accounting : chart of Account\n"
" "
msgstr ""
#. module: l10n_chart_in
#. module: l10n_in
#: constraint:account.account.template:0
msgid "Error ! You can not create recursive account templates."
msgstr "Viga ! Sa ei saa luua rekrusiivseid kontomalle."
#. module: l10n_chart_in
#: model:account.journal,name:l10n_chart_in.opening_journal
#. module: l10n_in
#: model:account.journal,name:l10n_in.opening_journal
msgid "Opening Journal"
msgstr ""
#. module: l10n_chart_in
#: model:ir.actions.todo,note:l10n_chart_in.config_call_account_template_in_minimal
#. module: l10n_in
#: model:ir.actions.todo,note:l10n_in.config_call_account_template_in_minimal
msgid ""
"Generate Chart of Accounts from a Chart Template. You will be asked to pass "
"the name of the company, the chart template to follow, the no. of digits to "
@ -54,42 +54,42 @@ msgstr ""
"Finantsjuhtimine/Seadistus/Finantsraamatupidamine/Mallid/Tekita kontoplaan "
"kasutades plaani malli."
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_liability1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_liability1
msgid "Liability"
msgstr "Kohustus"
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_asset1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_asset1
msgid "Asset"
msgstr "Vara"
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_closed1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_closed1
msgid "Closed"
msgstr "Suletud"
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_income1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_income1
msgid "Income"
msgstr "Tulu"
#. module: l10n_chart_in
#. module: l10n_in
#: constraint:account.tax.code.template:0
msgid "Error ! You can not create recursive Tax Codes."
msgstr "Viga ! sa ei saa luua rekrusiivseid maksukoode."
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_expense1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_expense1
msgid "Expense"
msgstr "Kulu"
#. module: l10n_chart_in
#: model:ir.module.module,shortdesc:l10n_chart_in.module_meta_information
#. module: l10n_in
#: model:ir.module.module,shortdesc:l10n_in.module_meta_information
msgid "Indian Chart of Account"
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_root_ind1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_root_ind1
msgid "View"
msgstr "Vaade"

View File

@ -1,6 +1,6 @@
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * l10n_chart_in
# * l10n_in
#
msgid ""
msgstr ""
@ -15,66 +15,66 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: l10n_chart_in
#: model:ir.module.module,description:l10n_chart_in.module_meta_information
#. module: l10n_in
#: model:ir.module.module,description:l10n_in.module_meta_information
msgid "\n"
" Indian Accounting : chart of Account\n"
" "
msgstr ""
#. module: l10n_chart_in
#. module: l10n_in
#: constraint:account.account.template:0
msgid "Error ! You can not create recursive account templates."
msgstr ""
#. module: l10n_chart_in
#: model:account.journal,name:l10n_chart_in.opening_journal
#. module: l10n_in
#: model:account.journal,name:l10n_in.opening_journal
msgid "Opening Journal"
msgstr ""
#. module: l10n_chart_in
#: model:ir.actions.todo,note:l10n_chart_in.config_call_account_template_in_minimal
#. module: l10n_in
#: model:ir.actions.todo,note:l10n_in.config_call_account_template_in_minimal
msgid "Generate Chart of Accounts from a Chart Template. You will be asked to pass the name of the company, the chart template to follow, the no. of digits to generate the code for your accounts and Bank account, currency to create Journals. Thus,the pure copy of chart Template is generated.\n"
" This is the same wizard that runs from Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template."
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_liability1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_liability1
msgid "Liability"
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_asset1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_asset1
msgid "Asset"
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_closed1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_closed1
msgid "Closed"
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_income1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_income1
msgid "Income"
msgstr ""
#. module: l10n_chart_in
#. module: l10n_in
#: constraint:account.tax.code.template:0
msgid "Error ! You can not create recursive Tax Codes."
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_expense1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_expense1
msgid "Expense"
msgstr ""
#. module: l10n_chart_in
#: model:ir.module.module,shortdesc:l10n_chart_in.module_meta_information
#. module: l10n_in
#: model:ir.module.module,shortdesc:l10n_in.module_meta_information
msgid "Indian Chart of Account"
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_root_ind1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_root_ind1
msgid "View"
msgstr ""

View File

@ -1,6 +1,6 @@
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * l10n_chart_in
# * l10n_in
#
msgid ""
msgstr ""
@ -15,66 +15,66 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: l10n_chart_in
#: model:ir.module.module,description:l10n_chart_in.module_meta_information
#. module: l10n_in
#: model:ir.module.module,description:l10n_in.module_meta_information
msgid "\n"
" Indian Accounting : chart of Account\n"
" "
msgstr ""
#. module: l10n_chart_in
#. module: l10n_in
#: constraint:account.account.template:0
msgid "Error ! You can not create recursive account templates."
msgstr ""
#. module: l10n_chart_in
#: model:account.journal,name:l10n_chart_in.opening_journal
#. module: l10n_in
#: model:account.journal,name:l10n_in.opening_journal
msgid "Opening Journal"
msgstr ""
#. module: l10n_chart_in
#: model:ir.actions.todo,note:l10n_chart_in.config_call_account_template_in_minimal
#. module: l10n_in
#: model:ir.actions.todo,note:l10n_in.config_call_account_template_in_minimal
msgid "Generate Chart of Accounts from a Chart Template. You will be asked to pass the name of the company, the chart template to follow, the no. of digits to generate the code for your accounts and Bank account, currency to create Journals. Thus,the pure copy of chart Template is generated.\n"
" This is the same wizard that runs from Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template."
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_liability1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_liability1
msgid "Liability"
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_asset1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_asset1
msgid "Asset"
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_closed1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_closed1
msgid "Closed"
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_income1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_income1
msgid "Income"
msgstr ""
#. module: l10n_chart_in
#. module: l10n_in
#: constraint:account.tax.code.template:0
msgid "Error ! You can not create recursive Tax Codes."
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_expense1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_expense1
msgid "Expense"
msgstr ""
#. module: l10n_chart_in
#: model:ir.module.module,shortdesc:l10n_chart_in.module_meta_information
#. module: l10n_in
#: model:ir.module.module,shortdesc:l10n_in.module_meta_information
msgid "Indian Chart of Account"
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_root_ind1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_root_ind1
msgid "View"
msgstr ""

View File

@ -17,26 +17,26 @@ msgstr ""
"X-Launchpad-Export-Date: 2010-08-12 04:08+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#. module: l10n_chart_in
#: model:ir.module.module,description:l10n_chart_in.module_meta_information
#. module: l10n_in
#: model:ir.module.module,description:l10n_in.module_meta_information
msgid ""
"\n"
" Indian Accounting : chart of Account\n"
" "
msgstr ""
#. module: l10n_chart_in
#. module: l10n_in
#: constraint:account.account.template:0
msgid "Error ! You can not create recursive account templates."
msgstr ""
#. module: l10n_chart_in
#: model:account.journal,name:l10n_chart_in.opening_journal
#. module: l10n_in
#: model:account.journal,name:l10n_in.opening_journal
msgid "Opening Journal"
msgstr ""
#. module: l10n_chart_in
#: model:ir.actions.todo,note:l10n_chart_in.config_call_account_template_in_minimal
#. module: l10n_in
#: model:ir.actions.todo,note:l10n_in.config_call_account_template_in_minimal
msgid ""
"Generate Chart of Accounts from a Chart Template. You will be asked to pass "
"the name of the company, the chart template to follow, the no. of digits to "
@ -47,42 +47,42 @@ msgid ""
"Chart of Accounts from a Chart Template."
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_liability1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_liability1
msgid "Liability"
msgstr "Обязательства"
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_asset1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_asset1
msgid "Asset"
msgstr "Оборудование"
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_closed1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_closed1
msgid "Closed"
msgstr "Закрытый"
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_income1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_income1
msgid "Income"
msgstr "Доход"
#. module: l10n_chart_in
#. module: l10n_in
#: constraint:account.tax.code.template:0
msgid "Error ! You can not create recursive Tax Codes."
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_expense1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_expense1
msgid "Expense"
msgstr "Расход"
#. module: l10n_chart_in
#: model:ir.module.module,shortdesc:l10n_chart_in.module_meta_information
#. module: l10n_in
#: model:ir.module.module,shortdesc:l10n_in.module_meta_information
msgid "Indian Chart of Account"
msgstr ""
#. module: l10n_chart_in
#: model:account.account.type,name:l10n_chart_in.account_type_root_ind1
#. module: l10n_in
#: model:account.account.type,name:l10n_in.account_type_root_ind1
msgid "View"
msgstr "Просмотр"