mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_chart_update: Selection of operations to do now is working.
[FIX] account_chart_update: Adapted to work with inherited account chart templates. [FIX] account_chart_update: Remove required=True for chart_template_id on DB and put on screen to avoid error when removing chart templates. [FIX] account_chart_update: Change method to compare taxes of fiscal positions to match with the one comparing taxes. [FIX] account_chart_update: Change method to compare accounts of fiscal positions to match with the one comparing accounts. [IMP] account_chart_update: Wizard now shows in tree view modification notes. [IMP] account_chart_update: For new data to be created, it is marked on notes the reason for the creation (just for clarity). [IMP] account_chart_update: Tabs for operations that are not going to be performed are hidden. [IMP] account_chart_update: Some PEP8 here and there. [IMP] account_chart_update: Enhance a little the mapping searches (there's more room to improve). [IMP] account_chart_update: Now it takes into account name and description for mapping taxes.
This commit is contained in:
@@ -6,8 +6,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OpenERP Server 7.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-10-15 14:01+0000\n"
|
||||
"PO-Revision-Date: 2013-10-15 14:01+0000\n"
|
||||
"POT-Creation-Date: 2014-03-21 00:56+0000\n"
|
||||
"PO-Revision-Date: 2014-03-21 00:56+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -26,17 +26,12 @@ msgid "Account to update"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:368
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:382
|
||||
#, python-format
|
||||
msgid "The code field is different.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Fiscal position"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts,update_children_accounts_parent:0
|
||||
msgid "Update children accounts parent"
|
||||
@@ -48,22 +43,22 @@ msgid "Fiscal position to update"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:716
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:769
|
||||
#, python-format
|
||||
msgid "Created tax code %s.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1012
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1038
|
||||
#, python-format
|
||||
msgid "Tax %s: The collected account can not be set.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts,new_accounts:0
|
||||
msgid "New accounts"
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
@@ -80,14 +75,14 @@ msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1076
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1102
|
||||
#, python-format
|
||||
msgid "Fiscal position %s: The destination tax %s can not be set.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:839
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:881
|
||||
#, python-format
|
||||
msgid "Tax %s: The tax code for the tax refund %s can not be set.\n"
|
||||
""
|
||||
@@ -104,7 +99,7 @@ msgid "Updated tax codes"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:617
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:651
|
||||
#, python-format
|
||||
msgid "The template has taxes the fiscal position instance does not.\n"
|
||||
""
|
||||
@@ -115,11 +110,6 @@ msgstr ""
|
||||
msgid "Update accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts.account,notes:0
|
||||
#: field:wizard.update.charts.accounts.fiscal.position,notes:0
|
||||
@@ -135,7 +125,7 @@ msgid "Taxes"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:371
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:385
|
||||
#, python-format
|
||||
msgid "The info field is different.\n"
|
||||
""
|
||||
@@ -147,7 +137,7 @@ msgid "New taxes"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:723
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:776
|
||||
#, python-format
|
||||
msgid "Updated tax code %s.\n"
|
||||
""
|
||||
@@ -164,21 +154,21 @@ msgid "Tax to update"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:806
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:851
|
||||
#, python-format
|
||||
msgid "Created tax %s.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:459
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:477
|
||||
#, python-format
|
||||
msgid "The base sign field is different.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:441
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:459
|
||||
#, python-format
|
||||
msgid "The type field is different.\n"
|
||||
""
|
||||
@@ -196,14 +186,14 @@ msgid "Accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:835
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:877
|
||||
#, python-format
|
||||
msgid "Tax %s: The tax code for the tax %s can not be set.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:612
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:646
|
||||
#, python-format
|
||||
msgid "Tax mapping not found on the fiscal position instance: %s -> %s.\n"
|
||||
""
|
||||
@@ -219,11 +209,6 @@ msgstr ""
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Next"
|
||||
@@ -243,7 +228,7 @@ msgid "No. of digits to use for account code. Make sure it is the same number as
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:435
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:453
|
||||
#, python-format
|
||||
msgid "The sequence field is different.\n"
|
||||
""
|
||||
@@ -255,7 +240,7 @@ msgid "Updated accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:630
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:671
|
||||
#, python-format
|
||||
msgid "Account mapping not found on the fiscal position instance: %s -> %s.\n"
|
||||
""
|
||||
@@ -280,7 +265,7 @@ msgid "Updated taxes"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:465
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:483
|
||||
#, python-format
|
||||
msgid "The include base amount field is different.\n"
|
||||
""
|
||||
@@ -292,7 +277,7 @@ msgid "Chart of Accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:633
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:674
|
||||
#, python-format
|
||||
msgid "The template has accounts the fiscal position instance does not.\n"
|
||||
""
|
||||
@@ -309,7 +294,7 @@ msgid "Step 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1014
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1040
|
||||
#, python-format
|
||||
msgid "Tax %s: The paid account can not be set.\n"
|
||||
""
|
||||
@@ -322,7 +307,7 @@ msgid "Update chart of accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:941
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:972
|
||||
#, python-format
|
||||
msgid "Exception creating account %s: %s - %s.\n"
|
||||
""
|
||||
@@ -334,38 +319,50 @@ msgid "Continue on errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:453
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:471
|
||||
#, python-format
|
||||
msgid "The python compute field is different.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:648
|
||||
#, python-format
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax_code
|
||||
msgid "wizard.update.charts.accounts.tax.code"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1092
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1124
|
||||
#, python-format
|
||||
msgid "Fiscal position %s: The source account %s can not be set.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:833
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:875
|
||||
#, python-format
|
||||
msgid "Tax %s: The tax code for the base %s can not be set.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:952
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:983
|
||||
#, python-format
|
||||
msgid "Exception writing account %s: %s - %s.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:543
|
||||
#, python-format
|
||||
msgid "Code not found."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Note: Not all the fields are tested for changes, just the main ones"
|
||||
@@ -377,18 +374,13 @@ msgid "Update fiscal positions"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:250
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:441
|
||||
#, python-format
|
||||
msgid "Update Chart of Accounts from a Chart Template "
|
||||
msgid "Name or description not found."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:531
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:551
|
||||
#, python-format
|
||||
msgid "The name is different.\n"
|
||||
""
|
||||
@@ -400,28 +392,28 @@ msgid "Log"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:736
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:787
|
||||
#, python-format
|
||||
msgid "Tax code %s: The parent tax code %s can not be set.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:438
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:456
|
||||
#, python-format
|
||||
msgid "The amount field is different.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:450
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:468
|
||||
#, python-format
|
||||
msgid "The child depend field is different.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:948
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:979
|
||||
#, python-format
|
||||
msgid "Updated account %s.\n"
|
||||
""
|
||||
@@ -438,7 +430,7 @@ msgid "Messages and Errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:468
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:486
|
||||
#, python-format
|
||||
msgid "The type tax use field is different.\n"
|
||||
""
|
||||
@@ -450,14 +442,14 @@ msgid "Wizard completed"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:963
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:992
|
||||
#, python-format
|
||||
msgid "Account %s: The parent account %s can not be set.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:831
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:873
|
||||
#, python-format
|
||||
msgid "Tax %s: The parent tax %s can not be set.\n"
|
||||
""
|
||||
@@ -485,21 +477,21 @@ msgid "Summary of updated objects"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:374
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:388
|
||||
#, python-format
|
||||
msgid "The sign field is different.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:813
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:858
|
||||
#, python-format
|
||||
msgid "Updated tax %s.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:874
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:914
|
||||
#, python-format
|
||||
msgid "Exception setting the parent of account %s children: %s - %s.\n"
|
||||
""
|
||||
@@ -531,7 +523,7 @@ msgid "Account template"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1127
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1173
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
@@ -542,7 +534,7 @@ msgid "Summary of created objects"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:534
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:554
|
||||
#, python-format
|
||||
msgid "The type is different.\n"
|
||||
""
|
||||
@@ -564,6 +556,11 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: help:wizard.update.charts.accounts,update_tax:0
|
||||
msgid "Existing taxes are updated. Taxes are searched by name."
|
||||
@@ -575,7 +572,7 @@ msgid "Create/Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:837
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:879
|
||||
#, python-format
|
||||
msgid "Tax %s: The tax code for the base refund %s can not be set.\n"
|
||||
""
|
||||
@@ -592,14 +589,14 @@ msgid "Chart Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:462
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:480
|
||||
#, python-format
|
||||
msgid "The tax sign field is different.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1127
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1173
|
||||
#, python-format
|
||||
msgid "One or more errors detected!\n"
|
||||
"\n"
|
||||
@@ -607,7 +604,7 @@ msgid "One or more errors detected!\n"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1094
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1126
|
||||
#, python-format
|
||||
msgid "Fiscal position %s: The destination account %s can not be set.\n"
|
||||
""
|
||||
@@ -619,15 +616,15 @@ msgid "New fiscal positions"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:444
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:462
|
||||
#, python-format
|
||||
msgid "The applicable type field is different.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Tax code"
|
||||
#: field:wizard.update.charts.accounts,new_accounts:0
|
||||
msgid "New accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
@@ -636,10 +633,9 @@ msgid "Tax template"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:614
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:373
|
||||
#, python-format
|
||||
msgid "Tax mapping not found on the fiscal position instance: %s -> None.\n"
|
||||
""
|
||||
msgid "Name or code not found."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
@@ -653,7 +649,7 @@ msgid "Existing fiscal positions are updated. Fiscal positions are searched by n
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:537
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:557
|
||||
#, python-format
|
||||
msgid "The user type is different.\n"
|
||||
""
|
||||
@@ -673,14 +669,14 @@ msgid "This wizard will update your accounts, taxes and fiscal positions accordi
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:540
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:560
|
||||
#, python-format
|
||||
msgid "The reconcile is different.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:447
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:465
|
||||
#, python-format
|
||||
msgid "The domain field is different.\n"
|
||||
""
|
||||
@@ -702,14 +698,14 @@ msgid "Records to create/update"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1096
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1128
|
||||
#, python-format
|
||||
msgid "Created or updated fiscal position %s.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1074
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1100
|
||||
#, python-format
|
||||
msgid "Fiscal position %s: The source tax %s can not be set.\n"
|
||||
""
|
||||
@@ -726,7 +722,7 @@ msgid "For records searched by name (taxes, tax codes, fiscal positions), the te
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:937
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:968
|
||||
#, python-format
|
||||
msgid "Created account %s.\n"
|
||||
""
|
||||
@@ -737,6 +733,12 @@ msgstr ""
|
||||
msgid "Update the parent of accounts that seem (based on the code) to be children of the newly created ones. If you had an account 430 with a child 4300000, and a 4300 account is created, the 4300000 parent will be set to 4300."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:616
|
||||
#, python-format
|
||||
msgid "Name not found."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_chart_update
|
||||
#: help:wizard.update.charts.accounts,continue_on_errors:0
|
||||
msgid "If set, the wizard will continue to the next step even if there are minor errors (for example the parent account of a new account couldn't be set)."
|
||||
|
||||
@@ -6,15 +6,14 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OpenERP Server 7.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-10-15 14:01+0000\n"
|
||||
"PO-Revision-Date: 2013-10-29 14:13+0000\n"
|
||||
"Last-Translator: Pedro Manuel Baeza <pedro.baeza@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-03-21 00:57+0000\n"
|
||||
"PO-Revision-Date: 2014-03-21 01:59+0100\n"
|
||||
"Last-Translator: Pedro Manuel Baeza <pedro.baeza@serviciosbaeza.com>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2014-03-08 06:52+0000\n"
|
||||
"X-Generator: Launchpad (build 16948)\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
@@ -27,16 +26,11 @@ msgid "Account to update"
|
||||
msgstr "Cuenta a actualizar"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:368
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:382
|
||||
#, python-format
|
||||
msgid "The code field is different.\n"
|
||||
msgstr "El campo código es diferente.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Fiscal position"
|
||||
msgstr "Posición fiscal"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts,update_children_accounts_parent:0
|
||||
msgid "Update children accounts parent"
|
||||
@@ -48,21 +42,21 @@ msgid "Fiscal position to update"
|
||||
msgstr "Posición fiscal a actualizar"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:716
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:769
|
||||
#, python-format
|
||||
msgid "Created tax code %s.\n"
|
||||
msgstr "Creado código de impuesto %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1012
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1038
|
||||
#, python-format
|
||||
msgid "Tax %s: The collected account can not be set.\n"
|
||||
msgstr "Impuesto %s: No se pudo establecer la cuenta a recibir.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts,new_accounts:0
|
||||
msgid "New accounts"
|
||||
msgstr "Nuevas cuentas"
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: selection:wizard.update.charts.accounts.account,type:0
|
||||
@@ -78,28 +72,21 @@ msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1076
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1102
|
||||
#, python-format
|
||||
msgid "Fiscal position %s: The destination tax %s can not be set.\n"
|
||||
msgstr "Posición fiscal %s: No se pudo establecer la cuenta destino %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:839
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:881
|
||||
#, python-format
|
||||
msgid "Tax %s: The tax code for the tax refund %s can not be set.\n"
|
||||
msgstr ""
|
||||
"Impuesto %s: No se pudo establecer el código de impuesto para la devolución "
|
||||
"de impuesto %s.\n"
|
||||
msgstr "Impuesto %s: No se pudo establecer el código de impuesto para la devolución de impuesto %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid ""
|
||||
"If you leave these options set, the wizard will not just create new records, "
|
||||
"but also update records with changes (i.e. different tax amount)"
|
||||
msgstr ""
|
||||
"Si deja esta opción marcada, el asistente creará no sólo nuevos registros, "
|
||||
"si no que también actualizará aquellos con cambios (por ejemplo, diferente "
|
||||
"porcentaje de impuesto)"
|
||||
msgid "If you leave these options set, the wizard will not just create new records, but also update records with changes (i.e. different tax amount)"
|
||||
msgstr "Si deja esta opción marcada, el asistente creará no sólo nuevos registros, si no que también actualizará aquellos con cambios (por ejemplo, diferente porcentaje de impuesto)"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts,updated_tax_codes:0
|
||||
@@ -107,22 +94,16 @@ msgid "Updated tax codes"
|
||||
msgstr "Códigos de impuesto actualizados"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:617
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:651
|
||||
#, python-format
|
||||
msgid "The template has taxes the fiscal position instance does not.\n"
|
||||
msgstr ""
|
||||
"La plantilla tiene impuestos que la instancia de posición fiscal no.\n"
|
||||
msgstr "La plantilla tiene impuestos que la instancia de posición fiscal no.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts,update_account:0
|
||||
msgid "Update accounts"
|
||||
msgstr "Actualizar cuentas"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Account"
|
||||
msgstr "Cuenta"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts.account,notes:0
|
||||
#: field:wizard.update.charts.accounts.fiscal.position,notes:0
|
||||
@@ -138,7 +119,7 @@ msgid "Taxes"
|
||||
msgstr "Impuestos"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:371
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:385
|
||||
#, python-format
|
||||
msgid "The info field is different.\n"
|
||||
msgstr "El campo info es diferente.\n"
|
||||
@@ -149,7 +130,7 @@ msgid "New taxes"
|
||||
msgstr "Nuevos impuestos"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:723
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:776
|
||||
#, python-format
|
||||
msgid "Updated tax code %s.\n"
|
||||
msgstr "Actualizado código de impuesto %s.\n"
|
||||
@@ -165,19 +146,19 @@ msgid "Tax to update"
|
||||
msgstr "Impuesto a actualizar"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:806
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:851
|
||||
#, python-format
|
||||
msgid "Created tax %s.\n"
|
||||
msgstr "Creado impuesto %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:459
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:477
|
||||
#, python-format
|
||||
msgid "The base sign field is different.\n"
|
||||
msgstr "El campo signo base es diferente.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:441
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:459
|
||||
#, python-format
|
||||
msgid "The type field is different.\n"
|
||||
msgstr "El campo tipo es diferente.\n"
|
||||
@@ -194,38 +175,27 @@ msgid "Accounts"
|
||||
msgstr "Cuentas"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:835
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:877
|
||||
#, python-format
|
||||
msgid "Tax %s: The tax code for the tax %s can not be set.\n"
|
||||
msgstr ""
|
||||
"Impuesto %s: No se pudo establecer el código de impuesto para el impuesto "
|
||||
"%s.\n"
|
||||
msgstr "Impuesto %s: No se pudo establecer el código de impuesto para el impuesto %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:612
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:646
|
||||
#, python-format
|
||||
msgid "Tax mapping not found on the fiscal position instance: %s -> %s.\n"
|
||||
msgstr ""
|
||||
"Mapeo de cuenta no encontrado en la instancia de la posición fiscal: %s -> "
|
||||
"%s.\n"
|
||||
msgstr "Mapeo de cuenta no encontrado en la instancia de la posición fiscal: %s -> %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: help:wizard.update.charts.accounts,update_tax_code:0
|
||||
msgid "Existing tax codes are updated. Tax codes are searched by name."
|
||||
msgstr ""
|
||||
"Los códigos de impuestos existentes serán actualizados. Los códigos de "
|
||||
"impuestos se buscarán por nombre."
|
||||
msgstr "Los códigos de impuestos existentes serán actualizados. Los códigos de impuestos se buscarán por nombre."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Previous"
|
||||
msgstr "Anterior"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Tax"
|
||||
msgstr "Impuesto"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Next"
|
||||
@@ -241,15 +211,11 @@ msgstr "Nueva plantilla"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: help:wizard.update.charts.accounts,code_digits:0
|
||||
msgid ""
|
||||
"No. of digits to use for account code. Make sure it is the same number as "
|
||||
"existing accounts."
|
||||
msgstr ""
|
||||
"Nº de dígitos a usar para el código de cuenta. Asegúrese que este número es "
|
||||
"el mismo que el de las cuentas existentes."
|
||||
msgid "No. of digits to use for account code. Make sure it is the same number as existing accounts."
|
||||
msgstr "Nº de dígitos a usar para el código de cuenta. Asegúrese que este número es el mismo que el de las cuentas existentes."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:435
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:453
|
||||
#, python-format
|
||||
msgid "The sequence field is different.\n"
|
||||
msgstr "El campo secuencia es diferente.\n"
|
||||
@@ -260,12 +226,10 @@ msgid "Updated accounts"
|
||||
msgstr "Cuentas actualizadas"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:630
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:671
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Account mapping not found on the fiscal position instance: %s -> %s.\n"
|
||||
msgstr ""
|
||||
"Mapeo de cuenta no encontrado en la instancia de posición fiscal: %s -> %s.\n"
|
||||
msgid "Account mapping not found on the fiscal position instance: %s -> %s.\n"
|
||||
msgstr "Mapeo de cuenta no encontrado en la instancia de posición fiscal: %s -> %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax
|
||||
@@ -286,7 +250,7 @@ msgid "Updated taxes"
|
||||
msgstr "Impuestos actualizados"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:465
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:483
|
||||
#, python-format
|
||||
msgid "The include base amount field is different.\n"
|
||||
msgstr "El campo incluir en importe base es diferente.\n"
|
||||
@@ -297,7 +261,7 @@ msgid "Chart of Accounts"
|
||||
msgstr "Plan contable"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:633
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:674
|
||||
#, python-format
|
||||
msgid "The template has accounts the fiscal position instance does not.\n"
|
||||
msgstr "La plantilla tiene cuentas que la instancia de posición fiscal no.\n"
|
||||
@@ -313,7 +277,7 @@ msgid "Step 2"
|
||||
msgstr "Paso 2"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1014
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1040
|
||||
#, python-format
|
||||
msgid "Tax %s: The paid account can not be set.\n"
|
||||
msgstr "Impuesto %s: No se pudo establecer la cuenta a pagar.\n"
|
||||
@@ -325,7 +289,7 @@ msgid "Update chart of accounts"
|
||||
msgstr "Actualizar plan de cuentas"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:941
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:972
|
||||
#, python-format
|
||||
msgid "Exception creating account %s: %s - %s.\n"
|
||||
msgstr "Excepción creando cuenta %s: %s - %s.\n"
|
||||
@@ -336,35 +300,46 @@ msgid "Continue on errors"
|
||||
msgstr "Continuar tras errores"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:453
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:471
|
||||
#, python-format
|
||||
msgid "The python compute field is different.\n"
|
||||
msgstr "El campo cálculo python es diferente.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:648
|
||||
#, python-format
|
||||
msgid "None"
|
||||
msgstr "Ninguno"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax_code
|
||||
msgid "wizard.update.charts.accounts.tax.code"
|
||||
msgstr "wizard.update.charts.accounts.tax.code"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1092
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1124
|
||||
#, python-format
|
||||
msgid "Fiscal position %s: The source account %s can not be set.\n"
|
||||
msgstr "Posición fiscal %s: No se pudo establecer la cuenta de origen %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:833
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:875
|
||||
#, python-format
|
||||
msgid "Tax %s: The tax code for the base %s can not be set.\n"
|
||||
msgstr ""
|
||||
"Impuesto %s: No se pudo establecer el código de impuesto para la base %s.\n"
|
||||
msgstr "Impuesto %s: No se pudo establecer el código de impuesto para la base %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:952
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:983
|
||||
#, python-format
|
||||
msgid "Exception writing account %s: %s - %s.\n"
|
||||
msgstr "Excepción escribiendo cuenta %s: %s - %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:543
|
||||
#, python-format
|
||||
msgid "Code not found."
|
||||
msgstr "Código no encontrado."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Note: Not all the fields are tested for changes, just the main ones"
|
||||
@@ -376,18 +351,13 @@ msgid "Update fiscal positions"
|
||||
msgstr "Actualizar posiciones fiscales"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:250
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:441
|
||||
#, python-format
|
||||
msgid "Update Chart of Accounts from a Chart Template "
|
||||
msgstr "Actualizar plan contable a partir de una plantilla de plan contable "
|
||||
msgid "Name or description not found."
|
||||
msgstr "Nombre o descripción no encontrada."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:531
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:551
|
||||
#, python-format
|
||||
msgid "The name is different.\n"
|
||||
msgstr "El nombre es diferente.\n"
|
||||
@@ -398,27 +368,25 @@ msgid "Log"
|
||||
msgstr "Registro"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:736
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:787
|
||||
#, python-format
|
||||
msgid "Tax code %s: The parent tax code %s can not be set.\n"
|
||||
msgstr ""
|
||||
"Código de impuesto %s: No se pudo establecer el código de impuesto padre "
|
||||
"%s.\n"
|
||||
msgstr "Código de impuesto %s: No se pudo establecer el código de impuesto padre %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:438
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:456
|
||||
#, python-format
|
||||
msgid "The amount field is different.\n"
|
||||
msgstr "El campo importe es diferente.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:450
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:468
|
||||
#, python-format
|
||||
msgid "The child depend field is different.\n"
|
||||
msgstr "El campo impuesto en hijos es diferente.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:948
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:979
|
||||
#, python-format
|
||||
msgid "Updated account %s.\n"
|
||||
msgstr "Actualizada cuenta %s.\n"
|
||||
@@ -434,7 +402,7 @@ msgid "Messages and Errors"
|
||||
msgstr "Mensajes y errores"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:468
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:486
|
||||
#, python-format
|
||||
msgid "The type tax use field is different.\n"
|
||||
msgstr "El campo aplicación impuesto es diferente.\n"
|
||||
@@ -445,13 +413,13 @@ msgid "Wizard completed"
|
||||
msgstr "Asistente completado"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:963
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:992
|
||||
#, python-format
|
||||
msgid "Account %s: The parent account %s can not be set.\n"
|
||||
msgstr "Cuenta %s: No se pudo establecer la cuenta padre %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:831
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:873
|
||||
#, python-format
|
||||
msgid "Tax %s: The parent tax %s can not be set.\n"
|
||||
msgstr "Impuesto %s: No se pudo establecer el impuesto padre %s.\n"
|
||||
@@ -478,30 +446,27 @@ msgid "Summary of updated objects"
|
||||
msgstr "Resumen de objetos actualizados"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:374
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:388
|
||||
#, python-format
|
||||
msgid "The sign field is different.\n"
|
||||
msgstr "El campo signo es diferente.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:813
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:858
|
||||
#, python-format
|
||||
msgid "Updated tax %s.\n"
|
||||
msgstr "Actualizado impuesto %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:874
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:914
|
||||
#, python-format
|
||||
msgid "Exception setting the parent of account %s children: %s - %s.\n"
|
||||
msgstr ""
|
||||
"Excepción estableciendo el padre de los hijos de la cuenta %s: %s - %s.\n"
|
||||
msgstr "Excepción estableciendo el padre de los hijos de la cuenta %s: %s - %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: help:wizard.update.charts.accounts,update_account:0
|
||||
msgid "Existing accounts are updated. Accounts are searched by code."
|
||||
msgstr ""
|
||||
"Las cuentas contables existentes serán actualizadas. Las cuentas se buscarán "
|
||||
"por código."
|
||||
msgstr "Las cuentas contables existentes serán actualizadas. Las cuentas se buscarán por código."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts,code_digits:0
|
||||
@@ -524,7 +489,7 @@ msgid "Account template"
|
||||
msgstr "Plantilla de cuenta"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1127
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1173
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
@@ -535,7 +500,7 @@ msgid "Summary of created objects"
|
||||
msgstr "Resumen de objetos creados"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:534
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:554
|
||||
#, python-format
|
||||
msgid "The type is different.\n"
|
||||
msgstr "El tipo es diferente.\n"
|
||||
@@ -556,12 +521,15 @@ msgstr "Actualizar impuestos"
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Close"
|
||||
msgstr "Cerrar"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: help:wizard.update.charts.accounts,update_tax:0
|
||||
msgid "Existing taxes are updated. Taxes are searched by name."
|
||||
msgstr ""
|
||||
"Los impuestos existentes serán actualizados. Los impuestos se buscarán por "
|
||||
"nombre."
|
||||
msgstr "Los impuestos existentes serán actualizados. Los impuestos se buscarán por nombre."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
@@ -569,12 +537,10 @@ msgid "Create/Update"
|
||||
msgstr "Crear/Actualizar"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:837
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:879
|
||||
#, python-format
|
||||
msgid "Tax %s: The tax code for the base refund %s can not be set.\n"
|
||||
msgstr ""
|
||||
"Impuesto %s: No se pudo establecer el código de impuesto para la base de "
|
||||
"devolución %s.\n"
|
||||
msgstr "Impuesto %s: No se pudo establecer el código de impuesto para la base de devolución %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts
|
||||
@@ -587,13 +553,13 @@ msgid "Chart Template"
|
||||
msgstr "Plantilla plan contable"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:462
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:480
|
||||
#, python-format
|
||||
msgid "The tax sign field is different.\n"
|
||||
msgstr "El campo signo de impuesto es diferente.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1127
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1173
|
||||
#, python-format
|
||||
msgid ""
|
||||
"One or more errors detected!\n"
|
||||
@@ -605,7 +571,7 @@ msgstr ""
|
||||
"%s"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1094
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1126
|
||||
#, python-format
|
||||
msgid "Fiscal position %s: The destination account %s can not be set.\n"
|
||||
msgstr "Posición fiscal %s: No se pudo establecer la cuenta de destino %s.\n"
|
||||
@@ -616,15 +582,15 @@ msgid "New fiscal positions"
|
||||
msgstr "Nuevas posiciones fiscales"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:444
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:462
|
||||
#, python-format
|
||||
msgid "The applicable type field is different.\n"
|
||||
msgstr "El campo tipo aplicable es diferente.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid "Tax code"
|
||||
msgstr "Código de impuesto"
|
||||
#: field:wizard.update.charts.accounts,new_accounts:0
|
||||
msgid "New accounts"
|
||||
msgstr "Nuevas cuentas"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts.tax,tax_id:0
|
||||
@@ -632,12 +598,10 @@ msgid "Tax template"
|
||||
msgstr "Plantilla de impuesto"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:614
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:373
|
||||
#, python-format
|
||||
msgid "Tax mapping not found on the fiscal position instance: %s -> None.\n"
|
||||
msgstr ""
|
||||
"Mapeo de cuentas no encontrado en la instancia de posición fiscal: %s -> "
|
||||
"Ninguno.\n"
|
||||
msgid "Name or code not found."
|
||||
msgstr "Name or code not found."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
@@ -646,14 +610,11 @@ msgstr "¿Actualizar registros?"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: help:wizard.update.charts.accounts,update_fiscal_position:0
|
||||
msgid ""
|
||||
"Existing fiscal positions are updated. Fiscal positions are searched by name."
|
||||
msgstr ""
|
||||
"Las posiciones fiscales existentes serán actualizadas. Las posiciones "
|
||||
"fiscales se buscarán por nombre."
|
||||
msgid "Existing fiscal positions are updated. Fiscal positions are searched by name."
|
||||
msgstr "Las posiciones fiscales existentes serán actualizadas. Las posiciones fiscales se buscarán por nombre."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:537
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:557
|
||||
#, python-format
|
||||
msgid "The user type is different.\n"
|
||||
msgstr "El tipo de usuario es diferente.\n"
|
||||
@@ -668,21 +629,17 @@ msgstr "Asistente para actualizar el plan contable"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: view:wizard.update.charts.accounts:0
|
||||
msgid ""
|
||||
"This wizard will update your accounts, taxes and fiscal positions according "
|
||||
"to the selected chart template"
|
||||
msgstr ""
|
||||
"Este asistente actualizará sus cuentas, impuestos y posiciones fiscales de "
|
||||
"acuerdo a la plantilla de plan contable seleccionada"
|
||||
msgid "This wizard will update your accounts, taxes and fiscal positions according to the selected chart template"
|
||||
msgstr "Este asistente actualizará sus cuentas, impuestos y posiciones fiscales de acuerdo a la plantilla de plan contable seleccionada"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:540
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:560
|
||||
#, python-format
|
||||
msgid "The reconcile is different.\n"
|
||||
msgstr "El campo reconciliar es diferente.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:447
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:465
|
||||
#, python-format
|
||||
msgid "The domain field is different.\n"
|
||||
msgstr "El campo dominio es diferente.\n"
|
||||
@@ -703,13 +660,13 @@ msgid "Records to create/update"
|
||||
msgstr "Registros a crear/actualizar"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1096
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1128
|
||||
#, python-format
|
||||
msgid "Created or updated fiscal position %s.\n"
|
||||
msgstr "Creada o actualizada posición fiscal %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1074
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1100
|
||||
#, python-format
|
||||
msgid "Fiscal position %s: The source tax %s can not be set.\n"
|
||||
msgstr "Posición fiscal %s: No se pudo establecer el impuesto origen %s.\n"
|
||||
@@ -721,42 +678,33 @@ msgstr "Posiciones fiscales actualizadas"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: help:wizard.update.charts.accounts,lang:0
|
||||
msgid ""
|
||||
"For records searched by name (taxes, tax codes, fiscal positions), the "
|
||||
"template name will be matched against the record name on this language."
|
||||
msgstr ""
|
||||
"Para los registros de impuestos, códigos de impuestos y posiciones "
|
||||
"fiscales, sus nombres se comparan con los de la plantilla seleccionada."
|
||||
msgid "For records searched by name (taxes, tax codes, fiscal positions), the template name will be matched against the record name on this language."
|
||||
msgstr "Para los registros de impuestos, códigos de impuestos y posiciones fiscales, sus nombres se comparan con los de la plantilla seleccionada."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:937
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:968
|
||||
#, python-format
|
||||
msgid "Created account %s.\n"
|
||||
msgstr "Creada cuenta %s.\n"
|
||||
|
||||
#. module: account_chart_update
|
||||
#: help:wizard.update.charts.accounts,update_children_accounts_parent:0
|
||||
msgid ""
|
||||
"Update the parent of accounts that seem (based on the code) to be children "
|
||||
"of the newly created ones. If you had an account 430 with a child 4300000, "
|
||||
"and a 4300 account is created, the 4300000 parent will be set to 4300."
|
||||
msgstr ""
|
||||
"Actualizar el padre de las cuentas que parecen (basándose en el código) ser "
|
||||
"hijas de las cuentas recién creadas. Si tiene una cuenta 430 con una hija "
|
||||
"4300000, y se crea una cuenta 4300, se establecerá la cuenta 4300 como padre "
|
||||
"de la cuenta 4300000."
|
||||
msgid "Update the parent of accounts that seem (based on the code) to be children of the newly created ones. If you had an account 430 with a child 4300000, and a 4300 account is created, the 4300000 parent will be set to 4300."
|
||||
msgstr "Actualizar el padre de las cuentas que parecen (basándose en el código) ser hijas de las cuentas recién creadas. Si tiene una cuenta 430 con una hija 4300000, y se crea una cuenta 4300, se establecerá la cuenta 4300 como padre de la cuenta 4300000."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:616
|
||||
#, python-format
|
||||
msgid "Name not found."
|
||||
msgstr "Nombre no encontrado."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: help:wizard.update.charts.accounts,continue_on_errors:0
|
||||
msgid ""
|
||||
"If set, the wizard will continue to the next step even if there are minor "
|
||||
"errors (for example the parent account of a new account couldn't be set)."
|
||||
msgstr ""
|
||||
"Si está marcado, el asistente continuará al paso siguiente incluso si hay "
|
||||
"errores menores (por ejemplo, no se pudo establecer la cuenta padre de una "
|
||||
"nueva cuenta)."
|
||||
msgid "If set, the wizard will continue to the next step even if there are minor errors (for example the parent account of a new account couldn't be set)."
|
||||
msgstr "Si está marcado, el asistente continuará al paso siguiente incluso si hay errores menores (por ejemplo, no se pudo establecer la cuenta padre de una nueva cuenta)."
|
||||
|
||||
#. module: account_chart_update
|
||||
#: field:wizard.update.charts.accounts.tax.code,tax_code_id:0
|
||||
msgid "Tax code template"
|
||||
msgstr "Plantilla de código de impuesto"
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,9 @@
|
||||
<field name="company_id" on_change="onchange_company_id(company_id)"
|
||||
attrs="{'invisible':[('state','!=','init')]}" />
|
||||
<field name="code_digits" attrs="{'invisible':[('state','!=','init')]}" />
|
||||
<field name="chart_template_id" attrs="{'invisible':[('state','!=','init')]}" />
|
||||
<field name="chart_template_id"
|
||||
domain="[('visible', '=', True)]"
|
||||
attrs="{'invisible': [('state','!=','init')], 'required': True}"/>
|
||||
<field name="lang" attrs="{'invisible':[('state','!=','init')]}" />
|
||||
</group>
|
||||
<group attrs="{'invisible':[('state','!=','init')]}">
|
||||
@@ -48,73 +50,45 @@
|
||||
<group attrs="{'invisible':[('state','!=','ready'),]}"
|
||||
string="Records to create/update">
|
||||
<notebook colspan="4">
|
||||
<page string="Tax codes">
|
||||
<page string="Tax codes" attrs="{'invisible': [('update_tax_code', '=', False)]}">
|
||||
<field name="tax_code_ids">
|
||||
<tree string="Tax codes" colors="red:type=='updated'">
|
||||
<field name="tax_code_id" />
|
||||
<field name="update_tax_code_id" />
|
||||
<field name="notes" readonly="1" />
|
||||
<field name="type" invisible="1" />
|
||||
</tree>
|
||||
<form string="Tax code" version="7.0">
|
||||
<group>
|
||||
<field name="tax_code_id" />
|
||||
<field name="type" />
|
||||
<field name="update_tax_code_id" />
|
||||
<field name="notes" readonly="1" class="oe_inline" />
|
||||
</group>
|
||||
</form>
|
||||
</field>
|
||||
</page>
|
||||
|
||||
<page string="Taxes">
|
||||
<page string="Taxes" attrs="{'invisible': [('update_tax', '=', False)]}">
|
||||
<field name="tax_ids" nolabel="1">
|
||||
<tree string="Taxes" colors="red:type=='updated'">
|
||||
<field name="tax_id" />
|
||||
<field name="update_tax_id" />
|
||||
<field name="notes" readonly="1"/>
|
||||
<field name="type" invisible="1" />
|
||||
</tree>
|
||||
<form string="Tax" version="7.0">
|
||||
<group>
|
||||
<field name="tax_id" />
|
||||
<field name="type" />
|
||||
<field name="update_tax_id" />
|
||||
<field name="notes" readonly="1" class="oe_inline" />
|
||||
</group>
|
||||
</form>
|
||||
</field>
|
||||
</page>
|
||||
<page string="Accounts">
|
||||
<page string="Accounts" attrs="{'invisible': [('update_account', '=', False)]}">
|
||||
<field name="account_ids" nolabel="1">
|
||||
<tree string="Accounts" colors="red:type=='updated'">
|
||||
<field name="account_id" />
|
||||
<field name="update_account_id" />
|
||||
<field name="notes" readonly="1"/>
|
||||
<field name="type" invisible="1" />
|
||||
</tree>
|
||||
<form string="Account" version="7.0">
|
||||
<group>
|
||||
<field name="account_id" />
|
||||
<field name="type" />
|
||||
<field name="update_account_id" />
|
||||
<field name="notes" readonly="1" class="oe_inline" />
|
||||
</group>
|
||||
</form>
|
||||
</field>
|
||||
</page>
|
||||
<page string="Fiscal positions">
|
||||
<page string="Fiscal positions" attrs="{'invisible': [('update_fiscal_position', '=', False)]}">
|
||||
<field name="fiscal_position_ids" nolabel="1">
|
||||
<tree string="Fiscal positions" colors="red:type=='updated'">
|
||||
<field name="fiscal_position_id" />
|
||||
<field name="update_fiscal_position_id" />
|
||||
<field name="notes" readonly="1" />
|
||||
<field name="type" invisible="1" />
|
||||
</tree>
|
||||
<form string="Fiscal position" version="7.0">
|
||||
<group>
|
||||
<field name="fiscal_position_id" />
|
||||
<field name="type" />
|
||||
<field name="update_fiscal_position_id" />
|
||||
<field name="notes" readonly="1" class="oe_inline" />
|
||||
</group>
|
||||
</form>
|
||||
</field>
|
||||
</page>
|
||||
|
||||
@@ -153,6 +127,9 @@
|
||||
or
|
||||
<button special="cancel" string="Cancel" class="oe_link" />
|
||||
</div>
|
||||
<div states="done">
|
||||
<button special="cancel" string="Close" class="oe_link" />
|
||||
</div>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user