2
0

[IMP] removed type, parent_id, parent_path, child_ids from account.asset & account.asset.profile

This commit is contained in:
Henrik Norlin 2019-08-26 21:28:27 +02:00 committed by Rodrigo
parent 13010ee95a
commit 05e3fa1033
93 changed files with 1292 additions and 2309 deletions

View File

@ -4,7 +4,7 @@
{ {
'name': 'Assets Management', 'name': 'Assets Management',
'version': '12.0.1.1.2', 'version': '12.0.1.2.0',
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': [ 'depends': [
'account', 'account',
@ -20,6 +20,7 @@
'wizard/account_asset_remove.xml', 'wizard/account_asset_remove.xml',
'views/account_account.xml', 'views/account_account.xml',
'views/account_asset.xml', 'views/account_asset.xml',
'views/account_asset_group.xml',
'views/account_asset_profile.xml', 'views/account_asset_profile.xml',
'views/res_config_settings.xml', 'views/res_config_settings.xml',
'views/account_invoice.xml', 'views/account_invoice.xml',

View File

@ -24,7 +24,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -430,7 +430,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -537,13 +537,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -573,7 +573,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -609,7 +609,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -654,7 +654,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -743,12 +743,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -973,7 +967,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -994,13 +988,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1140,7 +1134,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1175,20 +1169,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1197,7 +1182,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -30,7 +30,7 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -443,7 +443,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -551,13 +551,13 @@ msgid "Entries"
msgstr "مُدخلات" msgstr "مُدخلات"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -587,7 +587,7 @@ msgid "General"
msgstr "عام" msgstr "عام"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -623,7 +623,7 @@ msgid "ID"
msgstr "المعرف" msgstr "المعرف"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -668,7 +668,7 @@ msgid "Journal"
msgstr "السجل اليومي" msgstr "السجل اليومي"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -757,12 +757,6 @@ msgstr "الاسم"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -990,7 +984,7 @@ msgid "Status"
msgstr "الحالة" msgstr "الحالة"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1011,13 +1005,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1158,7 +1152,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1193,20 +1187,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1215,7 +1200,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -38,7 +38,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -444,7 +444,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -551,13 +551,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -587,7 +587,7 @@ msgid "General"
msgstr "Основни" msgstr "Основни"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -623,7 +623,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -668,7 +668,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -757,12 +757,6 @@ msgstr "Име"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -987,7 +981,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1008,13 +1002,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1154,7 +1148,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1189,20 +1183,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1211,7 +1196,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -31,7 +31,7 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -445,7 +445,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -553,13 +553,13 @@ msgid "Entries"
msgstr "Zapisi" msgstr "Zapisi"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -589,7 +589,7 @@ msgid "General"
msgstr "Opšte" msgstr "Opšte"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -625,7 +625,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -670,7 +670,7 @@ msgid "Journal"
msgstr "Dnevnik" msgstr "Dnevnik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -759,12 +759,6 @@ msgstr "Naziv"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Sljedeći period amortizacije" msgstr "Sljedeći period amortizacije"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -992,7 +986,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1013,13 +1007,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1160,7 +1154,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1195,20 +1189,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1217,7 +1202,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -27,7 +27,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -436,7 +436,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -544,13 +544,13 @@ msgid "Entries"
msgstr "Assentaments" msgstr "Assentaments"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -581,7 +581,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -617,7 +617,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -662,7 +662,7 @@ msgid "Journal"
msgstr "Diari" msgstr "Diari"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -751,12 +751,6 @@ msgstr "Nom"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, fuzzy, python-format
msgid "No Fiscal Year defined."
msgstr "Exercici Fiscal "
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -981,7 +975,7 @@ msgid "Status"
msgstr "Estat" msgstr "Estat"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1002,13 +996,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1148,7 +1142,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1183,20 +1177,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1205,7 +1190,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""
@ -1246,6 +1231,10 @@ msgid ""
"date for which accounting entries need to be generated." "date for which accounting entries need to be generated."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "No Fiscal Year defined."
#~ msgstr "Exercici Fiscal "
#~ msgid "Account Entry" #~ msgid "Account Entry"
#~ msgstr "Assentament comptable" #~ msgstr "Assentament comptable"

View File

@ -28,7 +28,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -434,7 +434,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -541,13 +541,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -577,7 +577,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -613,7 +613,7 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -658,7 +658,7 @@ msgid "Journal"
msgstr "Diari" msgstr "Diari"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -747,12 +747,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -977,7 +971,7 @@ msgid "Status"
msgstr "Estat" msgstr "Estat"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -998,13 +992,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1144,7 +1138,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1179,20 +1173,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1201,7 +1186,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -27,7 +27,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -441,7 +441,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -549,13 +549,13 @@ msgid "Entries"
msgstr "Položky" msgstr "Položky"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -585,7 +585,7 @@ msgid "General"
msgstr "Obecné" msgstr "Obecné"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -621,7 +621,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -666,7 +666,7 @@ msgid "Journal"
msgstr "Deník" msgstr "Deník"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -755,12 +755,6 @@ msgstr "Název"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -988,7 +982,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1009,13 +1003,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1156,7 +1150,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1191,20 +1185,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1213,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -33,7 +33,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -439,7 +439,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -546,13 +546,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +582,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -618,7 +618,7 @@ msgid "ID"
msgstr "Id" msgstr "Id"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -663,7 +663,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -752,12 +752,6 @@ msgstr "Navn"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -982,7 +976,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1003,13 +997,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1149,7 +1143,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1184,20 +1178,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1206,7 +1191,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -24,7 +24,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -459,7 +459,7 @@ msgid "Degressive-Linear"
msgstr "Degressiv-Linear" msgstr "Degressiv-Linear"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -567,13 +567,13 @@ msgid "Entries"
msgstr "Buchungen" msgstr "Buchungen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "Fehler! Anlagen dürfen nicht rekursiv angelegt werden." msgstr "Fehler! Anlagen dürfen nicht rekursiv angelegt werden."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -605,7 +605,7 @@ msgid "General"
msgstr "Allgemein" msgstr "Allgemein"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "Erzeuge Buchungen zur Anlagenlöschung" msgstr "Erzeuge Buchungen zur Anlagenlöschung"
@ -641,7 +641,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "Unzulässiger Wert %s in asset.method." msgstr "Unzulässiger Wert %s in asset.method."
@ -690,7 +690,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -779,12 +779,6 @@ msgstr "Bezeichnung"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Nächste Abschreibungsperiode" msgstr "Nächste Abschreibungsperiode"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, fuzzy, python-format
msgid "No Fiscal Year defined."
msgstr "Geschäftsjahr"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1022,7 +1016,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1045,13 +1039,13 @@ msgid "The Sale Value must be positive!"
msgstr "Der Verkaufserlöse muss positiv sein." msgstr "Der Verkaufserlöse muss positiv sein."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1215,7 +1209,7 @@ msgstr ""
"müssen solche Buchungen aus der Anlage heraus erstellen." "müssen solche Buchungen aus der Anlage heraus erstellen."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "Sie dürfen nur Anlagen im Status 'Entwurf' löschen." msgstr "Sie dürfen nur Anlagen im Status 'Entwurf' löschen."
@ -1258,25 +1252,13 @@ msgstr ""
"einer Anlagenabschreibung verknüpft ist." "einer Anlagenabschreibung verknüpft ist."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"Sie dürfen die Kategorie einer Anlage nicht ändern, wenn diese bereits " "Sie dürfen die Kategorie einer Anlage nicht ändern, wenn diese bereits "
"Finanzbuchungen aufweist." "Finanzbuchungen aufweist."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
"Sie dürfen eine Abschreibungstabelle einer Anlage nicht für ein nicht "
"definiertes, künftiges Geschäftsjahr berechnen.\n"
"Berichtigen Sie bitte das Anfangsdatum der Anlage '%s'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1287,7 +1269,7 @@ msgstr ""
"löschen." "löschen."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""
@ -1339,6 +1321,19 @@ msgstr ""
"hinzufügen, wenn der Abschreibungsbeginn von dem der zu erzeugenden " "hinzufügen, wenn der Abschreibungsbeginn von dem der zu erzeugenden "
"Finanzbuchungen abweicht." "Finanzbuchungen abweicht."
#, fuzzy
#~ msgid "No Fiscal Year defined."
#~ msgstr "Geschäftsjahr"
#~ msgid ""
#~ "You cannot compute a depreciation table for an asset starting in an "
#~ "undefined future fiscal year.\n"
#~ "Please correct the start date for asset '%s'."
#~ msgstr ""
#~ "Sie dürfen eine Abschreibungstabelle einer Anlage nicht für ein nicht "
#~ "definiertes, künftiges Geschäftsjahr berechnen.\n"
#~ "Berichtigen Sie bitte das Anfangsdatum der Anlage '%s'."
#~ msgid "Account Entry" #~ msgid "Account Entry"
#~ msgstr "Kontobuchung" #~ msgstr "Kontobuchung"

View File

@ -29,7 +29,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -435,7 +435,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -542,13 +542,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -578,7 +578,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -614,7 +614,7 @@ msgid "ID"
msgstr "Κωδικός" msgstr "Κωδικός"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -659,7 +659,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -748,12 +748,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -978,7 +972,7 @@ msgid "Status"
msgstr "Κατάσταση" msgstr "Κατάσταση"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -999,13 +993,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1145,7 +1139,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1180,20 +1174,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1202,7 +1187,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -29,7 +29,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -443,7 +443,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -551,13 +551,13 @@ msgid "Entries"
msgstr "Entries" msgstr "Entries"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -587,7 +587,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -623,7 +623,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -668,7 +668,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -757,12 +757,6 @@ msgstr "Name"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Next Period Depreciation" msgstr "Next Period Depreciation"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -990,7 +984,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1011,13 +1005,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1158,7 +1152,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1193,20 +1187,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "You cannot delete an asset that contains posted depreciation lines." msgstr "You cannot delete an asset that contains posted depreciation lines."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1215,7 +1200,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "You cannot delete an asset that contains posted depreciation lines." msgstr "You cannot delete an asset that contains posted depreciation lines."

View File

@ -26,8 +26,8 @@ msgstr ""
"POT-Creation-Date: 2016-09-14 00:45+0000\n" "POT-Creation-Date: 2016-09-14 00:45+0000\n"
"PO-Revision-Date: 2019-08-02 08:44+0000\n" "PO-Revision-Date: 2019-08-02 08:44+0000\n"
"Last-Translator: Josep M <jmyepes@mac.com>\n" "Last-Translator: Josep M <jmyepes@mac.com>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-account-financial-"
"OCA-account-financial-tools-8-0/language/es/)\n" "tools-8-0/language/es/)\n"
"Language: es\n" "Language: es\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -36,7 +36,7 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n" "X-Generator: Weblate 3.7.1\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -480,7 +480,7 @@ msgid "Degressive-Linear"
msgstr "Decreciente-Lineal" msgstr "Decreciente-Lineal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -587,13 +587,13 @@ msgid "Entries"
msgstr "Asientos" msgstr "Asientos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "Error. No puede crear activos recursivos." msgstr "Error. No puede crear activos recursivos."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -623,7 +623,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "Generar asientos de eliminación de activo" msgstr "Generar asientos de eliminación de activo"
@ -659,7 +659,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "Valor ilegal %s en asset.method." msgstr "Valor ilegal %s en asset.method."
@ -710,7 +710,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -799,12 +799,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Amortización del siguiente período" msgstr "Amortización del siguiente período"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr "No se ha definido el Ejercicio Fiscal."
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1038,7 +1032,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1061,13 +1055,13 @@ msgid "The Sale Value must be positive!"
msgstr "El valor de venta debe ser positivo." msgstr "El valor de venta debe ser positivo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1235,7 +1229,7 @@ msgstr ""
"Debe eliminarlo desde el activo." "Debe eliminarlo desde el activo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "Sólo puede eliminar activos en estado borrador." msgstr "Sólo puede eliminar activos en estado borrador."
@ -1277,24 +1271,12 @@ msgstr ""
"activo." "activo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"No puede cambiar la categoría de un activo que tiene asientos contables." "No puede cambiar la categoría de un activo que tiene asientos contables."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
"No puede calcular una tabla de amortización para un activo que comienza en "
"un ejercicio fiscal futuro no definido.\n"
"Corrija por favor la fecha de inicio del activo '%s'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1303,7 +1285,7 @@ msgid ""
msgstr "No puede eliminar una línea de amortización con un asiento enlazado." msgstr "No puede eliminar una línea de amortización con un asiento enlazado."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""
@ -1355,6 +1337,18 @@ msgstr ""
"diferente de la fecha para la que loas asientos contables necesitan ser " "diferente de la fecha para la que loas asientos contables necesitan ser "
"generados." "generados."
#~ msgid "No Fiscal Year defined."
#~ msgstr "No se ha definido el Ejercicio Fiscal."
#~ msgid ""
#~ "You cannot compute a depreciation table for an asset starting in an "
#~ "undefined future fiscal year.\n"
#~ "Please correct the start date for asset '%s'."
#~ msgstr ""
#~ "No puede calcular una tabla de amortización para un activo que comienza "
#~ "en un ejercicio fiscal futuro no definido.\n"
#~ "Corrija por favor la fecha de inicio del activo '%s'."
#~ msgid "Account Entry" #~ msgid "Account Entry"
#~ msgstr "Asiento contable" #~ msgstr "Asiento contable"

View File

@ -48,7 +48,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -454,7 +454,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -561,13 +561,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -597,7 +597,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -633,7 +633,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -678,7 +678,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -767,12 +767,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -997,7 +991,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1018,13 +1012,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1164,7 +1158,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1199,20 +1193,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1221,7 +1206,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -25,7 +25,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -439,7 +439,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -547,13 +547,13 @@ msgid "Entries"
msgstr "Asientos" msgstr "Asientos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -583,7 +583,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +619,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +664,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -753,12 +753,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -986,7 +980,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1007,13 +1001,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1154,7 +1148,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1189,20 +1183,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1211,7 +1196,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -34,7 +34,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -448,7 +448,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -556,13 +556,13 @@ msgid "Entries"
msgstr "Asientos" msgstr "Asientos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -592,7 +592,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -673,7 +673,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -762,12 +762,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -995,7 +989,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1016,13 +1010,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1163,7 +1157,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1198,20 +1192,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1220,7 +1205,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -33,7 +33,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -439,7 +439,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -546,13 +546,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +582,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -618,7 +618,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -663,7 +663,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -752,12 +752,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -982,7 +976,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1003,13 +997,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1149,7 +1143,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1184,20 +1178,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1206,7 +1191,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -37,7 +37,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -451,7 +451,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -559,13 +559,13 @@ msgid "Entries"
msgstr "Asientos" msgstr "Asientos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -595,7 +595,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -631,7 +631,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -676,7 +676,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -765,12 +765,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -998,7 +992,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1019,13 +1013,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1166,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1201,20 +1195,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1223,7 +1208,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -27,7 +27,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -436,7 +436,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -544,13 +544,13 @@ msgid "Entries"
msgstr "Asientos" msgstr "Asientos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -580,7 +580,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -616,7 +616,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -661,7 +661,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -750,12 +750,6 @@ msgstr "Nombre"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -980,7 +974,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1001,13 +995,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1147,7 +1141,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1182,20 +1176,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1204,7 +1189,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -41,7 +41,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -451,7 +451,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -559,13 +559,13 @@ msgid "Entries"
msgstr "Kirjed" msgstr "Kirjed"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -595,7 +595,7 @@ msgid "General"
msgstr "Üldine" msgstr "Üldine"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -631,7 +631,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -676,7 +676,7 @@ msgid "Journal"
msgstr "Päevik" msgstr "Päevik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -765,12 +765,6 @@ msgstr "Nimi"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -997,7 +991,7 @@ msgid "Status"
msgstr "Olek" msgstr "Olek"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1018,13 +1012,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1164,7 +1158,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1199,20 +1193,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1221,7 +1206,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "Izena"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "عمومی" msgstr "عمومی"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "شناسه" msgstr "شناسه"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "نام"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -34,7 +34,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -440,7 +440,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -547,13 +547,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -583,7 +583,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +619,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +664,7 @@ msgid "Journal"
msgstr "Piväkirja" msgstr "Piväkirja"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -753,12 +753,6 @@ msgstr "Nimi"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -983,7 +977,7 @@ msgid "Status"
msgstr "Tila" msgstr "Tila"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1004,13 +998,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1150,7 +1144,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1185,20 +1179,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1207,7 +1192,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -23,8 +23,8 @@ msgstr ""
"POT-Creation-Date: 2017-03-03 23:22+0000\n" "POT-Creation-Date: 2017-03-03 23:22+0000\n"
"PO-Revision-Date: 2019-07-31 23:43+0000\n" "PO-Revision-Date: 2019-07-31 23:43+0000\n"
"Last-Translator: Valaeys Stéphane <svalaeys@fiefmanage.ch>\n" "Last-Translator: Valaeys Stéphane <svalaeys@fiefmanage.ch>\n"
"Language-Team: French (http://www.transifex.com/oca/" "Language-Team: French (http://www.transifex.com/oca/OCA-account-financial-"
"OCA-account-financial-tools-8-0/language/fr/)\n" "tools-8-0/language/fr/)\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -33,7 +33,7 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n" "X-Generator: Weblate 3.7.1\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -264,8 +264,8 @@ msgid ""
msgstr "" msgstr ""
"Choisissez la méthode de calcul utilisée pour calculer le montant des lignes " "Choisissez la méthode de calcul utilisée pour calculer le montant des lignes "
"d'amortissement.\n" "d'amortissement.\n"
" * Linéaire : Calculer sur la base : Valeur brute / Nombre d'" " * Linéaire : Calculer sur la base : Valeur brute / Nombre "
"amortissements\n" "d'amortissements\n"
" * Dégressif : Calculer sur la base de : Valeur résiduelle * Facteur " " * Dégressif : Calculer sur la base de : Valeur résiduelle * Facteur "
"dégressif \n" "dégressif \n"
" * Linéaire-dégressif (Seulement pour la méthode de temps annuelle) : " " * Linéaire-dégressif (Seulement pour la méthode de temps annuelle) : "
@ -302,10 +302,10 @@ msgstr ""
"Choisir la méthode utilisée pour calculer les lignes d'amortissements.\n" "Choisir la méthode utilisée pour calculer les lignes d'amortissements.\n"
" * Linéaire : Calculer sur la base : Valeur de base / Nombre " " * Linéaire : Calculer sur la base : Valeur de base / Nombre "
"d'amortissement. Valeur de base = Valeur d'achat - Valeur de revente.\n" "d'amortissement. Valeur de base = Valeur d'achat - Valeur de revente.\n"
" * Linéaire-Limite : Linéaire jusqu'à la valeur de revente. Valeur de base =" " * Linéaire-Limite : Linéaire jusqu'à la valeur de revente. Valeur de base "
" Valeur d'achat.\n" "= Valeur d'achat.\n"
" * Dégressif : Calculer sur la base : Valeur résiduelle * Facteur dégressif." " * Dégressif : Calculer sur la base : Valeur résiduelle * Facteur "
"\n" "dégressif.\n"
" * Dégressif-Linéaire (uniquement pour la méthode de temps = Année) : " " * Dégressif-Linéaire (uniquement pour la méthode de temps = Année) : "
"Dégressif devient linéaire quand l'amortissement linéaire annuel surpasse " "Dégressif devient linéaire quand l'amortissement linéaire annuel surpasse "
"l'amortissement dégressif annuel.\n" "l'amortissement dégressif annuel.\n"
@ -477,7 +477,7 @@ msgid "Degressive-Linear"
msgstr "Dégressif-Linéaire" msgstr "Dégressif-Linéaire"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -585,13 +585,13 @@ msgid "Entries"
msgstr "Pièces comptables" msgstr "Pièces comptables"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "Erreur ! Vous ne pouvez pas créer des immobilisations récursives." msgstr "Erreur ! Vous ne pouvez pas créer des immobilisations récursives."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -624,7 +624,7 @@ msgid "General"
msgstr "Général" msgstr "Général"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "Générer la pièce comptable de sortie" msgstr "Générer la pièce comptable de sortie"
@ -660,7 +660,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "Valeur illégale %s dans asset.method." msgstr "Valeur illégale %s dans asset.method."
@ -711,7 +711,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -800,12 +800,6 @@ msgstr "Nom"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Période d'amortissement suivante" msgstr "Période d'amortissement suivante"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr "Aucun exercice défini."
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1039,7 +1033,7 @@ msgid "Status"
msgstr "Statut" msgstr "Statut"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1063,13 +1057,13 @@ msgid "The Sale Value must be positive!"
msgstr "La valeur de la vente doit être positive !" msgstr "La valeur de la vente doit être positive !"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "La date de début doit précéder la date de fin." msgstr "La date de début doit précéder la date de fin."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1093,7 +1087,8 @@ msgstr ""
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,help:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_number
msgid "The number of years needed to depreciate your asset" msgid "The number of years needed to depreciate your asset"
msgstr "Le nombre d'années nécessaires pour l'amortissement de l'immobilisation" msgstr ""
"Le nombre d'années nécessaires pour l'amortissement de l'immobilisation"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/wizard/account_asset_remove.py:155 #: code:addons/account_asset_management/wizard/account_asset_remove.py:155
@ -1235,7 +1230,7 @@ msgstr ""
"Vous devez générer ces pièces depuis l'immobilisation." "Vous devez générer ces pièces depuis l'immobilisation."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "Vous ne pouvez supprimer que des immobilisations 'Brouillon'." msgstr "Vous ne pouvez supprimer que des immobilisations 'Brouillon'."
@ -1278,25 +1273,13 @@ msgstr ""
"d'amortissement." "d'amortissement."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"Vous ne pouvez pas modifier la catégorie d'une immobilisation qui contient " "Vous ne pouvez pas modifier la catégorie d'une immobilisation qui contient "
"des lignes d'amortissement comptabilisées." "des lignes d'amortissement comptabilisées."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
"Vous ne pouvez pas calculer le tableau d'amortissement pour une "
"immobilisation qui commence dans une année indéfinie.\n"
"Veuillez corriger la date de départ pour l'immobilisation '%s'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1307,7 +1290,7 @@ msgstr ""
"comptable." "comptable."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""
@ -1360,6 +1343,18 @@ msgstr ""
"exercices fiscaux précédents si la date de début de l'immobilisation diffère " "exercices fiscaux précédents si la date de début de l'immobilisation diffère "
"de la date à laquelle des pièces comptables doivent être générées." "de la date à laquelle des pièces comptables doivent être générées."
#~ msgid "No Fiscal Year defined."
#~ msgstr "Aucun exercice défini."
#~ msgid ""
#~ "You cannot compute a depreciation table for an asset starting in an "
#~ "undefined future fiscal year.\n"
#~ "Please correct the start date for asset '%s'."
#~ msgstr ""
#~ "Vous ne pouvez pas calculer le tableau d'amortissement pour une "
#~ "immobilisation qui commence dans une année indéfinie.\n"
#~ "Veuillez corriger la date de départ pour l'immobilisation '%s'."
#~ msgid "Account Entry" #~ msgid "Account Entry"
#~ msgstr "Pièce comptable" #~ msgstr "Pièce comptable"

View File

@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: \n" "Plural-Forms: \n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -423,7 +423,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -530,13 +530,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -566,7 +566,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -602,7 +602,7 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -647,7 +647,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -736,12 +736,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -966,7 +960,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -987,13 +981,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1133,7 +1127,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1168,20 +1162,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1190,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "Identifiant" msgstr "Identifiant"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "Nom"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -36,7 +36,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -445,7 +445,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -552,13 +552,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -588,7 +588,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -624,7 +624,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -669,7 +669,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -758,12 +758,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -988,7 +982,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1009,13 +1003,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1163,7 +1157,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1198,20 +1192,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1220,7 +1205,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -426,7 +426,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -533,13 +533,13 @@ msgid "Entries"
msgstr "પ્રવેશો" msgstr "પ્રવેશો"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -569,7 +569,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -605,7 +605,7 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -650,7 +650,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -739,12 +739,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -969,7 +963,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -990,13 +984,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1136,7 +1130,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1171,20 +1165,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1193,7 +1178,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "כללי" msgstr "כללי"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "מזהה" msgstr "מזהה"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "שם"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -43,7 +43,7 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -454,7 +454,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -562,13 +562,13 @@ msgid "Entries"
msgstr "Stavke" msgstr "Stavke"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -598,7 +598,7 @@ msgid "General"
msgstr "Općenito" msgstr "Općenito"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -634,7 +634,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -679,7 +679,7 @@ msgid "Journal"
msgstr "Temeljnica" msgstr "Temeljnica"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -768,12 +768,6 @@ msgstr "Naziv"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Sljedeći period amortizacije" msgstr "Sljedeći period amortizacije"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1001,7 +995,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1022,13 +1016,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1169,7 +1163,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1204,20 +1198,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1226,7 +1211,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -20,7 +20,7 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -426,7 +426,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -533,13 +533,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -569,7 +569,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -605,7 +605,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -650,7 +650,7 @@ msgid "Journal"
msgstr "Dnevnik" msgstr "Dnevnik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -739,12 +739,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -969,7 +963,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -990,13 +984,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1136,7 +1130,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1171,20 +1165,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1193,7 +1178,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -29,7 +29,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -439,7 +439,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -547,13 +547,13 @@ msgid "Entries"
msgstr "Tételek" msgstr "Tételek"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -583,7 +583,7 @@ msgid "General"
msgstr "Általános" msgstr "Általános"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +619,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +664,7 @@ msgid "Journal"
msgstr "Napló" msgstr "Napló"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -753,12 +753,6 @@ msgstr "Név"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -983,7 +977,7 @@ msgid "Status"
msgstr "Státusz" msgstr "Státusz"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1004,13 +998,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1150,7 +1144,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1185,20 +1179,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1207,7 +1192,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -34,7 +34,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -440,7 +440,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -548,13 +548,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -584,7 +584,7 @@ msgid "General"
msgstr "Umum" msgstr "Umum"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -620,7 +620,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -665,7 +665,7 @@ msgid "Journal"
msgstr "Jurnal" msgstr "Jurnal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -754,12 +754,6 @@ msgstr "Nama"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -984,7 +978,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1005,13 +999,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1151,7 +1145,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1186,20 +1180,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1208,7 +1193,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -23,7 +23,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -437,7 +437,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -545,13 +545,13 @@ msgid "Entries"
msgstr "Registrazioni" msgstr "Registrazioni"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -581,7 +581,7 @@ msgid "General"
msgstr "Generale" msgstr "Generale"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -617,7 +617,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -662,7 +662,7 @@ msgid "Journal"
msgstr "Sezionale" msgstr "Sezionale"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -751,12 +751,6 @@ msgstr "Nome"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Prossimo Periodo di Ammortamento" msgstr "Prossimo Periodo di Ammortamento"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -984,7 +978,7 @@ msgid "Status"
msgstr "Stato" msgstr "Stato"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1005,13 +999,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1152,7 +1146,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1187,20 +1181,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1209,7 +1194,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -39,7 +39,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -453,7 +453,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -561,13 +561,13 @@ msgid "Entries"
msgstr "エントリー" msgstr "エントリー"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -597,7 +597,7 @@ msgid "General"
msgstr "一般" msgstr "一般"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -633,7 +633,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -678,7 +678,7 @@ msgid "Journal"
msgstr "仕訳帳" msgstr "仕訳帳"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -767,12 +767,6 @@ msgstr "名前"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1000,7 +994,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1021,13 +1015,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1168,7 +1162,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1203,20 +1197,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1225,7 +1210,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "일반" msgstr "일반"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "이름"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -29,7 +29,7 @@ msgstr ""
"%100<10 || n%100>=20) ? 1 : 2);\n" "%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -443,7 +443,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -551,13 +551,13 @@ msgid "Entries"
msgstr "Įrašai" msgstr "Įrašai"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -587,7 +587,7 @@ msgid "General"
msgstr "Bendra" msgstr "Bendra"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -623,7 +623,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -668,7 +668,7 @@ msgid "Journal"
msgstr "Žurnalas" msgstr "Žurnalas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -757,12 +757,6 @@ msgstr "Pavadinimas"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Likutinė vertė" msgstr "Likutinė vertė"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -989,7 +983,7 @@ msgid "Status"
msgstr "Būsena" msgstr "Būsena"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1010,13 +1004,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1156,7 +1150,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1191,20 +1185,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1213,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -20,7 +20,7 @@ msgstr ""
"%100<10 || n%100>=20) ? 1 : 2);\n" "%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -426,7 +426,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -533,13 +533,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -569,7 +569,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -605,7 +605,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -650,7 +650,7 @@ msgid "Journal"
msgstr "Žurnalas" msgstr "Žurnalas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -739,12 +739,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -969,7 +963,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -990,13 +984,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1136,7 +1130,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1171,20 +1165,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1193,7 +1178,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -20,7 +20,7 @@ msgstr ""
"2);\n" "2);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -426,7 +426,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -533,13 +533,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -569,7 +569,7 @@ msgid "General"
msgstr "Vispārēji" msgstr "Vispārēji"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -605,7 +605,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -650,7 +650,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -739,12 +739,6 @@ msgstr "Nosaukums"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -969,7 +963,7 @@ msgid "Status"
msgstr "Statuss" msgstr "Statuss"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -990,13 +984,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1136,7 +1130,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1171,20 +1165,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1193,7 +1178,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -37,7 +37,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -451,7 +451,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -559,13 +559,13 @@ msgid "Entries"
msgstr "Записи" msgstr "Записи"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -595,7 +595,7 @@ msgid "General"
msgstr "Општо" msgstr "Општо"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -631,7 +631,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -676,7 +676,7 @@ msgid "Journal"
msgstr "Дневник" msgstr "Дневник"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -765,12 +765,6 @@ msgstr "Име"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Следен период за амортизација" msgstr "Следен период за амортизација"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -998,7 +992,7 @@ msgid "Status"
msgstr "Статус" msgstr "Статус"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1019,13 +1013,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1166,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1201,21 +1195,12 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"Не може да избришете средство кое содржи објавени ставки за амортизација." "Не може да избришете средство кое содржи објавени ставки за амортизација."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1224,7 +1209,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -38,7 +38,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -452,7 +452,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -560,13 +560,13 @@ msgid "Entries"
msgstr "Бичилтүүд" msgstr "Бичилтүүд"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -596,7 +596,7 @@ msgid "General"
msgstr "Ерөнхий" msgstr "Ерөнхий"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -632,7 +632,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -677,7 +677,7 @@ msgid "Journal"
msgstr "Журнал" msgstr "Журнал"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -766,12 +766,6 @@ msgstr "Нэр"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Элэгдүүлэлтийн дараагийн мөчлөг" msgstr "Элэгдүүлэлтийн дараагийн мөчлөг"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -999,7 +993,7 @@ msgid "Status"
msgstr "Төлөв" msgstr "Төлөв"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1020,13 +1014,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1167,7 +1161,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1202,20 +1196,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "Элэгдэл бодогдсон хөрөнгүүдийг устгах боломжгүй." msgstr "Элэгдэл бодогдсон хөрөнгүүдийг устгах боломжгүй."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1224,7 +1209,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "Элэгдэл бодогдсон хөрөнгүүдийг устгах боломжгүй." msgstr "Элэгдэл бодогдсон хөрөнгүүдийг устгах боломжгүй."

View File

@ -32,7 +32,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -446,7 +446,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -554,13 +554,13 @@ msgid "Entries"
msgstr "Inngang" msgstr "Inngang"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -590,7 +590,7 @@ msgid "General"
msgstr "Genrelt" msgstr "Genrelt"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -626,7 +626,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -671,7 +671,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -760,12 +760,6 @@ msgstr "Navn"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -993,7 +987,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1014,13 +1008,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1161,7 +1155,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1196,20 +1190,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1218,7 +1203,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -32,7 +32,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -446,7 +446,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -554,13 +554,13 @@ msgid "Entries"
msgstr "Boekingen" msgstr "Boekingen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -590,7 +590,7 @@ msgid "General"
msgstr "Algemeen" msgstr "Algemeen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -626,7 +626,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -671,7 +671,7 @@ msgid "Journal"
msgstr "Dagboek" msgstr "Dagboek"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -760,12 +760,6 @@ msgstr "Naam"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Volgende afschrijf periode" msgstr "Volgende afschrijf periode"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -993,7 +987,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1014,13 +1008,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1161,7 +1155,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1196,22 +1190,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"Het is niet mogelijk een activa te verwijderen, waarvan geboekte " "Het is niet mogelijk een activa te verwijderen, waarvan geboekte "
"afwaarderingsregels zijn." "afwaarderingsregels zijn."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1220,7 +1205,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -27,7 +27,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -441,7 +441,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -549,13 +549,13 @@ msgid "Entries"
msgstr "Boekingen" msgstr "Boekingen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -585,7 +585,7 @@ msgid "General"
msgstr "Algemeen" msgstr "Algemeen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -621,7 +621,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -666,7 +666,7 @@ msgid "Journal"
msgstr "Journaal" msgstr "Journaal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -755,12 +755,6 @@ msgstr "Naam"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Volgende afschrijvingsperiode" msgstr "Volgende afschrijvingsperiode"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -988,7 +982,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1009,13 +1003,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1156,7 +1150,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1191,20 +1185,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1213,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -34,7 +34,7 @@ msgstr ""
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -443,7 +443,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -551,13 +551,13 @@ msgid "Entries"
msgstr "Zapisy" msgstr "Zapisy"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -587,7 +587,7 @@ msgid "General"
msgstr "Ogólne" msgstr "Ogólne"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -623,7 +623,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -668,7 +668,7 @@ msgid "Journal"
msgstr "Dziennik" msgstr "Dziennik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -757,12 +757,6 @@ msgstr "Nazwa"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -987,7 +981,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1008,13 +1002,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1154,7 +1148,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1189,20 +1183,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1211,7 +1196,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -28,7 +28,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -467,7 +467,7 @@ msgid "Degressive-Linear"
msgstr "Decrescente-Constante" msgstr "Decrescente-Constante"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -575,13 +575,13 @@ msgid "Entries"
msgstr "Movimentos" msgstr "Movimentos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "Erro! Não pode criar ativos recursivos" msgstr "Erro! Não pode criar ativos recursivos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -613,7 +613,7 @@ msgid "General"
msgstr "Geral" msgstr "Geral"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "Gerar Movs. de Remoção de Ativo" msgstr "Gerar Movs. de Remoção de Ativo"
@ -649,7 +649,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "Valor ilegal %s em asset.method" msgstr "Valor ilegal %s em asset.method"
@ -700,7 +700,7 @@ msgid "Journal"
msgstr "Diário" msgstr "Diário"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -789,12 +789,6 @@ msgstr "Nome"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Deprecição Período Seguinte" msgstr "Deprecição Período Seguinte"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, fuzzy, python-format
msgid "No Fiscal Year defined."
msgstr "Ano Fiscal"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1032,7 +1026,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1054,13 +1048,13 @@ msgid "The Sale Value must be positive!"
msgstr "O Valor de Venda tem que ser positivo!" msgstr "O Valor de Venda tem que ser positivo!"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1227,7 +1221,7 @@ msgstr ""
"Deve fazê-lo através do ativo." "Deve fazê-lo através do ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "Apenas pode remover ativos no estado Rascunho." msgstr "Apenas pode remover ativos no estado Rascunho."
@ -1270,24 +1264,12 @@ msgstr ""
"de ativo." "de ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"Não pode modificar a categoria de um ativo com movimentos contabilísticos." "Não pode modificar a categoria de um ativo com movimentos contabilísticos."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
"Não pode calcular a tabela de depreciação para um ativo começando num futuro "
"ano fiscal indefinido.\n"
"Por favor, corrija a data de início para o ativo '%s'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1298,7 +1280,7 @@ msgstr ""
"associado." "associado."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "Não pode apagar um ativo que contenha linha de depreciação registadas." msgstr "Não pode apagar um ativo que contenha linha de depreciação registadas."
@ -1348,6 +1330,19 @@ msgstr ""
"fiscais anteriores se a Data de Início de Depreciação é diferente da data " "fiscais anteriores se a Data de Início de Depreciação é diferente da data "
"para a qual é necessário gerar movs. contabilísticos." "para a qual é necessário gerar movs. contabilísticos."
#, fuzzy
#~ msgid "No Fiscal Year defined."
#~ msgstr "Ano Fiscal"
#~ msgid ""
#~ "You cannot compute a depreciation table for an asset starting in an "
#~ "undefined future fiscal year.\n"
#~ "Please correct the start date for asset '%s'."
#~ msgstr ""
#~ "Não pode calcular a tabela de depreciação para um ativo começando num "
#~ "futuro ano fiscal indefinido.\n"
#~ "Por favor, corrija a data de início para o ativo '%s'."
#~ msgid "Account Entry" #~ msgid "Account Entry"
#~ msgstr "Movimento de Conta" #~ msgstr "Movimento de Conta"

View File

@ -30,8 +30,8 @@ msgstr ""
"POT-Creation-Date: 2017-01-13 23:25+0000\n" "POT-Creation-Date: 2017-01-13 23:25+0000\n"
"PO-Revision-Date: 2019-07-24 00:43+0000\n" "PO-Revision-Date: 2019-07-24 00:43+0000\n"
"Last-Translator: Eduardo Aparicio <eduardo.caparica@gmail.com>\n" "Last-Translator: Eduardo Aparicio <eduardo.caparica@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-account-"
"OCA-account-financial-tools-8-0/language/pt_BR/)\n" "financial-tools-8-0/language/pt_BR/)\n"
"Language: pt_BR\n" "Language: pt_BR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -40,7 +40,7 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n" "X-Generator: Weblate 3.7.1\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -481,7 +481,7 @@ msgid "Degressive-Linear"
msgstr "Decréscimo Linear" msgstr "Decréscimo Linear"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -588,13 +588,13 @@ msgid "Entries"
msgstr "Lançamentos" msgstr "Lançamentos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "Erro! Você não pode criar ativos recursivos." msgstr "Erro! Você não pode criar ativos recursivos."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -627,7 +627,7 @@ msgid "General"
msgstr "Geral" msgstr "Geral"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "Criar lançamentos de Remoção de Ativos" msgstr "Criar lançamentos de Remoção de Ativos"
@ -663,7 +663,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "Valor ilegal %s em asset.method." msgstr "Valor ilegal %s em asset.method."
@ -712,7 +712,7 @@ msgid "Journal"
msgstr "Diário" msgstr "Diário"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -801,12 +801,6 @@ msgstr "Nome"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Depreciação do Próximo Período" msgstr "Depreciação do Próximo Período"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr "Ano Fiscal não definido."
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1040,7 +1034,7 @@ msgid "Status"
msgstr "Situação" msgstr "Situação"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1063,13 +1057,13 @@ msgid "The Sale Value must be positive!"
msgstr "O Valor de Venda deve ser positivo!" msgstr "O Valor de Venda deve ser positivo!"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "A Data Inicial deve preceder a Data Final." msgstr "A Data Inicial deve preceder a Data Final."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1235,7 +1229,7 @@ msgstr ""
"Você deve removê-los a partir do ativo." "Você deve removê-los a partir do ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "Você só pode remover ativos com situação 'Provisório'." msgstr "Você só pode remover ativos com situação 'Provisório'."
@ -1278,25 +1272,13 @@ msgstr ""
"depreciação de ativo." "depreciação de ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"Você não pode alterar o perfil de um ativo relacionado a lançamentos " "Você não pode alterar o perfil de um ativo relacionado a lançamentos "
"contábeis." "contábeis."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
"Você não pode calcular a tabela de depreciação para um ativo iniciado em um "
"ano fiscal futuro e indefinido.\n"
"Por favor, corrija a data inicial para o ativo '%s'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1307,7 +1289,7 @@ msgstr ""
"contábil." "contábil."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""
@ -1358,6 +1340,18 @@ msgstr ""
"anterior se a Data Inicial de Depreciação é diferente da data para a qual os " "anterior se a Data Inicial de Depreciação é diferente da data para a qual os "
"lançamentos contábeis devem ser gerados." "lançamentos contábeis devem ser gerados."
#~ msgid "No Fiscal Year defined."
#~ msgstr "Ano Fiscal não definido."
#~ msgid ""
#~ "You cannot compute a depreciation table for an asset starting in an "
#~ "undefined future fiscal year.\n"
#~ "Please correct the start date for asset '%s'."
#~ msgstr ""
#~ "Você não pode calcular a tabela de depreciação para um ativo iniciado em "
#~ "um ano fiscal futuro e indefinido.\n"
#~ "Por favor, corrija a data inicial para o ativo '%s'."
#~ msgid "Account Entry" #~ msgid "Account Entry"
#~ msgstr "Entrada de conta" #~ msgstr "Entrada de conta"

View File

@ -30,7 +30,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -469,7 +469,7 @@ msgid "Degressive-Linear"
msgstr "Decrescente-Constante" msgstr "Decrescente-Constante"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -577,13 +577,13 @@ msgid "Entries"
msgstr "Movimentos" msgstr "Movimentos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "Erro! Não pode criar ativos recursivos" msgstr "Erro! Não pode criar ativos recursivos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -615,7 +615,7 @@ msgid "General"
msgstr "Geral" msgstr "Geral"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "Gerar Movs. de Remoção de Ativo" msgstr "Gerar Movs. de Remoção de Ativo"
@ -651,7 +651,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "Valor ilegal %s em asset.method" msgstr "Valor ilegal %s em asset.method"
@ -702,7 +702,7 @@ msgid "Journal"
msgstr "Diário" msgstr "Diário"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -791,12 +791,6 @@ msgstr "Nome"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Deprecição Período Seguinte" msgstr "Deprecição Período Seguinte"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, fuzzy, python-format
msgid "No Fiscal Year defined."
msgstr "Ano Fiscal"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1034,7 +1028,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1056,13 +1050,13 @@ msgid "The Sale Value must be positive!"
msgstr "O Valor de Venda tem que ser positivo!" msgstr "O Valor de Venda tem que ser positivo!"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1229,7 +1223,7 @@ msgstr ""
"Deve fazê-lo através do ativo." "Deve fazê-lo através do ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "Apenas pode remover ativos no estado Rascunho." msgstr "Apenas pode remover ativos no estado Rascunho."
@ -1272,24 +1266,12 @@ msgstr ""
"de ativo." "de ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"Não pode modificar a categoria de um ativo com movimentos contabilísticos." "Não pode modificar a categoria de um ativo com movimentos contabilísticos."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
"Não pode calcular a tabela de depreciação para um ativo começando num futuro "
"ano fiscal indefinido.\n"
"Por favor, corrija a data de início para o ativo '%s'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1300,7 +1282,7 @@ msgstr ""
"associado." "associado."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "Não pode apagar um ativo que contenha linha de depreciação registadas." msgstr "Não pode apagar um ativo que contenha linha de depreciação registadas."
@ -1350,6 +1332,19 @@ msgstr ""
"fiscais anteriores se a Data de Início de Depreciação é diferente da data " "fiscais anteriores se a Data de Início de Depreciação é diferente da data "
"para a qual é necessário gerar movs. contabilísticos." "para a qual é necessário gerar movs. contabilísticos."
#, fuzzy
#~ msgid "No Fiscal Year defined."
#~ msgstr "Ano Fiscal"
#~ msgid ""
#~ "You cannot compute a depreciation table for an asset starting in an "
#~ "undefined future fiscal year.\n"
#~ "Please correct the start date for asset '%s'."
#~ msgstr ""
#~ "Não pode calcular a tabela de depreciação para um ativo começando num "
#~ "futuro ano fiscal indefinido.\n"
#~ "Por favor, corrija a data de início para o ativo '%s'."
#~ msgid "Account Entry" #~ msgid "Account Entry"
#~ msgstr "Movimento de Conta" #~ msgstr "Movimento de Conta"

View File

@ -34,7 +34,7 @@ msgstr ""
"2:1));\n" "2:1));\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -448,7 +448,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -556,13 +556,13 @@ msgid "Entries"
msgstr "Inregistrari" msgstr "Inregistrari"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -592,7 +592,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -673,7 +673,7 @@ msgid "Journal"
msgstr "Registru" msgstr "Registru"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -762,12 +762,6 @@ msgstr "Nume"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Urmatoarea Perioada a Devalorizarii" msgstr "Urmatoarea Perioada a Devalorizarii"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -995,7 +989,7 @@ msgid "Status"
msgstr "Stare" msgstr "Stare"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1016,13 +1010,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1163,7 +1157,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1198,21 +1192,12 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"Nu puteti sterge active care contin linii ale amortizarii inregistrate." "Nu puteti sterge active care contin linii ale amortizarii inregistrate."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1221,7 +1206,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -38,7 +38,7 @@ msgstr ""
"%100>=11 && n%100<=14)? 2 : 3);\n" "%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -449,7 +449,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -557,13 +557,13 @@ msgid "Entries"
msgstr "Записи" msgstr "Записи"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -593,7 +593,7 @@ msgid "General"
msgstr "Общий" msgstr "Общий"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -629,7 +629,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -674,7 +674,7 @@ msgid "Journal"
msgstr "Журнал" msgstr "Журнал"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -763,12 +763,6 @@ msgstr "Название"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Следующий период амортизации" msgstr "Следующий период амортизации"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -996,7 +990,7 @@ msgid "Status"
msgstr "Статус" msgstr "Статус"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1017,13 +1011,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1164,7 +1158,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1199,21 +1193,12 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"Нельзя удалить актив, который содержит проведенные позиции амортизации." "Нельзя удалить актив, который содержит проведенные позиции амортизации."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1222,7 +1207,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "Všeobecný" msgstr "Všeobecný"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "Meno"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -30,7 +30,7 @@ msgstr ""
"%100==4 ? 2 : 3);\n" "%100==4 ? 2 : 3);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -463,7 +463,7 @@ msgid "Degressive-Linear"
msgstr "Degresivno-linearna" msgstr "Degresivno-linearna"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -571,13 +571,13 @@ msgid "Entries"
msgstr "Vnosi" msgstr "Vnosi"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "Napaka! Ne morete ustvarjati rekurzivnih sredstev." msgstr "Napaka! Ne morete ustvarjati rekurzivnih sredstev."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -609,7 +609,7 @@ msgid "General"
msgstr "Splošno" msgstr "Splošno"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "Ustvari vnose odstranitve sredstva" msgstr "Ustvari vnose odstranitve sredstva"
@ -645,7 +645,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "Neveljavna vrednost %s v asset.method." msgstr "Neveljavna vrednost %s v asset.method."
@ -694,7 +694,7 @@ msgid "Journal"
msgstr "Dnevnik" msgstr "Dnevnik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -783,12 +783,6 @@ msgstr "Naziv"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Naslednje obdobje amortizacije" msgstr "Naslednje obdobje amortizacije"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, fuzzy, python-format
msgid "No Fiscal Year defined."
msgstr "Fiskalno leto"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1026,7 +1020,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1047,13 +1041,13 @@ msgid "The Sale Value must be positive!"
msgstr "Prodajna vrednost mora biti pozitivna!" msgstr "Prodajna vrednost mora biti pozitivna!"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1219,7 +1213,7 @@ msgstr ""
"Take vnose bi morali odstranjevati iz sredstva." "Take vnose bi morali odstranjevati iz sredstva."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "Brišete lahko le sredstva v stanju 'osnutek'." msgstr "Brišete lahko le sredstva v stanju 'osnutek'."
@ -1262,24 +1256,12 @@ msgstr ""
"spreminjati." "spreminjati."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
"Kategorije sredstva, ki vsebuje knjigovodske vnose, ne morete spreminjati." "Kategorije sredstva, ki vsebuje knjigovodske vnose, ne morete spreminjati."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
"Ne morete izvesti amortizacijske tabele sredstva s pričetkom v nedoločenem "
"prihodnjem fiskalnem letu.\n"
"Popravite začetni datum za sredstvo '%s'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1289,7 +1271,7 @@ msgstr ""
"Amortizacijske postavke povezane s knjigovodskim vnosom ne morete brisati." "Amortizacijske postavke povezane s knjigovodskim vnosom ne morete brisati."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "Ni možno brisati osnovnega sredstva , ki ima vknjižene amortizacije." msgstr "Ni možno brisati osnovnega sredstva , ki ima vknjižene amortizacije."
@ -1339,6 +1321,19 @@ msgstr ""
"let, če je začetni datum amortizacije drugačen od datuma, na katerega se " "let, če je začetni datum amortizacije drugačen od datuma, na katerega se "
"knjigovodski vnosi ustvarjajo." "knjigovodski vnosi ustvarjajo."
#, fuzzy
#~ msgid "No Fiscal Year defined."
#~ msgstr "Fiskalno leto"
#~ msgid ""
#~ "You cannot compute a depreciation table for an asset starting in an "
#~ "undefined future fiscal year.\n"
#~ "Please correct the start date for asset '%s'."
#~ msgstr ""
#~ "Ne morete izvesti amortizacijske tabele sredstva s pričetkom v "
#~ "nedoločenem prihodnjem fiskalnem letu.\n"
#~ "Popravite začetni datum za sredstvo '%s'."
#~ msgid "Account Entry" #~ msgid "Account Entry"
#~ msgstr "Kontni vnos" #~ msgstr "Kontni vnos"

View File

@ -20,7 +20,7 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -426,7 +426,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -533,13 +533,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -569,7 +569,7 @@ msgid "General"
msgstr "Opšte" msgstr "Opšte"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -605,7 +605,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -650,7 +650,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -739,12 +739,6 @@ msgstr "Ime"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -969,7 +963,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -990,13 +984,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1136,7 +1130,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1171,20 +1165,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1193,7 +1178,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -32,7 +32,7 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -439,7 +439,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -546,13 +546,13 @@ msgid "Entries"
msgstr "Stavke" msgstr "Stavke"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +582,7 @@ msgid "General"
msgstr "Opšte" msgstr "Opšte"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -618,7 +618,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -663,7 +663,7 @@ msgid "Journal"
msgstr "Dnevnik" msgstr "Dnevnik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -752,12 +752,6 @@ msgstr "Ime:"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -982,7 +976,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1003,13 +997,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1149,7 +1143,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1184,20 +1178,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1206,7 +1191,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -57,7 +57,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -471,7 +471,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -579,13 +579,13 @@ msgid "Entries"
msgstr "Poster" msgstr "Poster"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -615,7 +615,7 @@ msgid "General"
msgstr "Allmän" msgstr "Allmän"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -651,7 +651,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -696,7 +696,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -785,12 +785,6 @@ msgstr "Namn"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1018,7 +1012,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1039,13 +1033,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1186,7 +1180,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1221,20 +1215,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1243,7 +1228,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -23,7 +23,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -433,7 +433,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -540,13 +540,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -576,7 +576,7 @@ msgid "General"
msgstr "ทั่วไป" msgstr "ทั่วไป"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -612,7 +612,7 @@ msgid "ID"
msgstr "รหัส" msgstr "รหัส"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -657,7 +657,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -746,12 +746,6 @@ msgstr "ชื่อ"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -976,7 +970,7 @@ msgid "Status"
msgstr "สถานะ" msgstr "สถานะ"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -997,13 +991,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1143,7 +1137,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1178,20 +1172,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1200,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -38,7 +38,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -452,7 +452,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -560,13 +560,13 @@ msgid "Entries"
msgstr "Kayıtlar" msgstr "Kayıtlar"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -596,7 +596,7 @@ msgid "General"
msgstr "Genel" msgstr "Genel"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -632,7 +632,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -677,7 +677,7 @@ msgid "Journal"
msgstr "Günlük" msgstr "Günlük"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -766,12 +766,6 @@ msgstr "Adı"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "Sonraki dönemdeki Amortisman" msgstr "Sonraki dönemdeki Amortisman"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -999,7 +993,7 @@ msgid "Status"
msgstr "Durum" msgstr "Durum"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1020,13 +1014,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1167,7 +1161,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1202,20 +1196,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "İşlenmiş yıpranma kalemleri içeren bir varlığı silemezsiniz." msgstr "İşlenmiş yıpranma kalemleri içeren bir varlığı silemezsiniz."
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1224,7 +1209,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "İşlenmiş yıpranma kalemleri içeren bir varlığı silemezsiniz." msgstr "İşlenmiş yıpranma kalemleri içeren bir varlığı silemezsiniz."

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "Kimlik" msgstr "Kimlik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr "Ad"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "Durum" msgstr "Durum"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -20,7 +20,7 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -426,7 +426,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -533,13 +533,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -569,7 +569,7 @@ msgid "General"
msgstr "Загальне" msgstr "Загальне"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -605,7 +605,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -650,7 +650,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -739,12 +739,6 @@ msgstr "Name"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -969,7 +963,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -990,13 +984,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1136,7 +1130,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1171,20 +1165,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1193,7 +1178,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -50,7 +50,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -457,7 +457,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -564,13 +564,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -600,7 +600,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -636,7 +636,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -681,7 +681,7 @@ msgid "Journal"
msgstr "Sổ nhật ký" msgstr "Sổ nhật ký"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -770,12 +770,6 @@ msgstr "Tên"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -1000,7 +994,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1021,13 +1015,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1167,7 +1161,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1202,20 +1196,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1224,7 +1209,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -425,7 +425,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -532,13 +532,13 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -568,7 +568,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -604,7 +604,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -738,12 +738,6 @@ msgstr ""
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -968,7 +962,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -989,13 +983,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1135,7 +1129,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1170,20 +1164,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1192,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -34,7 +34,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -446,7 +446,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -554,13 +554,13 @@ msgid "Entries"
msgstr "分录" msgstr "分录"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -590,7 +590,7 @@ msgid "General"
msgstr "基本设置" msgstr "基本设置"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -626,7 +626,7 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -671,7 +671,7 @@ msgid "Journal"
msgstr "凭证簿" msgstr "凭证簿"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -760,12 +760,6 @@ msgstr "名称"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "下个期间的折旧" msgstr "下个期间的折旧"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -993,7 +987,7 @@ msgid "Status"
msgstr "状态" msgstr "状态"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1014,13 +1008,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1161,7 +1155,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1196,20 +1190,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "您不能删除一个包含有折旧行的资产" msgstr "您不能删除一个包含有折旧行的资产"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1218,7 +1203,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "您不能删除一个包含有折旧行的资产" msgstr "您不能删除一个包含有折旧行的资产"

View File

@ -27,7 +27,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1076 #: code:addons/account_asset_management/models/account_asset.py:1014
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -439,7 +439,7 @@ msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:261 #: code:addons/account_asset_management/models/account_asset.py:262
#: code:addons/account_asset_management/models/account_asset_profile.py:148 #: code:addons/account_asset_management/models/account_asset_profile.py:148
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
@ -547,13 +547,13 @@ msgid "Entries"
msgstr "分錄" msgstr "分錄"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:252 #: code:addons/account_asset_management/models/account_asset.py:253
#, python-format #, python-format
msgid "Error ! You can not create recursive assets." msgid "Error ! You can not create recursive assets."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:1079 #: code:addons/account_asset_management/models/account_asset.py:1017
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -583,7 +583,7 @@ msgid "General"
msgstr "一般" msgstr "一般"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:443 #: code:addons/account_asset_management/models/account_asset.py:444
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +619,7 @@ msgid "ID"
msgstr "編號" msgstr "編號"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:770 #: code:addons/account_asset_management/models/account_asset.py:760
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +664,7 @@ msgid "Journal"
msgstr "帳簿" msgstr "帳簿"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:463 #: code:addons/account_asset_management/models/account_asset.py:464
#: model:ir.model,name:account_asset_management.model_account_move #: model:ir.model,name:account_asset_management.model_account_move
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, python-format #, python-format
@ -753,12 +753,6 @@ msgstr "名稱"
msgid "Next Period Depreciation" msgid "Next Period Depreciation"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:924
#, python-format
msgid "No Fiscal Year defined."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset,type:0 #: selection:account.asset,type:0
msgid "Normal" msgid "Normal"
@ -986,7 +980,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:743 #: code:addons/account_asset_management/models/account_asset.py:733
#, python-format #, python-format
msgid "" msgid ""
"The '_compute_year_amount' method is only intended for Time Method 'Number " "The '_compute_year_amount' method is only intended for Time Method 'Number "
@ -1007,13 +1001,13 @@ msgid "The Sale Value must be positive!"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:271 #: code:addons/account_asset_management/models/account_asset.py:272
#, python-format #, python-format
msgid "The Start Date must precede the Ending Date." msgid "The Start Date must precede the Ending Date."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:535 #: code:addons/account_asset_management/models/account_asset.py:536
#, python-format #, python-format
msgid "" msgid ""
"The duration of the asset conflicts with the posted depreciation table entry " "The duration of the asset conflicts with the posted depreciation table entry "
@ -1154,7 +1148,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:381 #: code:addons/account_asset_management/models/account_asset.py:382
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1189,20 +1183,11 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:294 #: code:addons/account_asset_management/models/account_asset.py:295
#, python-format #, python-format
msgid "You cannot change the profile of an asset with accounting entries." msgid "You cannot change the profile of an asset with accounting entries."
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:931
#, python-format
msgid ""
"You cannot compute a depreciation table for an asset starting in an "
"undefined future fiscal year.\n"
"Please correct the start date for asset '%s'."
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:166 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
@ -1211,7 +1196,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:385 #: code:addons/account_asset_management/models/account_asset.py:386
#, python-format #, python-format
msgid "You cannot delete an asset that contains posted depreciation lines." msgid "You cannot delete an asset that contains posted depreciation lines."
msgstr "" msgstr ""

View File

@ -1,3 +1,10 @@
Done after the analysis:
NEW model account.asset.group
NEW field account.asset group_id
NEW field account.asset.profile group_id
account.asset date_start required
account.asset profile_id required
---Fields in module 'account_asset_management'--- ---Fields in module 'account_asset_management'---
account_asset / account.asset.asset / category_id (many2one) : DEL relation: account.asset.category, required account_asset / account.asset.asset / category_id (many2one) : DEL relation: account.asset.category, required
account_asset / account.asset.asset / currency_id (many2one) : DEL relation: res.currency, required, req_default: function account_asset / account.asset.asset / currency_id (many2one) : DEL relation: res.currency, required, req_default: function
@ -12,9 +19,7 @@ account_asset / account.asset.asset / method_period (integer) : selec
account_asset / account.asset.asset / method_period (integer) : type is now 'selection' ('integer') account_asset / account.asset.asset / method_period (integer) : type is now 'selection' ('integer')
account_asset / account.asset.asset / method_time (selection) : selection_keys is now 'function' ('['end', 'number']') account_asset / account.asset.asset / method_time (selection) : selection_keys is now 'function' ('['end', 'number']')
account_asset / account.asset.asset / state (selection) : selection_keys is now '['close', 'draft', 'open', 'removed']' ('['close', 'draft', 'open']') account_asset / account.asset.asset / state (selection) : selection_keys is now '['close', 'draft', 'open', 'removed']' ('['close', 'draft', 'open']')
account_asset / account.asset.asset / type (selection) : is now stored account_asset / account.asset.asset / type (selection) : DEL required
account_asset / account.asset.asset / type (selection) : not related anymore
account_asset / account.asset.asset / type (selection) : selection_keys is now '['normal', 'view']' ('function')
account_asset / account.asset.asset / value (float) : DEL required account_asset / account.asset.asset / value (float) : DEL required
account_asset / account.asset.asset / value_residual (float) : is now stored account_asset / account.asset.asset / value_residual (float) : is now stored
account_asset / account.asset.asset / website_message_ids (one2many): DEL relation: mail.message account_asset / account.asset.asset / website_message_ids (one2many): DEL relation: mail.message
@ -42,13 +47,10 @@ account_asset / product.template / deferred_revenue_category_id (many2on
account_asset_management / account.account / asset_profile_id (many2one) : NEW relation: account.asset.profile account_asset_management / account.account / asset_profile_id (many2one) : NEW relation: account.asset.profile
account_asset_management / account.asset / account_analytic_id (many2one): NEW relation: account.analytic.account account_asset_management / account.asset / account_analytic_id (many2one): NEW relation: account.analytic.account
account_asset_management / account.asset / account_move_line_ids (one2many): NEW relation: account.move.line account_asset_management / account.asset / account_move_line_ids (one2many): NEW relation: account.move.line
account_asset_management / account.asset / child_ids (one2many) : NEW relation: account.asset
account_asset_management / account.asset / company_currency_id (many2one): NEW relation: res.currency, isrelated: related, stored account_asset_management / account.asset / company_currency_id (many2one): NEW relation: res.currency, isrelated: related, stored
account_asset_management / account.asset / date_remove (date) : NEW account_asset_management / account.asset / date_remove (date) : NEW
account_asset_management / account.asset / date_start (date) : NEW account_asset_management / account.asset / date_start (date) : NEW
account_asset_management / account.asset / depreciation_base (float) : NEW isfunction: function, stored account_asset_management / account.asset / depreciation_base (float) : NEW isfunction: function, stored
account_asset_management / account.asset / parent_id (many2one) : NEW relation: account.asset
account_asset_management / account.asset / parent_path (char) : NEW
account_asset_management / account.asset / profile_id (many2one) : NEW relation: account.asset.profile account_asset_management / account.asset / profile_id (many2one) : NEW relation: account.asset.profile
account_asset_management / account.asset / purchase_value (float) : NEW required account_asset_management / account.asset / purchase_value (float) : NEW required
account_asset_management / account.asset / value_depreciated (float) : NEW isfunction: function, stored account_asset_management / account.asset / value_depreciated (float) : NEW isfunction: function, stored
@ -62,7 +64,6 @@ account_asset_management / account.asset.profile / account_plus_value_id (man
account_asset_management / account.asset.profile / account_residual_value_id (many2one): NEW relation: account.account account_asset_management / account.asset.profile / account_residual_value_id (many2one): NEW relation: account.account
account_asset_management / account.asset.profile / asset_product_item (boolean) : NEW account_asset_management / account.asset.profile / asset_product_item (boolean) : NEW
account_asset_management / account.asset.profile / note (text) : NEW account_asset_management / account.asset.profile / note (text) : NEW
account_asset_management / account.asset.profile / parent_id (many2one) : NEW relation: account.asset
account_asset_management / account.asset.recompute.trigger / company_id (many2one) : NEW relation: res.company, required account_asset_management / account.asset.recompute.trigger / company_id (many2one) : NEW relation: res.company, required
account_asset_management / account.asset.recompute.trigger / date_completed (datetime) : NEW account_asset_management / account.asset.recompute.trigger / date_completed (datetime) : NEW
account_asset_management / account.asset.recompute.trigger / date_trigger (datetime) : NEW account_asset_management / account.asset.recompute.trigger / date_trigger (datetime) : NEW

View File

@ -1,3 +1,11 @@
Done after the analysis:
NEW model account.asset.group
NEW field account.asset group_id
NEW field account.asset.profile group_id
account.asset date_start required
account.asset profile_id required
# TODO: account.asset of type 'view' (archived): set date_start & profile_id
---Fields in module 'account_asset_management'--- ---Fields in module 'account_asset_management'---
account_asset / account.asset.asset / category_id (many2one) : DEL relation: account.asset.category, required account_asset / account.asset.asset / category_id (many2one) : DEL relation: account.asset.category, required
# renamed to profile_id # renamed to profile_id
@ -23,9 +31,8 @@ account_asset / account.asset.asset / method_period (integer) : type
# TODO: LOG WARNING IF method_period_11 is other than (1, 3, 12) # TODO: LOG WARNING IF method_period_11 is other than (1, 3, 12)
account_asset / account.asset.asset / method_time (selection) : selection_keys is now 'function' ('['end', 'number']') account_asset / account.asset.asset / method_time (selection) : selection_keys is now 'function' ('['end', 'number']')
account_asset / account.asset.asset / state (selection) : selection_keys is now '['close', 'draft', 'open', 'removed']' ('['close', 'draft', 'open']') account_asset / account.asset.asset / state (selection) : selection_keys is now '['close', 'draft', 'open', 'removed']' ('['close', 'draft', 'open']')
account_asset / account.asset.asset / type (selection) : is now stored account_asset / account.asset.asset / type (selection) : DEL required
account_asset / account.asset.asset / type (selection) : not related anymore # DEL
account_asset / account.asset.asset / type (selection) : selection_keys is now '['normal', 'view']' ('function')
account_asset / account.asset.asset / value (float) : DEL required account_asset / account.asset.asset / value (float) : DEL required
# renamed to purchase_value # renamed to purchase_value
account_asset / account.asset.asset / value_residual (float) : is now stored account_asset / account.asset.asset / value_residual (float) : is now stored
@ -81,9 +88,6 @@ account_asset_management / account.asset / date_remove (date)
account_asset_management / account.asset / date_start (date) : NEW account_asset_management / account.asset / date_start (date) : NEW
# renamed from date # renamed from date
account_asset_management / account.asset / depreciation_base (float) : NEW isfunction: function, stored account_asset_management / account.asset / depreciation_base (float) : NEW isfunction: function, stored
account_asset_management / account.asset / parent_id (many2one) : NEW relation: account.asset
# get new view asset
account_asset_management / account.asset / parent_path (char) : NEW
account_asset_management / account.asset / profile_id (many2one) : NEW relation: account.asset.profile account_asset_management / account.asset / profile_id (many2one) : NEW relation: account.asset.profile
# renamed from category_id # renamed from category_id
account_asset_management / account.asset / purchase_value (float) : NEW required account_asset_management / account.asset / purchase_value (float) : NEW required
@ -101,8 +105,6 @@ account_asset_management / account.asset.profile / account_plus_value_id (man
account_asset_management / account.asset.profile / account_residual_value_id (many2one): NEW relation: account.account account_asset_management / account.asset.profile / account_residual_value_id (many2one): NEW relation: account.account
account_asset_management / account.asset.profile / asset_product_item (boolean) : NEW account_asset_management / account.asset.profile / asset_product_item (boolean) : NEW
account_asset_management / account.asset.profile / note (text) : NEW account_asset_management / account.asset.profile / note (text) : NEW
account_asset_management / account.asset.profile / parent_id (many2one) : NEW relation: account.asset
# get new view asset
account_asset_management / account.asset.recompute.trigger / company_id (many2one) : NEW relation: res.company, required account_asset_management / account.asset.recompute.trigger / company_id (many2one) : NEW relation: res.company, required
account_asset_management / account.asset.recompute.trigger / date_completed (datetime) : NEW account_asset_management / account.asset.recompute.trigger / date_completed (datetime) : NEW
account_asset_management / account.asset.recompute.trigger / date_trigger (datetime) : NEW account_asset_management / account.asset.recompute.trigger / date_trigger (datetime) : NEW

View File

@ -5,14 +5,34 @@ import logging
logger = logging.getLogger('OpenUpgrade') logger = logging.getLogger('OpenUpgrade')
def create_view_asset(env): def create_asset_group(cr):
for company in env['res.company'].search([]): view_to_group = {}
values = { cr.execute('''SELECT id, name, parent_id, company_id
'company_id': company.id, FROM account_asset WHERE type = 'view';''')
'name': 'ASSET VIEW', for view in cr.fetchall():
'type': 'view', sql = '''INSERT INTO account_asset_group (name, parent_id, company_id)
} VALUES ('%s', %s, %s) returning id;''' % \
env['account.asset'].create(values) (view[1], view[2] or 'NULL', view[3])
cr.execute(sql)
view_id = view[0]
group_id = cr.fetchone()[0]
view_to_group[view_id] = group_id
return view_to_group
def update_asset_and_asset_profile(cr, view_to_group):
cr.execute('''UPDATE account_asset
SET active = false
WHERE type = 'view';''')
for view_id, group_id in view_to_group.items():
cr.execute('''UPDATE account_asset
SET group_id = %s
WHERE parent_id = %s;''' % (group_id, view_id))
cr.execute('''UPDATE account_asset_profile
SET group_id = %s
WHERE parent_id = %s;''' % (group_id, view_id))
def update_asset(cr): def update_asset(cr):
@ -22,8 +42,8 @@ def update_asset(cr):
p.account_analytic_id, p.account_analytic_id,
a.company_id a.company_id
FROM account_asset a FROM account_asset a
LEFT JOIN account_asset_profile p ON a.profile_id = p.id LEFT JOIN account_asset_profile p ON a.profile_id = p.id;
WHERE a.type = 'normal';''') ''')
for asset in cr.fetchall(): for asset in cr.fetchall():
no_of_entries = asset[1] no_of_entries = asset[1]
months_between_entries = asset[2] months_between_entries = asset[2]
@ -39,9 +59,6 @@ def update_asset(cr):
values['method_period'] = "'quarter'" values['method_period'] = "'quarter'"
elif months_between_entries == 1: elif months_between_entries == 1:
values['method_period'] = "'month'" values['method_period'] = "'month'"
cr.execute("""SELECT id FROM account_asset
WHERE type = 'view' and company_id = %s limit 1;""" % asset[4])
values['parent_id'] = cr.fetchall()[0][0]
vals = ['%s = %s' % (key, value) for key, value in values.items()] vals = ['%s = %s' % (key, value) for key, value in values.items()]
sql = "UPDATE account_asset SET %s WHERE id = %s" % \ sql = "UPDATE account_asset SET %s WHERE id = %s" % \
@ -69,10 +86,6 @@ def update_asset_profile(cr):
values['method_period'] = "'quarter'" values['method_period'] = "'quarter'"
elif months_between_entries == 1: elif months_between_entries == 1:
values['method_period'] = "'month'" values['method_period'] = "'month'"
cr.execute("""SELECT id FROM account_asset
WHERE type = 'view' and company_id = %s
LIMIT 1;""" % profile[3])
values['parent_id'] = cr.fetchall()[0][0]
vals = ['{} = {}'.format(key, value) for key, value in values.items()] vals = ['{} = {}'.format(key, value) for key, value in values.items()]
sql = """UPDATE account_asset_profile sql = """UPDATE account_asset_profile
@ -97,7 +110,16 @@ def update_move_line(cr):
@openupgrade.migrate() @openupgrade.migrate()
def migrate(env, version): def migrate(env, version):
cr = env.cr cr = env.cr
create_view_asset(env) cr.execute('''SELECT column_name
update_asset(cr) FROM information_schema.columns
update_asset_profile(cr) WHERE table_name = 'account_asset'
update_move_line(cr) AND column_name = 'type';''')
if cr.fetchone():
# migrate from account_asset_management
view_to_group = create_asset_group(cr)
update_asset_and_asset_profile(cr, view_to_group)
else:
# migrate from account_asset
update_asset(cr)
update_asset_profile(cr)
update_move_line(cr)

View File

@ -49,9 +49,18 @@ _field_renames = [
@openupgrade.migrate() @openupgrade.migrate()
def migrate(env, version): def migrate(env, version):
cr = env.cr cr = env.cr
openupgrade.rename_models(cr, _model_renames1) cr.execute('''SELECT column_name
openupgrade.rename_tables(cr, _table_renames1) FROM information_schema.columns
openupgrade.rename_models(cr, _model_renames2) WHERE table_name = 'account_asset'
openupgrade.rename_tables(cr, _table_renames2) AND column_name = 'type';''')
openupgrade.copy_columns(cr, _column_copies) if cr.fetchone():
openupgrade.rename_fields(env, _field_renames) # migrate from account_asset_management
pass
else:
# migrate from account_asset
openupgrade.rename_models(cr, _model_renames1)
openupgrade.rename_tables(cr, _table_renames1)
openupgrade.rename_models(cr, _model_renames2)
openupgrade.rename_tables(cr, _table_renames2)
openupgrade.copy_columns(cr, _column_copies)
openupgrade.rename_fields(env, _field_renames)

View File

@ -1,5 +1,6 @@
from . import account_account from . import account_account
from . import account_asset from . import account_asset
from . import account_asset_group
from . import account_asset_profile from . import account_asset_profile
from . import account_asset_line from . import account_asset_line
from . import account_asset_recompute_trigger from . import account_asset_recompute_trigger

View File

@ -28,7 +28,6 @@ class AccountAsset(models.Model):
_name = 'account.asset' _name = 'account.asset'
_description = 'Asset' _description = 'Asset'
_order = 'date_start desc, code, name' _order = 'date_start desc, code, name'
_parent_store = True
account_move_line_ids = fields.One2many( account_move_line_ids = fields.One2many(
comodel_name='account.move.line', comodel_name='account.move.line',
@ -77,23 +76,17 @@ class AccountAsset(models.Model):
profile_id = fields.Many2one( profile_id = fields.Many2one(
comodel_name='account.asset.profile', comodel_name='account.asset.profile',
string='Asset Profile', string='Asset Profile',
change_default=True, readonly=True, change_default=True,
readonly=True,
required=True,
states={'draft': [('readonly', False)]}) states={'draft': [('readonly', False)]})
parent_id = fields.Many2one( group_id = fields.Many2one(
comodel_name='account.asset', comodel_name='account.asset.group',
string='Parent Asset', readonly=True, string='Asset Group')
states={'draft': [('readonly', False)]},
domain=[('type', '=', 'view')],
ondelete='restrict',
index=True,
)
parent_path = fields.Char(index=True)
child_ids = fields.One2many(
comodel_name='account.asset',
inverse_name='parent_id',
string='Child Assets')
date_start = fields.Date( date_start = fields.Date(
string='Asset Start Date', readonly=True, string='Asset Start Date',
readonly=True,
required=True,
states={'draft': [('readonly', False)]}, states={'draft': [('readonly', False)]},
help="You should manually add depreciation lines " help="You should manually add depreciation lines "
"with the depreciations of previous fiscal years " "with the depreciations of previous fiscal years "
@ -177,12 +170,6 @@ class AccountAsset(models.Model):
inverse_name='asset_id', inverse_name='asset_id',
string='Depreciation Lines', copy=False, string='Depreciation Lines', copy=False,
readonly=True, states={'draft': [('readonly', False)]}) readonly=True, states={'draft': [('readonly', False)]})
type = fields.Selection(
selection=[('view', 'View'),
('normal', 'Normal')],
string='Type',
required=True, readonly=True, default='normal',
states={'draft': [('readonly', False)]})
company_id = fields.Many2one( company_id = fields.Many2one(
comodel_name='res.company', comodel_name='res.company',
string='Company', required=True, readonly=True, string='Company', required=True, readonly=True,
@ -208,20 +195,18 @@ class AccountAsset(models.Model):
asset.move_line_check = True asset.move_line_check = True
break break
@api.depends('purchase_value', 'salvage_value', 'type', 'method') @api.depends('purchase_value', 'salvage_value', 'method')
@api.multi @api.multi
def _compute_depreciation_base(self): def _compute_depreciation_base(self):
for asset in self: for asset in self:
if asset.type == 'view': if asset.method in ['linear-limit', 'degr-limit']:
asset.depreciation_base = 0.0
elif asset.method in ['linear-limit', 'degr-limit']:
asset.depreciation_base = asset.purchase_value asset.depreciation_base = asset.purchase_value
else: else:
asset.depreciation_base = \ asset.depreciation_base = \
asset.purchase_value - asset.salvage_value asset.purchase_value - asset.salvage_value
@api.multi @api.multi
@api.depends('type', 'depreciation_base', @api.depends('depreciation_base',
'depreciation_line_ids.type', 'depreciation_line_ids.type',
'depreciation_line_ids.amount', 'depreciation_line_ids.amount',
'depreciation_line_ids.previous_id', 'depreciation_line_ids.previous_id',
@ -229,30 +214,17 @@ class AccountAsset(models.Model):
'depreciation_line_ids.move_check',) 'depreciation_line_ids.move_check',)
def _compute_depreciation(self): def _compute_depreciation(self):
for asset in self: for asset in self:
if asset.type == 'normal': lines = asset.depreciation_line_ids.filtered(
lines = asset.depreciation_line_ids.filtered( lambda l: l.type in ('depreciate', 'remove') and
lambda l: l.type in ('depreciate', 'remove') and (l.init_entry or l.move_check))
(l.init_entry or l.move_check)) value_depreciated = sum([l.amount for l in lines])
value_depreciated = sum([l.amount for l in lines]) residual = asset.depreciation_base - value_depreciated
residual = asset.depreciation_base - value_depreciated depreciated = value_depreciated
depreciated = value_depreciated
else:
residual = 0.0
depreciated = 0.0
asset.update({ asset.update({
'value_residual': residual, 'value_residual': residual,
'value_depreciated': depreciated 'value_depreciated': depreciated
}) })
@api.multi
@api.constrains('parent_id')
def _check_recursion(self, parent=None):
res = super()._check_recursion(parent=parent)
if not res:
raise UserError(
_("Error ! You can not create recursive assets."))
return res
@api.multi @api.multi
@api.constrains('method', 'method_time') @api.constrains('method', 'method_time')
def _check_method(self): def _check_method(self):
@ -297,7 +269,6 @@ class AccountAsset(models.Model):
profile = self.profile_id profile = self.profile_id
if profile: if profile:
self.update({ self.update({
'parent_id': profile.parent_id,
'method': profile.method, 'method': profile.method,
'method_number': profile.method_number, 'method_number': profile.method_number,
'method_time': profile.method_time, 'method_time': profile.method_time,
@ -312,30 +283,15 @@ class AccountAsset(models.Model):
if self.method_time != 'year': if self.method_time != 'year':
self.prorata = True self.prorata = True
@api.onchange('type')
def _onchange_type(self):
if self.type == 'view':
self.update({
'date_start': False,
'profile_id': False,
'purchase_value': False,
'salvage_value': False,
})
if self.depreciation_line_ids:
self.depreciation_line_ids.unlink()
@api.model @api.model
def create(self, vals): def create(self, vals):
if vals.get('method_time') != 'year' and not vals.get('prorata'): if vals.get('method_time') != 'year' and not vals.get('prorata'):
vals['prorata'] = True vals['prorata'] = True
if vals.get('type') == 'view':
vals['date_start'] = False
asset = super().create(vals) asset = super().create(vals)
if self.env.context.get('create_asset_from_move_line'): if self.env.context.get('create_asset_from_move_line'):
# Trigger compute of depreciation_base # Trigger compute of depreciation_base
asset.salvage_value = 0.0 asset.salvage_value = 0.0
if asset.type == 'normal': asset._create_first_asset_line()
asset._create_first_asset_line()
return asset return asset
@api.multi @api.multi
@ -345,9 +301,7 @@ class AccountAsset(models.Model):
vals['prorata'] = True vals['prorata'] = True
res = super().write(vals) res = super().write(vals)
for asset in self: for asset in self:
asset_type = vals.get('type') or asset.type if self.env.context.get('asset_validate_from_write'):
if asset_type == 'view' or \
self.env.context.get('asset_validate_from_write'):
continue continue
asset._create_first_asset_line() asset._create_first_asset_line()
if asset.profile_id.open_asset and \ if asset.profile_id.open_asset and \
@ -387,7 +341,7 @@ class AccountAsset(models.Model):
"posted depreciation lines.")) "posted depreciation lines."))
# update accounting entries linked to lines of type 'create' # update accounting entries linked to lines of type 'create'
amls = self.with_context( amls = self.with_context(
allow_asset_removal=True, from_parent_object=True allow_asset_removal=True
).mapped('account_move_line_ids') ).mapped('account_move_line_ids')
amls.write({'asset_id': False}) amls.write({'asset_id': False})
return super().unlink() return super().unlink()
@ -419,8 +373,7 @@ class AccountAsset(models.Model):
@api.multi @api.multi
def validate(self): def validate(self):
for asset in self: for asset in self:
if asset.type == 'normal' and asset.company_currency_id.is_zero( if asset.company_currency_id.is_zero(asset.value_residual):
asset.value_residual):
asset.state = 'close' asset.state = 'close'
else: else:
asset.state = 'open' asset.state = 'open'

View File

@ -0,0 +1,24 @@
# Copyright 2009-2018 Noviat
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, fields, models
class AccountAssetGroup(models.Model):
_name = 'account.asset.group'
_description = 'Asset Group'
_order = 'name'
name = fields.Char(string='Name', size=64, required=True, index=True)
company_id = fields.Many2one(
comodel_name='res.company',
string='Company', required=True,
default=lambda self: self._default_company_id())
parent_id = fields.Many2one(
comodel_name='account.asset.group',
string='Parent Asset Group',
ondelete='restrict')
@api.model
def _default_company_id(self):
return self.env['res.company']._company_default_get('account.asset')

View File

@ -47,10 +47,9 @@ class AccountAssetProfile(models.Model):
comodel_name='res.company', comodel_name='res.company',
string='Company', required=True, string='Company', required=True,
default=lambda self: self._default_company_id()) default=lambda self: self._default_company_id())
parent_id = fields.Many2one( group_id = fields.Many2one(
comodel_name='account.asset', comodel_name='account.asset.group',
string='Parent Asset', string='Asset Group')
domain=[('type', '=', 'view')])
method = fields.Selection( method = fields.Selection(
selection=lambda self: self._selection_method(), selection=lambda self: self._selection_method(),
string='Computation Method', string='Computation Method',

View File

@ -131,8 +131,7 @@ class AccountInvoiceLine(models.Model):
asset_id = fields.Many2one( asset_id = fields.Many2one(
comodel_name='account.asset', comodel_name='account.asset',
string='Asset', string='Asset',
domain=[('type', '=', 'normal'), domain=[('state', 'in', ['open', 'close'])],
('state', 'in', ['open', 'close'])],
help="Complete this field when selling an asset " help="Complete this field when selling an asset "
"in order to facilitate the creation of the " "in order to facilitate the creation of the "
"asset removal accounting entries via the " "asset removal accounting entries via the "

View File

@ -16,5 +16,12 @@
<field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])]</field> <field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])]</field>
</record> </record>
<record id="account_asset_group_multi_company_rule" model="ir.rule">
<field name="name">Account Asset Group multi-company</field>
<field ref="model_account_asset_group" name="model_id"/>
<field eval="True" name="global"/>
<field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])]</field>
</record>
</data> </data>
</odoo> </odoo>

View File

@ -10,4 +10,6 @@ access_account_asset_line_user,account.asset.line,model_account_asset_line,accou
access_account_asset_line_manager,account.asset.line,model_account_asset_line,account.group_account_manager,1,1,1,1 access_account_asset_line_manager,account.asset.line,model_account_asset_line,account.group_account_manager,1,1,1,1
access_account_asset_recompute_trigger_user,account.asset.recompute.trigger,model_account_asset_recompute_trigger,account.group_account_user,1,1,1,1 access_account_asset_recompute_trigger_user,account.asset.recompute.trigger,model_account_asset_recompute_trigger,account.group_account_user,1,1,1,1
access_account_asset_recompute_trigger_manager,account.asset.recompute.trigger,model_account_asset_recompute_trigger,account.group_account_manager,1,1,1,1 access_account_asset_recompute_trigger_manager,account.asset.recompute.trigger,model_account_asset_recompute_trigger,account.group_account_manager,1,1,1,1
access_account_asset_group_invoice,account.asset.group,model_account_asset_group,account.group_account_invoice,1,0,0,0
access_account_asset_group_user,account.asset.group,model_account_asset_group,account.group_account_user,1,0,0,0
access_account_asset_group_manager,account.asset.group,model_account_asset_group,account.group_account_manager,1,1,1,1

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
10 access_account_asset_line_manager account.asset.line model_account_asset_line account.group_account_manager 1 1 1 1
11 access_account_asset_recompute_trigger_user account.asset.recompute.trigger model_account_asset_recompute_trigger account.group_account_user 1 1 1 1
12 access_account_asset_recompute_trigger_manager account.asset.recompute.trigger model_account_asset_recompute_trigger account.group_account_manager 1 1 1 1
13 access_account_asset_group_invoice account.asset.group model_account_asset_group account.group_account_invoice 1 0 0 0
14 access_account_asset_group_user account.asset.group model_account_asset_group account.group_account_user 1 0 0 0
15 access_account_asset_group_manager account.asset.group model_account_asset_group account.group_account_manager 1 1 1 1

View File

@ -16,35 +16,9 @@
<field name="company_id" ref="base.main_company"/> <field name="company_id" ref="base.main_company"/>
</record> </record>
<!-- Type View Assets -->
<record id="account_asset_view_fa" model="account.asset">
<field name="type">view</field>
<field name="state">open</field>
<field name="name">Financial Assets</field>
<field name="purchase_value" eval="0.0"/>
</record>
<record id="account_asset_view_ict" model="account.asset">
<field name="type">view</field>
<field name="state">open</field>
<field name="name">ICT</field>
<field name="parent_id" ref="account_asset_view_fa"/>
<field name="purchase_value" eval="0.0"/>
</record>
<record id="account_asset_view_vehicle" model="account.asset">
<field name="type">view</field>
<field name="state">open</field>
<field name="name">Vehicles</field>
<field name="parent_id" ref="account_asset_view_fa"/>
<field name="purchase_value" eval="0.0"/>
</record>
<!-- Asset profiles --> <!-- Asset profiles -->
<record id="account_asset_profile_ict_3Y" model="account.asset.profile"> <record id="account_asset_profile_ict_3Y" model="account.asset.profile">
<field name="parent_id" ref="account_asset_view_ict"/>
<field name="account_expense_depreciation_id" ref="account.a_expense"/> <field name="account_expense_depreciation_id" ref="account.a_expense"/>
<field name="account_asset_id" ref="account.xfa"/> <field name="account_asset_id" ref="account.xfa"/>
<field name="account_depreciation_id" ref="account.xfa"/> <field name="account_depreciation_id" ref="account.xfa"/>
@ -56,7 +30,6 @@
</record> </record>
<record id="account_asset_profile_car_5Y" model="account.asset.profile"> <record id="account_asset_profile_car_5Y" model="account.asset.profile">
<field name="parent_id" ref="account_asset_view_vehicle"/>
<field name="account_expense_depreciation_id" ref="account.a_expense"/> <field name="account_expense_depreciation_id" ref="account.a_expense"/>
<field name="account_asset_id" ref="account.xfa"/> <field name="account_asset_id" ref="account.xfa"/>
<field name="account_depreciation_id" ref="account.xfa"/> <field name="account_depreciation_id" ref="account.xfa"/>
@ -70,7 +43,6 @@
<!-- Assets --> <!-- Assets -->
<record id="account_asset_asset_ict0" model="account.asset"> <record id="account_asset_asset_ict0" model="account.asset">
<field name="parent_id" ref="account_asset_view_ict"/>
<field name="state">draft</field> <field name="state">draft</field>
<field name="method_time">year</field> <field name="method_time">year</field>
<field name="method_number" eval="3"/> <field name="method_number" eval="3"/>
@ -83,7 +55,6 @@
</record> </record>
<record id="account_asset_asset_vehicle0" model="account.asset"> <record id="account_asset_asset_vehicle0" model="account.asset">
<field name="parent_id" ref="account_asset_view_vehicle"/>
<field name="state">draft</field> <field name="state">draft</field>
<field name="method_time">year</field> <field name="method_time">year</field>
<field name="method_number" eval="5"/> <field name="method_number" eval="5"/>

View File

@ -8,19 +8,17 @@
<form string="Asset"> <form string="Asset">
<header> <header>
<button name="validate" string="Confirm Asset" type="object" class="oe_highlight" <button name="validate" string="Confirm Asset" type="object" class="oe_highlight"
attrs="{'invisible': ['|', ('state', '!=', 'draft'), ('type', '=', 'view')]}"/> attrs="{'invisible': [('state', '!=', 'draft')]}"/>
<button name="set_to_draft" states="open,close" <button name="set_to_draft" states="open,close"
string="Set to Draft" type="object" groups="account.group_account_manager"/> string="Set to Draft" type="object" groups="account.group_account_manager"/>
<button name="remove" string="Remove" type="object" groups="account.group_account_manager" <button name="remove" string="Remove" type="object" groups="account.group_account_manager"
attrs="{'invisible':['|', ('method_time', '!=', 'year'), ('state', 'not in', ['open', 'close'])]}" attrs="{'invisible':['|', ('method_time', '!=', 'year'), ('state', 'not in', ['open', 'close'])]}"
help="Asset removal."/> help="Asset removal."/>
<field name="state" widget="statusbar" statusbar_visible="draft,open,close,removed" <field name="state" widget="statusbar" statusbar_visible="draft,open,close,removed"/>
attrs="{'invisible': [('type', '=', 'view')]}"/>
</header> </header>
<sheet> <sheet>
<div class="oe_button_box"> <div class="oe_button_box">
<button name="open_entries" string="Journal Entries" type="object" class="oe_stat_button" icon="fa-bars" <button name="open_entries" string="Journal Entries" type="object" class="oe_stat_button" icon="fa-bars"/>
attrs="{'invisible': [('type', '=', 'view')]}"/>
</div> </div>
<div class="oe_title"> <div class="oe_title">
<label for="name" class="oe_edit_only"/> <label for="name" class="oe_edit_only"/>
@ -30,28 +28,21 @@
</div> </div>
<group colspan="4" col="4"> <group colspan="4" col="4">
<field name="code"/> <field name="code"/>
<field name="parent_id"
attrs="{'required': [('type', '=', 'normal')]}"/>
<field name="type"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/> <field name="company_id" widget="selection" groups="base.group_multi_company"/>
<field name="company_currency_id" groups="base.group_multi_currency" invisible="1"/> <field name="company_currency_id" groups="base.group_multi_currency" invisible="1"/>
<field name="move_line_check" invisible="1"/> <field name="move_line_check" invisible="1"/>
<newline/> <newline/>
<field name="depreciation_base" widget="monetary" options="{'currency_field': 'company_currency_id'}" <field name="depreciation_base" widget="monetary" options="{'currency_field': 'company_currency_id'}"/>
attrs="{'invisible': [('type', '=', 'view')]}"/> <field name="value_depreciated" widget="monetary" options="{'currency_field': 'company_currency_id'}"/>
<field name="value_depreciated" widget="monetary" options="{'currency_field': 'company_currency_id'}" <field name="value_residual" widget="monetary" options="{'currency_field': 'company_currency_id'}"/>
attrs="{'invisible': [('type', '=', 'view')]}"/>
<field name="value_residual" widget="monetary" options="{'currency_field': 'company_currency_id'}"
attrs="{'invisible': [('type', '=', 'view')]}"/>
</group> </group>
<notebook colspan="4" attrs="{'invisible': [('type', '=', 'view')]}"> <notebook colspan="4">
<page string="General"> <page string="General">
<group colspan="4" col="4"> <group colspan="4" col="4">
<group> <group>
<field name="purchase_value" widget="monetary" options="{'currency_field': 'currency_id'}" <field name="purchase_value" widget="monetary" options="{'currency_field': 'currency_id'}"
attrs="{'readonly':['|', ('move_line_check', '=', True), ('state', '!=', 'draft')]}"/> attrs="{'readonly':['|', ('move_line_check', '=', True), ('state', '!=', 'draft')]}"/>
<field name="date_start" <field name="date_start" attrs="{'readonly': [('state', '!=', 'draft')]}"/>
attrs="{'readonly': [('state', '!=', 'draft')], 'required': [('type', '=', 'normal')]}"/>
</group> </group>
<group> <group>
<field name="salvage_value" widget="monetary" options="{'currency_field': 'company_currency_id'}" <field name="salvage_value" widget="monetary" options="{'currency_field': 'company_currency_id'}"
@ -61,7 +52,8 @@
</group> </group>
<separator string="Other Information" colspan="4"/> <separator string="Other Information" colspan="4"/>
<group colspan="4" col="4"> <group colspan="4" col="4">
<field name="profile_id" attrs="{'required': [('type', '=', 'normal')]}"/> <field name="profile_id"/>
<field name="group_id"/>
<field name="partner_id"/> <field name="partner_id"/>
<field name="account_analytic_id" groups="analytic.group_analytic_accounting"/> <field name="account_analytic_id" groups="analytic.group_analytic_accounting"/>
</group> </group>
@ -173,17 +165,16 @@
<field name="name">account.asset.tree</field> <field name="name">account.asset.tree</field>
<field name="model">account.asset</field> <field name="model">account.asset</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree string="Assets" decoration-info="type == 'view'"> <tree string="Assets">
<field name="name"/> <field name="name"/>
<field name="type" invisible="1"/>
<field name="code"/> <field name="code"/>
<field name="depreciation_base" attrs="{'invisible': [('type', '=', 'view')]}"/> <field name="depreciation_base"/>
<field name="value_depreciated" attrs="{'invisible': [('type', '=', 'view')]}"/> <field name="value_depreciated"/>
<field name="value_residual" attrs="{'invisible': [('type', '=', 'view')]}"/> <field name="value_residual"/>
<field name="date_start"/> <field name="date_start"/>
<field name="date_remove"/> <field name="date_remove"/>
<field name="profile_id"/> <field name="profile_id"/>
<field name="state" attrs="{'invisible': [('type', '=', 'view')]}"/> <field name="state"/>
<field name="company_id" groups="base.group_multi_company"/> <field name="company_id" groups="base.group_multi_company"/>
</tree> </tree>
</field> </field>
@ -205,7 +196,6 @@
<field name="profile_id"/> <field name="profile_id"/>
<field name="partner_id" filter_domain="[('partner_id', 'child_of', self)]"/> <field name="partner_id" filter_domain="[('partner_id', 'child_of', self)]"/>
<group expand="0" string="Group By..."> <group expand="0" string="Group By...">
<filter string="Type" name="type" domain="" context="{'group_by': 'type'}"/>
<filter string="Profile" name="profile" domain="" context="{'group_by': 'profile_id'}"/> <filter string="Profile" name="profile" domain="" context="{'group_by': 'profile_id'}"/>
</group> </group>
</search> </search>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="account_asset_group_view_form" model="ir.ui.view">
<field name="name">account.asset.group.form</field>
<field name="model">account.asset.group</field>
<field name="arch" type="xml">
<form string="Asset Group">
<group>
<group>
<field name="name"/>
<field name="parent_id"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
</group>
</group>
</form>
</field>
</record>
<record id="account_asset_group_view_tree" model="ir.ui.view">
<field name="name">account.asset.group.tree</field>
<field name="model">account.asset.group</field>
<field name="arch" type="xml">
<tree string="Asset Group">
<field name="name"/>
<field name="parent_id"/>
<field name="company_id" groups="base.group_multi_company"/>
</tree>
</field>
</record>
<record id="account_asset_group_view_search" model="ir.ui.view">
<field name="name">account.asset.group.search</field>
<field name="model">account.asset.group</field>
<field name="arch" type="xml">
<search string="Search Asset Group">
<field name="name" string="Asset Group"/>
<field name="parent_id"/>
</search>
</field>
</record>
<record id="account_asset_group_action" model="ir.actions.act_window">
<field name="name">Asset Groups</field>
<field name="res_model">account.asset.group</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
</record>
</data>
</odoo>

View File

@ -10,7 +10,7 @@
<group> <group>
<group> <group>
<field name="name"/> <field name="name"/>
<field name="parent_id" required="1"/> <field name="group_id"/>
<field name="asset_product_item"/> <field name="asset_product_item"/>
<field name="active"/> <field name="active"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/> <field name="company_id" widget="selection" groups="base.group_multi_company"/>

View File

@ -24,4 +24,7 @@
action="account_asset_profile_action" action="account_asset_profile_action"
parent="menu_finance_config_assets"/> parent="menu_finance_config_assets"/>
<menuitem id="account_asset_group_menu"
action="account_asset_group_action"
parent="menu_finance_config_assets"/>
</odoo> </odoo>

View File

@ -18,7 +18,7 @@ class AccountAssetCompute(models.TransientModel):
@api.multi @api.multi
def asset_compute(self): def asset_compute(self):
assets = self.env['account.asset'].search( assets = self.env['account.asset'].search(
[('state', '=', 'open'), ('type', '=', 'normal')]) [('state', '=', 'open')])
created_move_ids, error_log = assets._compute_entries( created_move_ids, error_log = assets._compute_entries(
self.date_end, check_triggers=True) self.date_end, check_triggers=True)