2
0

[ADD] allows setting a depreciation ending date

This commit is contained in:
Joan Sisquella 2019-10-23 13:05:26 +02:00 committed by Rodrigo
parent bbe959c783
commit f8af00f03a
81 changed files with 5755 additions and 2367 deletions

View File

@ -58,7 +58,7 @@ The module in NOT compatible with the standard account_asset module.
Changelog Changelog
========= =========
12.0.1.1.0 (2019-07-08) 12.0.2.1.0 (2019-10-21)
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
* [IMP] Add option to calculate depreciation table by days * [IMP] Add option to calculate depreciation table by days

View File

@ -14,7 +14,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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "\n" msgid "\n"
"Error while processing asset '%s': %s" "Error while processing asset '%s': %s"
@ -216,6 +216,12 @@ msgstr ""
msgid "By default during the validation of an invoice, an asset is created by invoice line as long as an accounting entry is created by invoice line. With this setting, an accounting entry will be created by product item. So, there will be an asset by product item." msgid "By default during the validation of an invoice, an asset is created by invoice line as long as an accounting entry is created by invoice line. With this setting, an accounting entry will be created by product item. So, there will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -388,19 +394,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -412,14 +423,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -526,7 +537,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "Error while processing asset '%s': \n" msgid "Error while processing asset '%s': \n"
"\n" "\n"
@ -555,7 +566,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -592,7 +603,14 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid "If not set, the system will distribute evenly the amount to amortize across the years, based on the number of years. So the amount per year will be the depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The amount to depreciate per year will be calculated as depreciation base / (depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -633,7 +651,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -641,7 +659,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -692,13 +710,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -710,7 +728,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -742,13 +760,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -819,7 +841,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -943,7 +965,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, python-format #, python-format
msgid "The '_compute_year_amount' method is only intended for Time Method 'Number of Years." msgid "The '_compute_year_amount' method is only intended for Time Method 'Number of Years."
msgstr "" msgstr ""
@ -961,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, python-format #, python-format
msgid "The duration of the asset conflicts with the posted depreciation table entry dates." msgid "The duration of the asset conflicts with the posted depreciation table entry dates."
msgstr "" msgstr ""
@ -1029,6 +1051,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1044,6 +1071,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1064,7 +1103,7 @@ msgid "When an asset is created, the status is 'Draft'.\n"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1078,7 +1117,7 @@ msgid "You are not allowed to link an accounting entry to an asset.\n"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "You are not allowed to remove an accounting entry linked to an asset.\n" msgid "You are not allowed to remove an accounting entry linked to an asset.\n"
@ -1086,7 +1125,7 @@ msgid "You are not allowed to remove an accounting entry linked to an asset.\n"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1098,7 +1137,7 @@ msgid "You can't make an early removal if all the depreciation lines for previou
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "You cannot change a depreciation line with an associated accounting entry." msgid "You cannot change a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
@ -1116,43 +1155,43 @@ msgid "You cannot change an accounting item linked to an asset depreciation line
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "You cannot delete a depreciation line with an associated accounting entry." msgid "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "You cannot set the 'Initial Balance Entry' flag on a depreciation line with prior posted entries." msgid "You cannot set the 'Initial Balance Entry' flag on a depreciation line with prior posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "You cannot set the date on a depreciation line prior to already posted entries." msgid "You cannot set the date on a depreciation line prior to already posted entries."
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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -231,6 +231,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -419,19 +425,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -443,14 +454,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -557,7 +568,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -587,7 +598,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -624,7 +635,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -669,7 +692,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -677,7 +700,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -728,13 +751,13 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -746,7 +769,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -778,13 +801,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -855,7 +882,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -985,7 +1012,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1006,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1082,6 +1109,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1097,6 +1129,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1121,7 +1165,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1136,7 +1180,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1145,7 +1189,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1159,7 +1203,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1180,32 +1224,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1213,13 +1257,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -244,6 +244,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -435,19 +441,24 @@ msgstr "التاريخ"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "تدريجي" msgstr "تدريجي"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -459,14 +470,14 @@ msgid "Degressive Factor"
msgstr "عامل الإستهلاك" msgstr "عامل الإستهلاك"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -574,7 +585,7 @@ msgid "Entries"
msgstr "مُدخلات" msgstr "مُدخلات"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -604,7 +615,7 @@ msgid "General"
msgstr "عام" msgstr "عام"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -641,7 +652,19 @@ msgid "ID"
msgstr "المعرف" msgstr "المعرف"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -686,7 +709,7 @@ msgid "Journal"
msgstr "السجل اليومي" msgstr "السجل اليومي"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -694,7 +717,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -745,13 +768,13 @@ msgid "Last Updated on"
msgstr "آخر تحديث في" msgstr "آخر تحديث في"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "محدد" msgstr "محدد"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "القيمة المحفوظة" msgstr "القيمة المحفوظة"
@ -763,7 +786,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -795,13 +818,17 @@ msgid "Notes"
msgstr "الملاحظات" msgstr "الملاحظات"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -876,7 +903,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1008,7 +1035,7 @@ msgid "Status"
msgstr "الحالة" msgstr "الحالة"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1029,13 +1056,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1105,6 +1132,11 @@ msgstr "طريقة الوقت"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1120,6 +1152,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "النوع" msgstr "النوع"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1145,7 +1189,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "سنة" msgstr "سنة"
@ -1160,7 +1204,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1169,7 +1213,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1227,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1204,32 +1248,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1237,13 +1281,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -245,6 +245,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -433,19 +439,24 @@ msgstr "Дата"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -457,14 +468,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -571,7 +582,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -601,7 +612,7 @@ msgid "General"
msgstr "Основни" msgstr "Основни"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -638,7 +649,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -683,7 +706,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -691,7 +714,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -742,13 +765,13 @@ msgid "Last Updated on"
msgstr "Последно обновено на" msgstr "Последно обновено на"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -760,7 +783,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -792,13 +815,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -869,7 +896,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -999,7 +1026,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1047,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1096,6 +1123,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1111,6 +1143,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Вид" msgstr "Вид"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1135,7 +1179,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1150,7 +1194,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1159,7 +1203,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1173,7 +1217,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1194,32 +1238,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1227,13 +1271,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -245,6 +245,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -437,19 +443,24 @@ msgstr "Datum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Silazno" msgstr "Silazno"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -461,14 +472,14 @@ msgid "Degressive Factor"
msgstr "Silazni faktor" msgstr "Silazni faktor"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -576,7 +587,7 @@ msgid "Entries"
msgstr "Zapisi" msgstr "Zapisi"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -606,7 +617,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -643,7 +654,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -688,7 +711,7 @@ msgid "Journal"
msgstr "Dnevnik" msgstr "Dnevnik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -696,7 +719,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -747,13 +770,13 @@ msgid "Last Updated on"
msgstr "Zadnje ažurirano" msgstr "Zadnje ažurirano"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Linearno" msgstr "Linearno"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Vrijednost likvidacije" msgstr "Vrijednost likvidacije"
@ -765,7 +788,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -797,13 +820,17 @@ msgid "Notes"
msgstr "Zabilješke" msgstr "Zabilješke"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -878,7 +905,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1010,7 +1037,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1031,13 +1058,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1107,6 +1134,11 @@ msgstr "Vremenska metoda"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1122,6 +1154,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Vrsta" msgstr "Vrsta"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1147,7 +1191,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Godina" msgstr "Godina"
@ -1162,7 +1206,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1171,7 +1215,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1229,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1206,32 +1250,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1239,13 +1283,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -240,6 +240,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -428,19 +434,24 @@ msgstr "Data"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -452,14 +463,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -567,7 +578,7 @@ msgid "Entries"
msgstr "Assentaments" msgstr "Assentaments"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -598,7 +609,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -635,7 +646,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -680,7 +703,7 @@ msgid "Journal"
msgstr "Diari" msgstr "Diari"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -688,7 +711,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -739,13 +762,13 @@ msgid "Last Updated on"
msgstr "Darrera Actualització el" msgstr "Darrera Actualització el"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineal" msgstr "Lineal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Valor de salvaguarda" msgstr "Valor de salvaguarda"
@ -757,7 +780,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Mes" msgstr "Mes"
@ -789,13 +812,17 @@ msgid "Notes"
msgstr "Notes" msgstr "Notes"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -866,7 +893,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -996,7 +1023,7 @@ msgid "Status"
msgstr "Estat" msgstr "Estat"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1044,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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,6 +1120,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1108,6 +1140,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipus" msgstr "Tipus"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1132,7 +1176,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1147,7 +1191,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1156,7 +1200,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1214,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1191,32 +1235,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1224,13 +1268,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -235,6 +235,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -423,19 +429,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -447,14 +458,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -561,7 +572,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -591,7 +602,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -628,7 +639,19 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -673,7 +696,7 @@ msgid "Journal"
msgstr "Diari" msgstr "Diari"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -681,7 +704,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -732,13 +755,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -750,7 +773,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -782,13 +805,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -859,7 +886,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -989,7 +1016,7 @@ msgid "Status"
msgstr "Estat" msgstr "Estat"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1037,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1086,6 +1113,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1101,6 +1133,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1125,7 +1169,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1149,7 +1193,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1163,7 +1207,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1184,32 +1228,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1217,13 +1261,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -241,6 +241,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -433,19 +439,24 @@ msgstr "Datum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Klesající" msgstr "Klesající"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -457,14 +468,14 @@ msgid "Degressive Factor"
msgstr "Činitel klesání" msgstr "Činitel klesání"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -572,7 +583,7 @@ 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:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -602,7 +613,7 @@ msgid "General"
msgstr "Obecné" msgstr "Obecné"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -639,7 +650,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -684,7 +707,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:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -692,7 +715,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -743,13 +766,13 @@ msgid "Last Updated on"
msgstr "Naposled upraveno" msgstr "Naposled upraveno"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineární" msgstr "Lineární"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Záchranná hodnota" msgstr "Záchranná hodnota"
@ -761,7 +784,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -793,13 +816,17 @@ msgid "Notes"
msgstr "Poznámky" msgstr "Poznámky"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -874,7 +901,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1006,7 +1033,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1027,13 +1054,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1103,6 +1130,11 @@ msgstr "Časová metoda"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1118,6 +1150,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Druh" msgstr "Druh"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1143,7 +1187,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Rok" msgstr "Rok"
@ -1158,7 +1202,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1167,7 +1211,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1181,7 +1225,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1202,32 +1246,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1235,13 +1279,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -240,6 +240,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -428,19 +434,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -452,14 +463,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -566,7 +577,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -596,7 +607,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -633,7 +644,19 @@ msgid "ID"
msgstr "Id" msgstr "Id"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -678,7 +701,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -686,7 +709,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -737,13 +760,13 @@ msgid "Last Updated on"
msgstr "Sidst opdateret den" msgstr "Sidst opdateret den"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -755,7 +778,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -787,13 +810,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -864,7 +891,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -994,7 +1021,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1015,13 +1042,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1091,6 +1118,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1106,6 +1138,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Type" msgstr "Type"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1130,7 +1174,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1145,7 +1189,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1212,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1189,32 +1233,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1222,13 +1266,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -238,6 +238,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -448,6 +454,11 @@ msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
"Datum der Auslösung wird benötigt, um die Anlagentabellen neu zu berechnen." "Datum der Auslösung wird benötigt, um die Anlagentabellen neu zu berechnen."
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
#, fuzzy #, fuzzy
@ -457,13 +468,13 @@ msgstr ""
"Konto." "Konto."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Degressiv" msgstr "Degressiv"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -475,14 +486,14 @@ msgid "Degressive Factor"
msgstr "Degressiver Faktor" msgstr "Degressiver Faktor"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" 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:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "Degressiv-Linear wird nur für das Zeit-Verfahren = Jahr unterstützt." msgstr "Degressiv-Linear wird nur für das Zeit-Verfahren = Jahr unterstützt."
@ -590,7 +601,7 @@ msgid "Entries"
msgstr "Buchungen" msgstr "Buchungen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -622,7 +633,7 @@ msgid "General"
msgstr "Allgemein" msgstr "Allgemein"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, 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"
@ -659,7 +670,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, 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."
@ -708,7 +731,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -716,7 +739,7 @@ msgid "Journal Entries"
msgstr "Journalbuchungen" msgstr "Journalbuchungen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "Journalbuchung" msgstr "Journalbuchung"
@ -767,13 +790,13 @@ msgid "Last Updated on"
msgstr "Zuletzt geändert am" msgstr "Zuletzt geändert am"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Linear" msgstr "Linear"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Liquidationswert" msgstr "Liquidationswert"
@ -785,7 +808,7 @@ msgid "Min-Value Account"
msgstr "Verlust bei Verkauf" msgstr "Verlust bei Verkauf"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Monat" msgstr "Monat"
@ -817,13 +840,18 @@ msgid "Notes"
msgstr "Bemerkungen" msgstr "Bemerkungen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "Anzahl Jahre" msgstr "Anzahl Jahre"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, fuzzy, python-format
#| msgid "Number of Years"
msgid "Number of Years or end date"
msgstr "Anzahl Jahre"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -898,7 +926,7 @@ msgid "Purchase Value"
msgstr "Anschaffungswert" msgstr "Anschaffungswert"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "Quartal" msgstr "Quartal"
@ -1040,7 +1068,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1091,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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,6 +1182,13 @@ msgstr "Zeit Methode"
msgid "Total Credit" msgid "Total Credit"
msgstr "Gesamtverbindlichkeit" msgstr "Gesamtverbindlichkeit"
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, fuzzy
#| msgid "Total Debit"
msgid "Total Days"
msgstr "Gesamtforderung"
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1169,6 +1204,20 @@ msgstr "Auslösedatum"
msgid "Type" msgid "Type"
msgstr "Art" msgstr "Art"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
#, fuzzy
#| msgid "The number of years needed to depreciate your asset"
msgid "Use number of days to calculate depreciation amount"
msgstr "Die Anzahl der zur Abschreibung benötigter Jahre"
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1198,7 +1247,7 @@ msgstr ""
"Werden Löschungen gebucht, so geht die Anlage in den Status 'Gelöscht' über." "Werden Löschungen gebucht, so geht die Anlage in den Status 'Gelöscht' über."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Jahr" msgstr "Jahr"
@ -1215,7 +1264,7 @@ msgstr ""
"solche Buchungen aus der Anlage heraus erstellen." "solche Buchungen aus der Anlage heraus erstellen."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1226,7 +1275,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:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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."
@ -1242,7 +1291,7 @@ msgstr ""
"Abschreibungen der vorherigen Perioden gebucht sind." "Abschreibungen der vorherigen Perioden gebucht sind."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1269,7 +1318,7 @@ 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:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 ""
@ -1277,7 +1326,7 @@ msgstr ""
"Finanzbuchungen aufweist." "Finanzbuchungen aufweist."
#. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
@ -1286,7 +1335,7 @@ msgstr ""
"löschen." "löschen."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
@ -1294,13 +1343,13 @@ msgstr ""
"verfügt" "verfügt"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "Sie dürfen eine Anlagenposition vom Typ 'Anlagenwert' nicht löschen." msgstr "Sie dürfen eine Anlagenposition vom Typ 'Anlagenwert' nicht löschen."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1310,7 +1359,7 @@ msgstr ""
"Buchungen vorhanden sind." "Buchungen vorhanden sind."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
@ -1318,7 +1367,7 @@ msgstr ""
"bestehender Buchungen setzen." "bestehender Buchungen setzen."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -236,6 +236,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -424,19 +430,24 @@ msgstr "Ημερομηνία"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -448,14 +459,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -562,7 +573,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -592,7 +603,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -629,7 +640,19 @@ msgid "ID"
msgstr "Κωδικός" msgstr "Κωδικός"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -674,7 +697,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -682,7 +705,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -733,13 +756,13 @@ msgid "Last Updated on"
msgstr "Τελευταία ενημέρωση στις" msgstr "Τελευταία ενημέρωση στις"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -751,7 +774,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -783,13 +806,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -860,7 +887,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -990,7 +1017,7 @@ msgid "Status"
msgstr "Κατάσταση" msgstr "Κατάσταση"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1038,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1087,6 +1114,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1102,6 +1134,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1126,7 +1170,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1141,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1150,7 +1194,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1164,7 +1208,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1185,32 +1229,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1218,13 +1262,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -243,6 +243,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -435,19 +441,24 @@ msgstr "Date"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Degressive" msgstr "Degressive"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -459,14 +470,14 @@ msgid "Degressive Factor"
msgstr "Degressive Factor" msgstr "Degressive Factor"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -574,7 +585,7 @@ msgid "Entries"
msgstr "Entries" msgstr "Entries"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -604,7 +615,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -641,7 +652,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -686,7 +709,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -694,7 +717,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -745,13 +768,13 @@ msgid "Last Updated on"
msgstr "Last Updated on" msgstr "Last Updated on"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Linear" msgstr "Linear"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Salvage Value" msgstr "Salvage Value"
@ -763,7 +786,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -795,13 +818,17 @@ msgid "Notes"
msgstr "Notes" msgstr "Notes"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -876,7 +903,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1008,7 +1035,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1029,13 +1056,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1105,6 +1132,11 @@ msgstr "Time Method"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1120,6 +1152,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Type" msgstr "Type"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1145,7 +1189,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Year" msgstr "Year"
@ -1160,7 +1204,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1169,7 +1213,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1227,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1204,32 +1248,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
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 #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1237,13 +1281,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted 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 #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

View File

@ -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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -255,6 +255,12 @@ msgstr ""
"se creará un apunte contable por artículo del producto. Por lo tanto habrá " "se creará un apunte contable por artículo del producto. Por lo tanto habrá "
"un activo por producto." "un activo por producto."
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -471,6 +477,11 @@ msgstr ""
"Fecha de disparo del evento de la necesidad de recálculo de las tablas de " "Fecha de disparo del evento de la necesidad de recálculo de las tablas de "
"activo." "activo."
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
@ -479,13 +490,13 @@ msgstr ""
"cuenta." "cuenta."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Decreciente" msgstr "Decreciente"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -497,14 +508,14 @@ msgid "Degressive Factor"
msgstr "Factor decreciente" msgstr "Factor decreciente"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" 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:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "Decreciente-Lineal sólo está soportado para el método de tiempo = Año." msgstr "Decreciente-Lineal sólo está soportado para el método de tiempo = Año."
@ -611,7 +622,7 @@ msgid "Entries"
msgstr "Asientos" msgstr "Asientos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -641,7 +652,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, 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"
@ -678,7 +689,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, 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."
@ -729,7 +752,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -737,7 +760,7 @@ msgid "Journal Entries"
msgstr "Asientos contables" msgstr "Asientos contables"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "Asiento contable" msgstr "Asiento contable"
@ -788,13 +811,13 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineal" msgstr "Lineal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Lineal hasta Valor Residual" msgstr "Lineal hasta Valor Residual"
@ -806,7 +829,7 @@ msgid "Min-Value Account"
msgstr "Cuenta para pérdida de valor" msgstr "Cuenta para pérdida de valor"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Mes" msgstr "Mes"
@ -838,13 +861,18 @@ msgid "Notes"
msgstr "Notas" msgstr "Notas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "Número de años" msgstr "Número de años"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, fuzzy, python-format
#| msgid "Number of Years"
msgid "Number of Years or end date"
msgstr "Número de años"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -917,7 +945,7 @@ msgid "Purchase Value"
msgstr "Valor de compra" msgstr "Valor de compra"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "Trimestre" msgstr "Trimestre"
@ -1058,7 +1086,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1081,13 +1109,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1173,6 +1201,13 @@ msgstr "Método de tiempo"
msgid "Total Credit" msgid "Total Credit"
msgstr "Total haber" msgstr "Total haber"
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, fuzzy
#| msgid "Total Debit"
msgid "Total Days"
msgstr "Total debe"
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1188,6 +1223,20 @@ msgstr "Fecha de disparo"
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
#, fuzzy
#| msgid "The number of years needed to depreciate your asset"
msgid "Use number of days to calculate depreciation amount"
msgstr "El número de años necesario para amortización su activo"
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1220,7 +1269,7 @@ msgstr ""
"'Eliminado'." "'Eliminado'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Año" msgstr "Año"
@ -1237,7 +1286,7 @@ msgstr ""
"Debe generar Debe generar los asientos desde el activo." "Debe generar Debe generar los asientos desde el activo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1248,7 +1297,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:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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."
@ -1264,7 +1313,7 @@ msgstr ""
"líneas de amortización para los periodos previos no están generados." "líneas de amortización para los periodos previos no están generados."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1290,34 +1339,34 @@ msgstr ""
"activo." "activo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
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:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
"No puede eliminar un activo que contenga líneas de amortización asentadas." "No puede eliminar un activo que contenga líneas de amortización asentadas."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "No puede eliminar una línea de activo de tipo 'Valor del activo'." msgstr "No puede eliminar una línea de activo de tipo 'Valor del activo'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1327,7 +1376,7 @@ msgstr ""
"amortización con asientos anteriores ya generados." "amortización con asientos anteriores ya generados."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
@ -1335,7 +1384,7 @@ msgstr ""
"asientos ya generados." "asientos ya generados."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -255,6 +255,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -443,19 +449,24 @@ msgstr "Fecha"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -467,14 +478,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -581,7 +592,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -611,7 +622,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -648,7 +659,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -693,7 +716,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -701,7 +724,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -752,13 +775,13 @@ msgid "Last Updated on"
msgstr "Última actualización el" msgstr "Última actualización el"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -770,7 +793,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -802,13 +825,17 @@ msgid "Notes"
msgstr "Notas" msgstr "Notas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -879,7 +906,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1009,7 +1036,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1030,13 +1057,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1106,6 +1133,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1121,6 +1153,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1145,7 +1189,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1160,7 +1204,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1169,7 +1213,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1227,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1204,32 +1248,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1237,13 +1281,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ 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:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Actualizado" msgstr "Actualizado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -239,6 +239,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -431,19 +437,24 @@ msgstr "Fecha"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Regresivo" msgstr "Regresivo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -455,14 +466,14 @@ msgid "Degressive Factor"
msgstr "Factor degresivo" msgstr "Factor degresivo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -570,7 +581,7 @@ msgid "Entries"
msgstr "Asientos" msgstr "Asientos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -600,7 +611,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -637,7 +648,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -682,7 +705,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -690,7 +713,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -741,13 +764,13 @@ msgid "Last Updated on"
msgstr "Ultima actualización en" msgstr "Ultima actualización en"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineal" msgstr "Lineal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Valor de salvaguarda" msgstr "Valor de salvaguarda"
@ -759,7 +782,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -791,13 +814,17 @@ msgid "Notes"
msgstr "Notas" msgstr "Notas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -872,7 +899,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1004,7 +1031,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1025,13 +1052,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1101,6 +1128,11 @@ msgstr "Método de tiempo"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1116,6 +1148,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1141,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Año" msgstr "Año"
@ -1156,7 +1200,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1165,7 +1209,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1223,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1200,32 +1244,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1233,13 +1277,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -248,6 +248,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -440,19 +446,24 @@ msgstr "Fecha"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Disminución" msgstr "Disminución"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -464,14 +475,14 @@ msgid "Degressive Factor"
msgstr "Factor degresivo" msgstr "Factor degresivo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -579,7 +590,7 @@ msgid "Entries"
msgstr "Asientos" msgstr "Asientos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -609,7 +620,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -646,7 +657,19 @@ 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:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -691,7 +714,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -699,7 +722,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -750,13 +773,13 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineal" msgstr "Lineal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Valor de salvaguarda" msgstr "Valor de salvaguarda"
@ -768,7 +791,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -800,13 +823,17 @@ msgid "Notes"
msgstr "Notas" msgstr "Notas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -881,7 +908,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1013,7 +1040,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1034,13 +1061,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1110,6 +1137,11 @@ msgstr "Método de tiempo"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1125,6 +1157,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1150,7 +1194,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Año" msgstr "Año"
@ -1165,7 +1209,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1174,7 +1218,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1188,7 +1232,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1209,32 +1253,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1242,13 +1286,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -240,6 +240,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -428,19 +434,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -452,14 +463,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -566,7 +577,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -596,7 +607,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -633,7 +644,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -678,7 +701,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -686,7 +709,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -737,13 +760,13 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -755,7 +778,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -787,13 +810,17 @@ msgid "Notes"
msgstr "Notas" msgstr "Notas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -864,7 +891,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -994,7 +1021,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1015,13 +1042,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1091,6 +1118,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1106,6 +1138,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1130,7 +1174,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1145,7 +1189,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1212,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1189,32 +1233,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1222,13 +1266,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -251,6 +251,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -443,19 +449,24 @@ msgstr "Fecha"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Regresivo" msgstr "Regresivo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -467,14 +478,14 @@ msgid "Degressive Factor"
msgstr "Factor degresivo" msgstr "Factor degresivo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -582,7 +593,7 @@ msgid "Entries"
msgstr "Asientos" msgstr "Asientos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -612,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -649,7 +660,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -694,7 +717,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -702,7 +725,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -753,13 +776,13 @@ msgid "Last Updated on"
msgstr "Ultima actualización realizada" msgstr "Ultima actualización realizada"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineal" msgstr "Lineal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Valor de salvaguarda" msgstr "Valor de salvaguarda"
@ -771,7 +794,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -803,13 +826,17 @@ msgid "Notes"
msgstr "Notas" msgstr "Notas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -884,7 +911,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1016,7 +1043,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1037,13 +1064,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1113,6 +1140,11 @@ msgstr "Método de tiempo"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1128,6 +1160,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1153,7 +1197,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Año" msgstr "Año"
@ -1168,7 +1212,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1177,7 +1221,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1235,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1212,32 +1256,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1245,13 +1289,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Ultima Actualización" msgstr "Ultima Actualización"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Ultima actualización en" msgstr "Ultima actualización en"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -239,6 +239,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -427,19 +433,24 @@ msgstr "Fecha"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -451,14 +462,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -566,7 +577,7 @@ msgid "Entries"
msgstr "Asientos" msgstr "Asientos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -596,7 +607,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -633,7 +644,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -678,7 +701,7 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -686,7 +709,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -737,13 +760,13 @@ msgid "Last Updated on"
msgstr "Ultima actualizacion en" msgstr "Ultima actualizacion en"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineal" msgstr "Lineal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -755,7 +778,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -787,13 +810,17 @@ msgid "Notes"
msgstr "Notas" msgstr "Notas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -864,7 +891,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -994,7 +1021,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1015,13 +1042,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1091,6 +1118,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1106,6 +1138,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1130,7 +1174,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1145,7 +1189,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1212,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1189,32 +1233,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1222,13 +1266,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -253,6 +253,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -442,19 +448,24 @@ msgstr "Kuupäev"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -466,14 +477,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -581,7 +592,7 @@ msgid "Entries"
msgstr "Kirjed" msgstr "Kirjed"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -611,7 +622,7 @@ msgid "General"
msgstr "Üldine" msgstr "Üldine"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -648,7 +659,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -693,7 +716,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:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -701,7 +724,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -752,13 +775,13 @@ msgid "Last Updated on"
msgstr "Viimati uuendatud" msgstr "Viimati uuendatud"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineaarne" msgstr "Lineaarne"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Jääkväärtus" msgstr "Jääkväärtus"
@ -770,7 +793,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -802,13 +825,17 @@ msgid "Notes"
msgstr "Märkmed" msgstr "Märkmed"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -883,7 +910,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1013,7 +1040,7 @@ msgid "Status"
msgstr "Olek" msgstr "Olek"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1034,13 +1061,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1110,6 +1137,11 @@ msgstr "Aja meetod"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1125,6 +1157,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tüüp" msgstr "Tüüp"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1149,7 +1193,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Aasta" msgstr "Aasta"
@ -1164,7 +1208,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1173,7 +1217,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1231,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1208,32 +1252,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1241,13 +1285,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Last Updated on" msgstr "Last Updated on"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Hilabete" msgstr "Hilabete"
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Mota" msgstr "Mota"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Urtea" msgstr "Urtea"
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "عمومی" msgstr "عمومی"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "شناسه" msgstr "شناسه"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "آخرین به روز رسانی در" msgstr "آخرین به روز رسانی در"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "نوع" msgstr "نوع"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -243,6 +243,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -431,19 +437,24 @@ msgstr "Päivämäärä"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -455,14 +466,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -569,7 +580,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -599,7 +610,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -636,7 +647,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -681,7 +704,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:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -689,7 +712,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -740,13 +763,13 @@ msgid "Last Updated on"
msgstr "Viimeksi päivitetty" msgstr "Viimeksi päivitetty"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -758,7 +781,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Kuukausi" msgstr "Kuukausi"
@ -790,13 +813,17 @@ msgid "Notes"
msgstr "Huomautukset" msgstr "Huomautukset"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -867,7 +894,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -997,7 +1024,7 @@ msgid "Status"
msgstr "Tila" msgstr "Tila"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1045,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1094,6 +1121,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1109,6 +1141,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tyyppi" msgstr "Tyyppi"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1133,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Vuosi" msgstr "Vuosi"
@ -1148,7 +1192,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1157,7 +1201,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1215,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1192,32 +1236,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1225,13 +1269,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

View File

@ -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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -251,6 +251,12 @@ msgstr ""
"par ligne de facture pour autant qu'une ligne comptable soit créée par ligne " "par ligne de facture pour autant qu'une ligne comptable soit créée par ligne "
"de facture. Avec ce réglage, une pièce comptable sera créée par article." "de facture. Avec ce réglage, une pièce comptable sera créée par article."
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -468,6 +474,11 @@ msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
"Date de l'événement déclencheur du calcul du tableau des amortissements." "Date de l'événement déclencheur du calcul du tableau des amortissements."
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
@ -476,13 +487,13 @@ msgstr ""
"facture sur ce compte." "facture sur ce compte."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Dégressif" msgstr "Dégressif"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "Dégressif jusqu'à la valeur de revente" msgstr "Dégressif jusqu'à la valeur de revente"
@ -494,14 +505,14 @@ msgid "Degressive Factor"
msgstr "Taux dégréssif" msgstr "Taux dégréssif"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" 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:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -609,7 +620,7 @@ 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:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -642,7 +653,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, 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"
@ -679,7 +690,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, 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."
@ -730,7 +753,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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,7 +761,7 @@ msgid "Journal 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_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "Pièce Comptable" msgstr "Pièce Comptable"
@ -789,13 +812,13 @@ msgid "Last Updated on"
msgstr "Dernière mis à jour le" msgstr "Dernière mis à jour le"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Linéaire" msgstr "Linéaire"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Linéaire jusqu'à la valeur de revente" msgstr "Linéaire jusqu'à la valeur de revente"
@ -807,7 +830,7 @@ msgid "Min-Value Account"
msgstr "Compte de moins-value" msgstr "Compte de moins-value"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Mois" msgstr "Mois"
@ -839,13 +862,18 @@ msgid "Notes"
msgstr "Commentaires" msgstr "Commentaires"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "Nombre d'années" msgstr "Nombre d'années"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, fuzzy, python-format
#| msgid "Number of Years"
msgid "Number of Years or end date"
msgstr "Nombre d'années"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -918,7 +946,7 @@ msgid "Purchase Value"
msgstr "Valeur d'achat" msgstr "Valeur d'achat"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "Trimestre" msgstr "Trimestre"
@ -1059,7 +1087,7 @@ msgid "Status"
msgstr "Statut" msgstr "Statut"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1083,13 +1111,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1175,6 +1203,13 @@ msgstr "Méthode de temps"
msgid "Total Credit" msgid "Total Credit"
msgstr "Total crédit" msgstr "Total crédit"
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, fuzzy
#| msgid "Total Debit"
msgid "Total Days"
msgstr "Total débit"
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1190,6 +1225,21 @@ msgstr "Date de déclenchement"
msgid "Type" msgid "Type"
msgstr "Type" msgstr "Type"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
#, fuzzy
#| msgid "The number of years needed to depreciate your asset"
msgid "Use number of days to calculate depreciation amount"
msgstr ""
"Le nombre d'années nécessaires pour l'amortissement de l'immobilisation"
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1220,7 +1270,7 @@ msgstr ""
"Quand l'immobilisation est sortie, son statut prend la valeur 'Sortie'." "Quand l'immobilisation est sortie, son statut prend la valeur 'Sortie'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Année" msgstr "Année"
@ -1237,7 +1287,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_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1249,7 +1299,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:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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'."
@ -1265,7 +1315,7 @@ msgstr ""
"d'amortissement pour les périodes antérieures ne sont pas comptabilisées." "d'amortissement pour les périodes antérieures ne sont pas comptabilisées."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1292,7 +1342,7 @@ msgstr ""
"d'amortissement." "d'amortissement."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 ""
@ -1300,7 +1350,7 @@ msgstr ""
"des lignes d'amortissement comptabilisées." "des lignes d'amortissement comptabilisées."
#. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
@ -1309,7 +1359,7 @@ msgstr ""
"comptable." "comptable."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
@ -1317,14 +1367,14 @@ msgstr ""
"d'amortissement comptabilisées." "d'amortissement comptabilisées."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
"Vous ne pouvez pas supprimer une ligne de type \"Base d'immobilisation\"." "Vous ne pouvez pas supprimer une ligne de type \"Base d'immobilisation\"."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1334,7 +1384,7 @@ msgstr ""
"avec des pièces comptabilisées antérieures." "avec des pièces comptabilisées antérieures."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
@ -1342,7 +1392,7 @@ msgstr ""
"pièces déjà comptabilisées." "pièces déjà comptabilisées."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -224,6 +224,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -412,19 +418,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -436,14 +447,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -550,7 +561,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -580,7 +591,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -617,7 +628,19 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -662,7 +685,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -670,7 +693,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -721,13 +744,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -739,7 +762,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -771,13 +794,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -848,7 +875,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -978,7 +1005,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1026,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1075,6 +1102,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1090,6 +1122,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1114,7 +1158,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1129,7 +1173,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1138,7 +1182,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1152,7 +1196,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1173,32 +1217,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1206,13 +1250,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr "Date"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "Identifiant" msgstr "Identifiant"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Dernière mise à jour le" msgstr "Dernière mise à jour le"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Modifié le" msgstr "Modifié le"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr "Date"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -249,6 +249,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -437,19 +443,24 @@ msgstr "Data"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -461,14 +472,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -575,7 +586,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -605,7 +616,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -642,7 +653,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -687,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:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -695,7 +718,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -746,13 +769,13 @@ msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -764,7 +787,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -796,13 +819,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -873,7 +900,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1003,7 +1030,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1024,13 +1051,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1108,6 +1135,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1123,6 +1155,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1147,7 +1191,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1162,7 +1206,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1171,7 +1215,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1229,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1206,32 +1250,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1239,13 +1283,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -227,6 +227,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -415,19 +421,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -439,14 +450,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -553,7 +564,7 @@ msgid "Entries"
msgstr "પ્રવેશો" msgstr "પ્રવેશો"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -583,7 +594,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -620,7 +631,19 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -665,7 +688,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -673,7 +696,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -724,13 +747,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -742,7 +765,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -774,13 +797,17 @@ msgid "Notes"
msgstr "નોંધ" msgstr "નોંધ"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -851,7 +878,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -981,7 +1008,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1029,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1078,6 +1105,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1093,6 +1125,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1117,7 +1161,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1132,7 +1176,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1141,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1155,7 +1199,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1176,32 +1220,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1209,13 +1253,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "כללי" msgstr "כללי"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "מזהה" msgstr "מזהה"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "עודכן לאחרונה על" msgstr "עודכן לאחרונה על"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "סוג" msgstr "סוג"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -257,6 +257,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -446,19 +452,24 @@ msgstr "Datum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -470,14 +481,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -585,7 +596,7 @@ msgid "Entries"
msgstr "Stavke" msgstr "Stavke"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -615,7 +626,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -652,7 +663,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -697,7 +720,7 @@ msgid "Journal"
msgstr "Temeljnica" msgstr "Temeljnica"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -705,7 +728,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -756,13 +779,13 @@ msgid "Last Updated on"
msgstr "Zadnje ažurirano dana" msgstr "Zadnje ažurirano dana"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Linearno" msgstr "Linearno"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Salvage Value" msgstr "Salvage Value"
@ -774,7 +797,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -806,13 +829,17 @@ msgid "Notes"
msgstr "Bilješke" msgstr "Bilješke"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -887,7 +914,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1019,7 +1046,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1040,13 +1067,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1116,6 +1143,11 @@ msgstr "Vremenska metoda"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1131,6 +1163,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tip" msgstr "Tip"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1156,7 +1200,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Godina" msgstr "Godina"
@ -1171,7 +1215,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1180,7 +1224,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1194,7 +1238,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1215,32 +1259,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1248,13 +1292,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -227,6 +227,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -415,19 +421,24 @@ msgstr "Datum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -439,14 +450,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -553,7 +564,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -583,7 +594,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -620,7 +631,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -665,7 +688,7 @@ msgid "Journal"
msgstr "Dnevnik" msgstr "Dnevnik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -673,7 +696,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -724,13 +747,13 @@ msgid "Last Updated on"
msgstr "Zadnje ažurirano" msgstr "Zadnje ažurirano"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -742,7 +765,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -774,13 +797,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -851,7 +878,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -981,7 +1008,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1029,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1078,6 +1105,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1093,6 +1125,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1117,7 +1161,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1132,7 +1176,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1141,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1155,7 +1199,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1176,32 +1220,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1209,13 +1253,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -242,6 +242,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -430,19 +436,24 @@ msgstr "Dátum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Degresszív" msgstr "Degresszív"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -454,14 +465,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -569,7 +580,7 @@ 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:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -599,7 +610,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -636,7 +647,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -681,7 +704,7 @@ msgid "Journal"
msgstr "Napló" msgstr "Napló"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -689,7 +712,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -740,13 +763,13 @@ msgid "Last Updated on"
msgstr "Utoljára frissítve " msgstr "Utoljára frissítve "
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineáris" msgstr "Lineáris"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -758,7 +781,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -790,13 +813,17 @@ msgid "Notes"
msgstr "Megjegyzések" msgstr "Megjegyzések"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -867,7 +894,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -997,7 +1024,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:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1045,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1094,6 +1121,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1109,6 +1141,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Típus" msgstr "Típus"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1133,7 +1177,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Év" msgstr "Év"
@ -1148,7 +1192,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1157,7 +1201,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1215,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1192,32 +1236,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1225,13 +1269,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -241,6 +241,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -429,19 +435,24 @@ msgstr "Tanggal"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -453,14 +464,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -568,7 +579,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -598,7 +609,7 @@ msgid "General"
msgstr "Umum" msgstr "Umum"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -635,7 +646,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -680,7 +703,7 @@ msgid "Journal"
msgstr "Jurnal" msgstr "Jurnal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -688,7 +711,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -739,13 +762,13 @@ msgid "Last Updated on"
msgstr "Diperbaharui pada" msgstr "Diperbaharui pada"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -757,7 +780,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -789,13 +812,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -866,7 +893,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -996,7 +1023,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1044,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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,6 +1120,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1108,6 +1140,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Jenis" msgstr "Jenis"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1132,7 +1176,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1147,7 +1191,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1156,7 +1200,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1214,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1191,32 +1235,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1224,13 +1268,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -237,6 +237,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -429,19 +435,24 @@ msgstr "Data"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Regressivo" msgstr "Regressivo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -453,14 +464,14 @@ msgid "Degressive Factor"
msgstr "Tasso Degressivo" msgstr "Tasso Degressivo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -568,7 +579,7 @@ msgid "Entries"
msgstr "Registrazioni" msgstr "Registrazioni"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -598,7 +609,7 @@ msgid "General"
msgstr "Generale" msgstr "Generale"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -635,7 +646,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -680,7 +703,7 @@ msgid "Journal"
msgstr "Sezionale" msgstr "Sezionale"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -688,7 +711,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -739,13 +762,13 @@ msgid "Last Updated on"
msgstr "Last Updated on" msgstr "Last Updated on"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Costante" msgstr "Costante"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Valore di Realizzo" msgstr "Valore di Realizzo"
@ -757,7 +780,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Mese" msgstr "Mese"
@ -789,13 +812,17 @@ msgid "Notes"
msgstr "Note" msgstr "Note"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -870,7 +897,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1002,7 +1029,7 @@ msgid "Status"
msgstr "Stato" msgstr "Stato"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1023,13 +1050,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1099,6 +1126,13 @@ msgstr "Metodo Temporale"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, fuzzy
#| msgid "Total Debit"
msgid "Total Days"
msgstr "Totale debito"
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1114,6 +1148,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1139,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Anno" msgstr "Anno"
@ -1154,7 +1200,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1163,7 +1209,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1177,7 +1223,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1198,32 +1244,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1231,13 +1277,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -253,6 +253,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -445,19 +451,24 @@ msgstr "日付"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "逓減" msgstr "逓減"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -469,14 +480,14 @@ msgid "Degressive Factor"
msgstr "逓減係数" msgstr "逓減係数"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -584,7 +595,7 @@ msgid "Entries"
msgstr "エントリー" msgstr "エントリー"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -614,7 +625,7 @@ msgid "General"
msgstr "一般" msgstr "一般"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -651,7 +662,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -696,7 +719,7 @@ msgid "Journal"
msgstr "仕訳帳" msgstr "仕訳帳"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -704,7 +727,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -755,13 +778,13 @@ msgid "Last Updated on"
msgstr "最終更新日" msgstr "最終更新日"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "リニア" msgstr "リニア"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "サルベージ価値" msgstr "サルベージ価値"
@ -773,7 +796,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -805,13 +828,17 @@ msgid "Notes"
msgstr "注記" msgstr "注記"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -886,7 +913,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1018,7 +1045,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1066,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1115,6 +1142,11 @@ msgstr "時間法"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1130,6 +1162,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "タイプ" msgstr "タイプ"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1155,7 +1199,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "年" msgstr "年"
@ -1170,7 +1214,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1179,7 +1223,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1237,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1214,32 +1258,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1247,13 +1291,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr "날짜"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "일반" msgstr "일반"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "최근 갱신 날짜" msgstr "최근 갱신 날짜"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "유형" msgstr "유형"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -243,6 +243,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -435,19 +441,24 @@ msgstr "Data"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Dvigubo balanso" msgstr "Dvigubo balanso"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -459,14 +470,14 @@ msgid "Degressive Factor"
msgstr "Nusidėvėjimo procentas" msgstr "Nusidėvėjimo procentas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -574,7 +585,7 @@ 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:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -604,7 +615,7 @@ msgid "General"
msgstr "Bendra" msgstr "Bendra"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -641,7 +652,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -686,7 +709,7 @@ msgid "Journal"
msgstr "Žurnalas" msgstr "Žurnalas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -694,7 +717,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -745,13 +768,13 @@ msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta" msgstr "Paskutinį kartą atnaujinta"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Tiesinis" msgstr "Tiesinis"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Likvidacinė kaina" msgstr "Likvidacinė kaina"
@ -763,7 +786,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -795,13 +818,17 @@ msgid "Notes"
msgstr "Pastabos" msgstr "Pastabos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -876,7 +903,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1006,7 +1033,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:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1027,13 +1054,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1103,6 +1130,11 @@ msgstr "Laikotarpio metodas"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1118,6 +1150,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipas" msgstr "Tipas"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1142,7 +1186,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Metai" msgstr "Metai"
@ -1157,7 +1201,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1166,7 +1210,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1224,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1201,32 +1245,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1234,13 +1278,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -227,6 +227,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -415,19 +421,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -439,14 +450,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -553,7 +564,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -583,7 +594,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -620,7 +631,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -665,7 +688,7 @@ msgid "Journal"
msgstr "Žurnalas" msgstr "Žurnalas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -673,7 +696,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -724,13 +747,13 @@ msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta" msgstr "Paskutinį kartą atnaujinta"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -742,7 +765,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -774,13 +797,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -851,7 +878,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -981,7 +1008,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1029,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1078,6 +1105,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1093,6 +1125,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1117,7 +1161,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1132,7 +1176,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1141,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1155,7 +1199,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1176,32 +1220,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1209,13 +1253,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -227,6 +227,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -415,19 +421,24 @@ msgstr "Datums"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -439,14 +450,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -553,7 +564,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -583,7 +594,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -620,7 +631,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -665,7 +688,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -673,7 +696,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -724,13 +747,13 @@ msgid "Last Updated on"
msgstr "Pēdējās izmaiņas" msgstr "Pēdējās izmaiņas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -742,7 +765,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -774,13 +797,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -851,7 +878,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -981,7 +1008,7 @@ msgid "Status"
msgstr "Statuss" msgstr "Statuss"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1029,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1078,6 +1105,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1093,6 +1125,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tips" msgstr "Tips"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1117,7 +1161,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1132,7 +1176,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1141,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1155,7 +1199,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1176,32 +1220,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1209,13 +1253,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -251,6 +251,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -443,19 +449,24 @@ msgstr "Датум"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Дегресивна" msgstr "Дегресивна"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -467,14 +478,14 @@ msgid "Degressive Factor"
msgstr "Фактор на дегресија" msgstr "Фактор на дегресија"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -582,7 +593,7 @@ msgid "Entries"
msgstr "Записи" msgstr "Записи"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -612,7 +623,7 @@ msgid "General"
msgstr "Општо" msgstr "Општо"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -649,7 +660,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -694,7 +717,7 @@ msgid "Journal"
msgstr "Дневник" msgstr "Дневник"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -702,7 +725,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -753,13 +776,13 @@ msgid "Last Updated on"
msgstr "Последно ажурирање на" msgstr "Последно ажурирање на"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Линеарно" msgstr "Линеарно"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -771,7 +794,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -803,13 +826,17 @@ msgid "Notes"
msgstr "Белешки" msgstr "Белешки"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -884,7 +911,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1016,7 +1043,7 @@ msgid "Status"
msgstr "Статус" msgstr "Статус"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1037,13 +1064,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1113,6 +1140,11 @@ msgstr "Временски метод"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1128,6 +1160,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Тип" msgstr "Тип"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1153,7 +1197,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Година" msgstr "Година"
@ -1168,7 +1212,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1177,7 +1221,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1235,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1212,35 +1256,35 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
"Не може да избришете средство кое содржи објавени ставки за амортизација." "Не може да избришете средство кое содржи објавени ставки за амортизација."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
"Не може да избришете средство кое содржи објавени ставки за амортизација." "Не може да избришете средство кое содржи објавени ставки за амортизација."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1248,14 +1292,14 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
"Не може да избришете средство кое содржи објавени ставки за амортизација." "Не може да избришете средство кое содржи објавени ставки за амортизација."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -252,6 +252,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -444,19 +450,24 @@ msgstr "Огноо"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Бууруулах" msgstr "Бууруулах"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -468,14 +479,14 @@ msgid "Degressive Factor"
msgstr "Буурах Үзүүлэлт" msgstr "Буурах Үзүүлэлт"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -583,7 +594,7 @@ msgid "Entries"
msgstr "Бичилтүүд" msgstr "Бичилтүүд"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -613,7 +624,7 @@ msgid "General"
msgstr "Ерөнхий" msgstr "Ерөнхий"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -650,7 +661,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -695,7 +718,7 @@ msgid "Journal"
msgstr "Журнал" msgstr "Журнал"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -703,7 +726,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -754,13 +777,13 @@ msgid "Last Updated on"
msgstr "Сүүлийн засвар хийсэн огноо" msgstr "Сүүлийн засвар хийсэн огноо"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Шугаман" msgstr "Шугаман"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Үлдэх өртөг" msgstr "Үлдэх өртөг"
@ -772,7 +795,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -804,13 +827,17 @@ msgid "Notes"
msgstr "Тэмдэглэл" msgstr "Тэмдэглэл"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -885,7 +912,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1017,7 +1044,7 @@ msgid "Status"
msgstr "Төлөв" msgstr "Төлөв"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1038,13 +1065,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1114,6 +1141,11 @@ msgstr "Хугацааны арга"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1129,6 +1161,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Төрөл" msgstr "Төрөл"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Жил" msgstr "Жил"
@ -1169,7 +1213,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1178,7 +1222,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1192,7 +1236,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1213,32 +1257,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 "Элэгдэл бодогдсон хөрөнгүүдийг устгах боломжгүй."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "Элэгдэл бодогдсон хөрөнгүүдийг устгах боломжгүй." msgstr "Элэгдэл бодогдсон хөрөнгүүдийг устгах боломжгүй."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1246,13 +1290,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "Элэгдэл бодогдсон хөрөнгүүдийг устгах боломжгүй." msgstr "Элэгдэл бодогдсон хөрөнгүүдийг устгах боломжгүй."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -246,6 +246,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -438,19 +444,24 @@ msgstr "Dato"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -462,14 +473,14 @@ msgid "Degressive Factor"
msgstr "degressive faktor" msgstr "degressive faktor"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -577,7 +588,7 @@ msgid "Entries"
msgstr "Inngang" msgstr "Inngang"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -607,7 +618,7 @@ msgid "General"
msgstr "Genrelt" msgstr "Genrelt"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -644,7 +655,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -689,7 +712,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -697,7 +720,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -748,13 +771,13 @@ msgid "Last Updated on"
msgstr "Sist oppdatert" msgstr "Sist oppdatert"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineær" msgstr "Lineær"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Restverdi" msgstr "Restverdi"
@ -766,7 +789,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Måned" msgstr "Måned"
@ -798,13 +821,17 @@ msgid "Notes"
msgstr "Notater" msgstr "Notater"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -879,7 +906,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1011,7 +1038,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1032,13 +1059,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1108,6 +1135,11 @@ msgstr "tid Metode"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1123,6 +1155,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Type" msgstr "Type"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1148,7 +1192,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "År" msgstr "År"
@ -1163,7 +1207,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1172,7 +1216,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1230,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1207,32 +1251,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1240,13 +1284,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "Journaloppføringer" msgstr "Journaloppføringer"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Sist oppdatert den" msgstr "Sist oppdatert den"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -246,6 +246,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -438,19 +444,24 @@ msgstr "Datum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Degressief" msgstr "Degressief"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -462,14 +473,14 @@ msgid "Degressive Factor"
msgstr "Degressief factor" msgstr "Degressief factor"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -577,7 +588,7 @@ msgid "Entries"
msgstr "Boekingen" msgstr "Boekingen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -607,7 +618,7 @@ msgid "General"
msgstr "Algemeen" msgstr "Algemeen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -644,7 +655,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -689,7 +712,7 @@ msgid "Journal"
msgstr "Dagboek" msgstr "Dagboek"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -697,7 +720,7 @@ msgid "Journal Entries"
msgstr "Boekingsregel" msgstr "Boekingsregel"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -748,13 +771,13 @@ msgid "Last Updated on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineair" msgstr "Lineair"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Restwaarde" msgstr "Restwaarde"
@ -766,7 +789,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -798,13 +821,17 @@ msgid "Notes"
msgstr "Notities" msgstr "Notities"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -879,7 +906,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1011,7 +1038,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1032,13 +1059,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1108,6 +1135,11 @@ msgstr "Tijdmethode"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1123,6 +1155,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Type" msgstr "Type"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1148,7 +1192,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Jaar" msgstr "Jaar"
@ -1163,7 +1207,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1172,7 +1216,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1230,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1207,7 +1251,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 ""
@ -1215,14 +1259,14 @@ msgstr ""
"afwaarderingsregels zijn." "afwaarderingsregels zijn."
#. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
@ -1230,7 +1274,7 @@ msgstr ""
"afwaarderingsregels zijn." "afwaarderingsregels zijn."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
@ -1238,7 +1282,7 @@ msgstr ""
"afwaarderingsregels zijn." "afwaarderingsregels zijn."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1246,7 +1290,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
@ -1254,7 +1298,7 @@ msgstr ""
"afwaarderingsregels zijn." "afwaarderingsregels zijn."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -241,6 +241,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -433,19 +439,24 @@ msgstr "Datum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Degressief" msgstr "Degressief"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -457,14 +468,14 @@ msgid "Degressive Factor"
msgstr "Degressieve factor" msgstr "Degressieve factor"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -572,7 +583,7 @@ msgid "Entries"
msgstr "Boekingen" msgstr "Boekingen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -602,7 +613,7 @@ msgid "General"
msgstr "Algemeen" msgstr "Algemeen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -639,7 +650,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -684,7 +707,7 @@ msgid "Journal"
msgstr "Journaal" msgstr "Journaal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -692,7 +715,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -743,13 +766,13 @@ msgid "Last Updated on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Lineair" msgstr "Lineair"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Restwaarde" msgstr "Restwaarde"
@ -761,7 +784,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -793,13 +816,17 @@ msgid "Notes"
msgstr "Opmerkingen" msgstr "Opmerkingen"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -874,7 +901,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1006,7 +1033,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1027,13 +1054,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1103,6 +1130,11 @@ msgstr "Tijdmethode"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1118,6 +1150,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Type" msgstr "Type"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1143,7 +1187,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Jaar" msgstr "Jaar"
@ -1158,7 +1202,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1167,7 +1211,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1181,7 +1225,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1202,32 +1246,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1235,13 +1279,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -247,6 +247,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -435,19 +441,24 @@ msgstr "Data"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -459,14 +470,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -574,7 +585,7 @@ msgid "Entries"
msgstr "Zapisy" msgstr "Zapisy"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -604,7 +615,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -641,7 +652,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -686,7 +709,7 @@ msgid "Journal"
msgstr "Dziennik" msgstr "Dziennik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -694,7 +717,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -745,13 +768,13 @@ msgid "Last Updated on"
msgstr "Ostatnia zmiana" msgstr "Ostatnia zmiana"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Liniowo" msgstr "Liniowo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Wartość końcowa" msgstr "Wartość końcowa"
@ -763,7 +786,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -795,13 +818,17 @@ msgid "Notes"
msgstr "Uwagi" msgstr "Uwagi"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -872,7 +899,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1002,7 +1029,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1023,13 +1050,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1099,6 +1126,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1114,6 +1146,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Typ" msgstr "Typ"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1138,7 +1182,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Rok" msgstr "Rok"
@ -1153,7 +1197,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1162,7 +1206,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1176,7 +1220,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1197,32 +1241,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1230,13 +1274,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -242,6 +242,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -456,6 +462,11 @@ msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
"Data do evento que despoleta a necessidade de recalcular as Tabelas do Ativo." "Data do evento que despoleta a necessidade de recalcular as Tabelas do Ativo."
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
#, fuzzy #, fuzzy
@ -465,13 +476,13 @@ msgstr ""
"conta." "conta."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Decrescente" msgstr "Decrescente"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -483,14 +494,14 @@ msgid "Degressive Factor"
msgstr "Fator de decréscimo" msgstr "Fator de decréscimo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" 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:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "O Decrescente-Constante só é suportado quando o Método Tempo é Anual" msgstr "O Decrescente-Constante só é suportado quando o Método Tempo é Anual"
@ -598,7 +609,7 @@ msgid "Entries"
msgstr "Movimentos" msgstr "Movimentos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -630,7 +641,7 @@ msgid "General"
msgstr "Geral" msgstr "Geral"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, 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"
@ -667,7 +678,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, 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"
@ -718,7 +741,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:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -726,7 +749,7 @@ msgid "Journal Entries"
msgstr "Movs. de Diário" msgstr "Movs. de Diário"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "Mov. de Diário" msgstr "Mov. de Diário"
@ -777,13 +800,13 @@ msgid "Last Updated on"
msgstr "Atualizado pela última vez em" msgstr "Atualizado pela última vez em"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Constante" msgstr "Constante"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Valor Residual" msgstr "Valor Residual"
@ -795,7 +818,7 @@ msgid "Min-Value Account"
msgstr "Conta de Menos-Valias" msgstr "Conta de Menos-Valias"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Mês" msgstr "Mês"
@ -827,13 +850,18 @@ msgid "Notes"
msgstr "Notas" msgstr "Notas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "Número de Anos" msgstr "Número de Anos"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, fuzzy, python-format
#| msgid "Number of Years"
msgid "Number of Years or end date"
msgstr "Número de Anos"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -908,7 +936,7 @@ msgid "Purchase Value"
msgstr "Valor de Compra" msgstr "Valor de Compra"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "Trimestre" msgstr "Trimestre"
@ -1050,7 +1078,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1072,13 +1100,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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,6 +1191,13 @@ msgstr "Método tempo"
msgid "Total Credit" msgid "Total Credit"
msgstr "Crédito Total" msgstr "Crédito Total"
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, fuzzy
#| msgid "Total Debit"
msgid "Total Days"
msgstr "Débito Total"
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1178,6 +1213,20 @@ msgstr "Data de acionamento"
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
#, fuzzy
#| msgid "The number of years needed to depreciate your asset"
msgid "Use number of days to calculate depreciation amount"
msgstr "O número de anos necessários para a depreciação do seu imobilizado."
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1210,7 +1259,7 @@ msgstr ""
"'Removido'." "'Removido'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Ano" msgstr "Ano"
@ -1227,7 +1276,7 @@ msgstr ""
"Deve gerar esses movimentos através do ativo." "Deve gerar esses movimentos através do ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1238,7 +1287,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:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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."
@ -1254,7 +1303,7 @@ msgstr ""
"por registar relativas a períodos anteriores." "por registar relativas a períodos anteriores."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1281,14 +1330,14 @@ msgstr ""
"de ativo." "de ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
@ -1297,19 +1346,19 @@ msgstr ""
"associado." "associado."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "Não pode remover uma linha de ativo do tipo 'Valor do Ativo'." msgstr "Não pode remover uma linha de ativo do tipo 'Valor do Ativo'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1319,7 +1368,7 @@ msgstr ""
"com movimentos previamente registados." "com movimentos previamente registados."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
@ -1327,7 +1376,7 @@ msgstr ""
"movimentos já registados." "movimentos já registados."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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-09-17 14:24+0000\n" "PO-Revision-Date: 2019-09-17 14:24+0000\n"
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n" "Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@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.8\n" "X-Generator: Weblate 3.8\n"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -255,6 +255,12 @@ msgstr ""
"Com esta configuração, uma movimentação contábil será criada pelo item do " "Com esta configuração, uma movimentação contábil será criada pelo item do "
"produto. Portanto, haverá um ativo por item de produto." "produto. Portanto, haverá um ativo por item de produto."
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -469,6 +475,11 @@ msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
"Data de disparo do evento da necessidade de recálculo das Tabelas de Ativos." "Data de disparo do evento da necessidade de recálculo das Tabelas de Ativos."
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
@ -476,13 +487,13 @@ msgstr ""
"Perfil de Ativo Padrão para criação de linhas de fatura com esta conta." "Perfil de Ativo Padrão para criação de linhas de fatura com esta conta."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Decrescente" msgstr "Decrescente"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "Decrescente até Valor Residual" msgstr "Decrescente até Valor Residual"
@ -494,14 +505,14 @@ msgid "Degressive Factor"
msgstr "Fator de Decréscimo" msgstr "Fator de Decréscimo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" 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:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "Decréscimo Linear somente é suportado para Método Temporal = Ano." msgstr "Decréscimo Linear somente é suportado para Método Temporal = Ano."
@ -608,7 +619,7 @@ 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:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -641,7 +652,7 @@ msgid "General"
msgstr "Geral" msgstr "Geral"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, 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"
@ -678,7 +689,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, 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."
@ -727,7 +750,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:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -735,7 +758,7 @@ msgid "Journal Entries"
msgstr "Lançamentos de Diário" msgstr "Lançamentos de Diário"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "Lançamento de Diário" msgstr "Lançamento de Diário"
@ -786,13 +809,13 @@ msgid "Last Updated on"
msgstr "Última atualização em" msgstr "Última atualização em"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Linear" msgstr "Linear"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Linear até Valor Residual" msgstr "Linear até Valor Residual"
@ -804,7 +827,7 @@ msgid "Min-Value Account"
msgstr "Conta Valor Perdido" msgstr "Conta Valor Perdido"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Mês" msgstr "Mês"
@ -836,13 +859,18 @@ msgid "Notes"
msgstr "Notas" msgstr "Notas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "Número de anos" msgstr "Número de anos"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, fuzzy, python-format
#| msgid "Number of Years"
msgid "Number of Years or end date"
msgstr "Número de anos"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -913,7 +941,7 @@ msgid "Purchase Value"
msgstr "Valor de Compra" msgstr "Valor de Compra"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "Trimestre" msgstr "Trimestre"
@ -1052,7 +1080,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:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1075,13 +1103,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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,6 +1194,13 @@ msgstr "Método Temporal"
msgid "Total Credit" msgid "Total Credit"
msgstr "Crédito Total" msgstr "Crédito Total"
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, fuzzy
#| msgid "Total Debit"
msgid "Total Days"
msgstr "Débito Total"
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1181,6 +1216,20 @@ msgstr "Data de Disparo"
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
#, fuzzy
#| msgid "The number of years needed to depreciate your asset"
msgid "Use number of days to calculate depreciation amount"
msgstr "O número de anos necessário para depreciar o seu ativo"
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1211,7 +1260,7 @@ msgstr ""
"Quando são criados lançamentos de remoção, o status se torna 'Removido'." "Quando são criados lançamentos de remoção, o status se torna 'Removido'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Ano" msgstr "Ano"
@ -1228,7 +1277,7 @@ msgstr ""
"Você deve criar tais lançamentos contábeis a partir do ativo." "Você deve criar tais lançamentos contábeis a partir do ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1240,7 +1289,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:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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'."
@ -1256,7 +1305,7 @@ msgstr ""
"depreciação de períodos anteriores não lançadas." "depreciação de períodos anteriores não lançadas."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1283,7 +1332,7 @@ 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:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 ""
@ -1291,7 +1340,7 @@ msgstr ""
"contábeis." "contábeis."
#. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
@ -1300,7 +1349,7 @@ msgstr ""
"contábil." "contábil."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
@ -1308,14 +1357,14 @@ msgstr ""
"depreciação." "depreciação."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
"Você não pode remover uma linha de ativo do tipo 'Base de Depreciação'." "Você não pode remover uma linha de ativo do tipo 'Base de Depreciação'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1325,13 +1374,13 @@ msgstr ""
"depreciação com lançamentos anteriores." "depreciação com lançamentos anteriores."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "Você não alterar a Data Inicial após ter lançamentos já realizados." msgstr "Você não alterar a Data Inicial após ter lançamentos já realizados."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -244,6 +244,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -458,6 +464,11 @@ msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
"Data do evento que despoleta a necessidade de recalcular as Tabelas do Ativo." "Data do evento que despoleta a necessidade de recalcular as Tabelas do Ativo."
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
#, fuzzy #, fuzzy
@ -467,13 +478,13 @@ msgstr ""
"conta." "conta."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Decrescente" msgstr "Decrescente"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -485,14 +496,14 @@ msgid "Degressive Factor"
msgstr "Fator de decréscimo" msgstr "Fator de decréscimo"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" 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:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "O Decrescente-Constante só é suportado quando o Método Tempo é Anual" msgstr "O Decrescente-Constante só é suportado quando o Método Tempo é Anual"
@ -600,7 +611,7 @@ msgid "Entries"
msgstr "Movimentos" msgstr "Movimentos"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -632,7 +643,7 @@ msgid "General"
msgstr "Geral" msgstr "Geral"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, 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"
@ -669,7 +680,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, 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"
@ -720,7 +743,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:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -728,7 +751,7 @@ msgid "Journal Entries"
msgstr "Movs. de Diário" msgstr "Movs. de Diário"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "Mov. de Diário" msgstr "Mov. de Diário"
@ -779,13 +802,13 @@ msgid "Last Updated on"
msgstr "Atualizado pela última vez em" msgstr "Atualizado pela última vez em"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Constante" msgstr "Constante"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Valor Residual" msgstr "Valor Residual"
@ -797,7 +820,7 @@ msgid "Min-Value Account"
msgstr "Conta de Menos-Valias" msgstr "Conta de Menos-Valias"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Mês" msgstr "Mês"
@ -829,13 +852,18 @@ msgid "Notes"
msgstr "Notas" msgstr "Notas"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "Número de Anos" msgstr "Número de Anos"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, fuzzy, python-format
#| msgid "Number of Years"
msgid "Number of Years or end date"
msgstr "Número de Anos"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -910,7 +938,7 @@ msgid "Purchase Value"
msgstr "Valor de Compra" msgstr "Valor de Compra"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "Trimestre" msgstr "Trimestre"
@ -1052,7 +1080,7 @@ msgid "Status"
msgstr "Estado" msgstr "Estado"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1074,13 +1102,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1165,6 +1193,13 @@ msgstr "Método tempo"
msgid "Total Credit" msgid "Total Credit"
msgstr "Crédito Total" msgstr "Crédito Total"
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, fuzzy
#| msgid "Total Debit"
msgid "Total Days"
msgstr "Débito Total"
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1180,6 +1215,20 @@ msgstr "Data de acionamento"
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
#, fuzzy
#| msgid "The number of years needed to depreciate your asset"
msgid "Use number of days to calculate depreciation amount"
msgstr "O número de anos necessários para a depreciação do seu imobilizado."
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1212,7 +1261,7 @@ msgstr ""
"'Removido'." "'Removido'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Ano" msgstr "Ano"
@ -1229,7 +1278,7 @@ msgstr ""
"Deve gerar esses movimentos através do ativo." "Deve gerar esses movimentos através do ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1240,7 +1289,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:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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."
@ -1256,7 +1305,7 @@ msgstr ""
"por registar relativas a períodos anteriores." "por registar relativas a períodos anteriores."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1283,14 +1332,14 @@ msgstr ""
"de ativo." "de ativo."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
@ -1299,19 +1348,19 @@ msgstr ""
"associado." "associado."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "Não pode remover uma linha de ativo do tipo 'Valor do Ativo'." msgstr "Não pode remover uma linha de ativo do tipo 'Valor do Ativo'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1321,7 +1370,7 @@ msgstr ""
"com movimentos previamente registados." "com movimentos previamente registados."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
@ -1329,7 +1378,7 @@ msgstr ""
"movimentos já registados." "movimentos já registados."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -248,6 +248,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -440,19 +446,24 @@ msgstr "Data"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Degresiv" msgstr "Degresiv"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -464,14 +475,14 @@ msgid "Degressive Factor"
msgstr "Factor degresiv" msgstr "Factor degresiv"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -579,7 +590,7 @@ msgid "Entries"
msgstr "Inregistrari" msgstr "Inregistrari"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -609,7 +620,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -646,7 +657,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -691,7 +714,7 @@ msgid "Journal"
msgstr "Registru" msgstr "Registru"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -699,7 +722,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -750,13 +773,13 @@ msgid "Last Updated on"
msgstr "Ultima actualizare la" msgstr "Ultima actualizare la"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Liniar" msgstr "Liniar"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Valoarea deja amortizata" msgstr "Valoarea deja amortizata"
@ -768,7 +791,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -800,13 +823,17 @@ msgid "Notes"
msgstr "Note" msgstr "Note"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -881,7 +908,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1013,7 +1040,7 @@ msgid "Status"
msgstr "Stare" msgstr "Stare"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1034,13 +1061,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1110,6 +1137,11 @@ msgstr "Metoda Timp"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1125,6 +1157,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1150,7 +1194,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "An" msgstr "An"
@ -1165,7 +1209,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1174,7 +1218,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1188,7 +1232,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1209,35 +1253,35 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
"Nu puteti sterge active care contin linii ale amortizarii inregistrate." "Nu puteti sterge active care contin linii ale amortizarii inregistrate."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
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 #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1245,14 +1289,14 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted 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 #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -252,6 +252,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -441,19 +447,24 @@ msgstr "Дата"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Нисходящий" msgstr "Нисходящий"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -465,14 +476,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -580,7 +591,7 @@ msgid "Entries"
msgstr "Записи" msgstr "Записи"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -610,7 +621,7 @@ msgid "General"
msgstr "Общий" msgstr "Общий"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -647,7 +658,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -692,7 +715,7 @@ msgid "Journal"
msgstr "Журнал" msgstr "Журнал"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -700,7 +723,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -751,13 +774,13 @@ msgid "Last Updated on"
msgstr "Последний раз обновлено" msgstr "Последний раз обновлено"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Линейный" msgstr "Линейный"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Ликвидационная стоимость" msgstr "Ликвидационная стоимость"
@ -769,7 +792,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -801,13 +824,17 @@ msgid "Notes"
msgstr "Примечания" msgstr "Примечания"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -882,7 +909,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1014,7 +1041,7 @@ msgid "Status"
msgstr "Статус" msgstr "Статус"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1035,13 +1062,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1111,6 +1138,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1126,6 +1158,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1151,7 +1195,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Год" msgstr "Год"
@ -1166,7 +1210,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1175,7 +1219,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1233,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1210,35 +1254,35 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
"Нельзя удалить актив, который содержит проведенные позиции амортизации." "Нельзя удалить актив, который содержит проведенные позиции амортизации."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
"Нельзя удалить актив, который содержит проведенные позиции амортизации." "Нельзя удалить актив, который содержит проведенные позиции амортизации."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1246,14 +1290,14 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
"Нельзя удалить актив, который содержит проведенные позиции амортизации." "Нельзя удалить актив, который содержит проведенные позиции амортизации."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr "Dátum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Naposledy upravené" msgstr "Naposledy upravené"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Typ" msgstr "Typ"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -244,6 +244,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -453,6 +459,11 @@ msgstr "Datum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "Datum dogodka, ki je sprožil potrebo po preračunu tabel sredstev" msgstr "Datum dogodka, ki je sprožil potrebo po preračunu tabel sredstev"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
#, fuzzy #, fuzzy
@ -461,13 +472,13 @@ msgstr ""
"Privzeta kategorija sredstva pri ustvarjanju postavk računa za ta konto." "Privzeta kategorija sredstva pri ustvarjanju postavk računa za ta konto."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Degresivno" msgstr "Degresivno"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -479,14 +490,14 @@ msgid "Degressive Factor"
msgstr "Degresivni faktor" msgstr "Degresivni faktor"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" 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:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "Degresivno-linearna metoda je podprta le če je časovna metoda = leto." msgstr "Degresivno-linearna metoda je podprta le če je časovna metoda = leto."
@ -594,7 +605,7 @@ msgid "Entries"
msgstr "Vnosi" msgstr "Vnosi"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -626,7 +637,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "Ustvari vnose odstranitve sredstva" msgstr "Ustvari vnose odstranitve sredstva"
@ -663,7 +674,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, 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."
@ -712,7 +735,7 @@ msgid "Journal"
msgstr "Dnevnik" msgstr "Dnevnik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -720,7 +743,7 @@ msgid "Journal Entries"
msgstr "Dnevniški vnosi" msgstr "Dnevniški vnosi"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "Dnevniški vnos" msgstr "Dnevniški vnos"
@ -771,13 +794,13 @@ msgid "Last Updated on"
msgstr "Zadnjič posodobljeno" msgstr "Zadnjič posodobljeno"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Linearno" msgstr "Linearno"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Ostanek vrednosti" msgstr "Ostanek vrednosti"
@ -789,7 +812,7 @@ msgid "Min-Value Account"
msgstr "Konto zmanjšane vrednosti" msgstr "Konto zmanjšane vrednosti"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "Mesec" msgstr "Mesec"
@ -821,13 +844,18 @@ msgid "Notes"
msgstr "Opombe" msgstr "Opombe"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "Število let" msgstr "Število let"
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, fuzzy, python-format
#| msgid "Number of Years"
msgid "Number of Years or end date"
msgstr "Število let"
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -902,7 +930,7 @@ msgid "Purchase Value"
msgstr "Nabavna vrednost" msgstr "Nabavna vrednost"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "Četrtletje" msgstr "Četrtletje"
@ -1044,7 +1072,7 @@ msgid "Status"
msgstr "Status" msgstr "Status"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1065,13 +1093,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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,6 +1184,13 @@ msgstr "Časovna metoda"
msgid "Total Credit" msgid "Total Credit"
msgstr "Skupaj v dobro" msgstr "Skupaj v dobro"
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
#, fuzzy
#| msgid "Total Debit"
msgid "Total Days"
msgstr "Skupaj v breme"
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1171,6 +1206,20 @@ msgstr "Datum sprožitve"
msgid "Type" msgid "Type"
msgstr "Tip" msgstr "Tip"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
#, fuzzy
#| msgid "The number of years needed to depreciate your asset"
msgid "Use number of days to calculate depreciation amount"
msgstr "Število let, ki je potrebno, da se sredstvo amortizira"
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1202,7 +1251,7 @@ msgstr ""
"Ob nastanku vnosov odstranitve preide status sredstva v 'odstranjeno'." "Ob nastanku vnosov odstranitve preide status sredstva v 'odstranjeno'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Leto" msgstr "Leto"
@ -1219,7 +1268,7 @@ msgstr ""
"Take vnose bi morali ustvarjate iz sredstva." "Take vnose bi morali ustvarjate iz sredstva."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1230,7 +1279,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:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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'."
@ -1246,7 +1295,7 @@ msgstr ""
"amortizacijske postavke predhodnih obdobij ." "amortizacijske postavke predhodnih obdobij ."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1273,14 +1322,14 @@ msgstr ""
"spreminjati." "spreminjati."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
@ -1288,19 +1337,19 @@ 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:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "Postavke sredstva tipa 'vrednost sredstva' ne morete odstraniti." msgstr "Postavke sredstva tipa 'vrednost sredstva' ne morete odstraniti."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1310,7 +1359,7 @@ msgstr ""
"začetnega stanja'." "začetnega stanja'."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
@ -1318,7 +1367,7 @@ msgstr ""
"vnosi." "vnosi."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -227,6 +227,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -415,19 +421,24 @@ msgstr "Datum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -439,14 +450,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -553,7 +564,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -583,7 +594,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -620,7 +631,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -665,7 +688,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -673,7 +696,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -724,13 +747,13 @@ msgid "Last Updated on"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -742,7 +765,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -774,13 +797,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -851,7 +878,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -981,7 +1008,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1029,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1078,6 +1105,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1093,6 +1125,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tip" msgstr "Tip"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1117,7 +1161,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1132,7 +1176,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1141,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1155,7 +1199,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1176,32 +1220,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1209,13 +1253,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -242,6 +242,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -430,19 +436,24 @@ msgstr "Datum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -454,14 +465,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -568,7 +579,7 @@ msgid "Entries"
msgstr "Stavke" msgstr "Stavke"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -598,7 +609,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -635,7 +646,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -680,7 +703,7 @@ msgid "Journal"
msgstr "Dnevnik" msgstr "Dnevnik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -688,7 +711,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -739,13 +762,13 @@ msgid "Last Updated on"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Linearno" msgstr "Linearno"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -757,7 +780,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -789,13 +812,17 @@ msgid "Notes"
msgstr "Napomene" msgstr "Napomene"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -866,7 +893,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -996,7 +1023,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1044,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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,6 +1120,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1108,6 +1140,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tip" msgstr "Tip"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1132,7 +1176,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1147,7 +1191,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1156,7 +1200,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1214,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1191,32 +1235,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1224,13 +1268,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -271,6 +271,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -463,19 +469,24 @@ msgstr "Datum"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Stegvis avskrivning" msgstr "Stegvis avskrivning"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -487,14 +498,14 @@ msgid "Degressive Factor"
msgstr "Avskrivnings faktor" msgstr "Avskrivnings faktor"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -602,7 +613,7 @@ msgid "Entries"
msgstr "Poster" msgstr "Poster"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -632,7 +643,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:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -669,7 +680,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -714,7 +737,7 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -722,7 +745,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -773,13 +796,13 @@ msgid "Last Updated on"
msgstr "Senast uppdaterad" msgstr "Senast uppdaterad"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Linjär" msgstr "Linjär"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Restvärde" msgstr "Restvärde"
@ -791,7 +814,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -823,13 +846,17 @@ msgid "Notes"
msgstr "Anteckningar" msgstr "Anteckningar"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -904,7 +931,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1036,7 +1063,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1057,13 +1084,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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,6 +1160,11 @@ msgstr "Tidmetoden"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1148,6 +1180,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Typ" msgstr "Typ"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1173,7 +1217,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "År" msgstr "År"
@ -1188,7 +1232,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1197,7 +1241,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1211,7 +1255,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1232,32 +1276,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1265,13 +1309,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -235,6 +235,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -424,19 +430,24 @@ msgstr "วันที่"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -448,14 +459,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -562,7 +573,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -592,7 +603,7 @@ msgid "General"
msgstr "ทั่วไป" msgstr "ทั่วไป"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -629,7 +640,19 @@ msgid "ID"
msgstr "รหัส" msgstr "รหัส"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -674,7 +697,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -682,7 +705,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -733,13 +756,13 @@ msgid "Last Updated on"
msgstr "อัพเดทครั้งสุดท้ายเมื่อ" msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "เชิงเส้น" msgstr "เชิงเส้น"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -751,7 +774,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -783,13 +806,17 @@ msgid "Notes"
msgstr "บันทึกย่อ" msgstr "บันทึกย่อ"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -860,7 +887,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -990,7 +1017,7 @@ msgid "Status"
msgstr "สถานะ" msgstr "สถานะ"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1038,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1087,6 +1114,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1102,6 +1134,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "ชนิด" msgstr "ชนิด"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1126,7 +1170,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "ปี" msgstr "ปี"
@ -1141,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1150,7 +1194,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1164,7 +1208,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1185,32 +1229,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1218,13 +1262,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -252,6 +252,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -444,19 +450,24 @@ msgstr "Tarih"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "Azalan" msgstr "Azalan"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -468,14 +479,14 @@ msgid "Degressive Factor"
msgstr "Azalma Faktörü" msgstr "Azalma Faktörü"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -583,7 +594,7 @@ 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:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -613,7 +624,7 @@ msgid "General"
msgstr "Genel" msgstr "Genel"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -650,7 +661,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -695,7 +718,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:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -703,7 +726,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -754,13 +777,13 @@ msgid "Last Updated on"
msgstr "Son güncelleme" msgstr "Son güncelleme"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Doğrusal" msgstr "Doğrusal"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "Hurda Değeri" msgstr "Hurda Değeri"
@ -772,7 +795,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -804,13 +827,17 @@ msgid "Notes"
msgstr "Notlar" msgstr "Notlar"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -885,7 +912,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1017,7 +1044,7 @@ msgid "Status"
msgstr "Durum" msgstr "Durum"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1038,13 +1065,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1114,6 +1141,11 @@ msgstr "Zaman Yöntemi"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1129,6 +1161,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tipi" msgstr "Tipi"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "Yıl" msgstr "Yıl"
@ -1169,7 +1213,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1178,7 +1222,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1192,7 +1236,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1213,32 +1257,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "İşlenmiş yıpranma kalemleri içeren bir varlığı silemezsiniz." msgstr "İşlenmiş yıpranma kalemleri içeren bir varlığı silemezsiniz."
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1246,13 +1290,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted 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 #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "Kimlik" msgstr "Kimlik"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "En son güncelleme tarihi" msgstr "En son güncelleme tarihi"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "Notlar" msgstr "Notlar"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "Durum" msgstr "Durum"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Tip" msgstr "Tip"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -227,6 +227,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -415,19 +421,24 @@ msgstr "Дата"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -439,14 +450,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -553,7 +564,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -583,7 +594,7 @@ msgid "General"
msgstr "Загальне" msgstr "Загальне"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -620,7 +631,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -665,7 +688,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -673,7 +696,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -724,13 +747,13 @@ msgid "Last Updated on"
msgstr "Останнє оновлення" msgstr "Останнє оновлення"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -742,7 +765,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -774,13 +797,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -851,7 +878,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -981,7 +1008,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1029,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1078,6 +1105,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1093,6 +1125,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Тип" msgstr "Тип"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1117,7 +1161,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1132,7 +1176,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1141,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1155,7 +1199,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1176,32 +1220,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1209,13 +1253,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -260,6 +260,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -448,19 +454,24 @@ msgstr "Ngày"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -472,14 +483,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -586,7 +597,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -616,7 +627,7 @@ msgid "General"
msgstr "General" msgstr "General"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -653,7 +664,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -698,7 +721,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:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -706,7 +729,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -757,13 +780,13 @@ msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào" msgstr "Cập nhật lần cuối vào"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "Tuyến tính" msgstr "Tuyến tính"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -775,7 +798,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -807,13 +830,17 @@ msgid "Notes"
msgstr "Các ghi chú" msgstr "Các ghi chú"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -884,7 +911,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1014,7 +1041,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1035,13 +1062,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1111,6 +1138,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1126,6 +1158,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "Loại" msgstr "Loại"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1150,7 +1194,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1165,7 +1209,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1174,7 +1218,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1188,7 +1232,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1209,32 +1253,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1242,13 +1286,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -226,6 +226,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -414,19 +420,24 @@ msgstr ""
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -438,14 +449,14 @@ msgid "Degressive Factor"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -552,7 +563,7 @@ msgid "Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -582,7 +593,7 @@ msgid "General"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -619,7 +630,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -664,7 +687,7 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -672,7 +695,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -723,13 +746,13 @@ msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào" msgstr "Cập nhật lần cuối vào"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, python-format #, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "" msgstr ""
@ -741,7 +764,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -773,13 +796,17 @@ msgid "Notes"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -850,7 +877,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -980,7 +1007,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 +1028,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1077,6 +1104,11 @@ msgstr ""
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1092,6 +1124,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
msgid "View Asset Moves" msgid "View Asset Moves"
@ -1116,7 +1160,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "" msgstr ""
@ -1131,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1140,7 +1184,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, python-format #, python-format
msgid "You can only delete assets in draft state." msgid "You can only delete assets in draft state."
msgstr "" msgstr ""
@ -1154,7 +1198,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1175,32 +1219,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1208,13 +1252,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -248,6 +248,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -438,19 +444,24 @@ msgstr "日期"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "递减" msgstr "递减"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -462,14 +473,14 @@ msgid "Degressive Factor"
msgstr "递减因子" msgstr "递减因子"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -577,7 +588,7 @@ msgid "Entries"
msgstr "分录" msgstr "分录"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -607,7 +618,7 @@ msgid "General"
msgstr "基本设置" msgstr "基本设置"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -644,7 +655,19 @@ msgid "ID"
msgstr "ID" msgstr "ID"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -689,7 +712,7 @@ msgid "Journal"
msgstr "凭证簿" msgstr "凭证簿"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -697,7 +720,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -748,13 +771,13 @@ msgid "Last Updated on"
msgstr "上次更新日期" msgstr "上次更新日期"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "线性" msgstr "线性"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "细分值" msgstr "细分值"
@ -766,7 +789,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -798,13 +821,17 @@ msgid "Notes"
msgstr "备注" msgstr "备注"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -879,7 +906,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1011,7 +1038,7 @@ msgid "Status"
msgstr "状态" msgstr "状态"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1032,13 +1059,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1108,6 +1135,11 @@ msgstr "计时方法"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1123,6 +1155,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "类型" msgstr "类型"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1148,7 +1192,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "年" msgstr "年"
@ -1163,7 +1207,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1172,7 +1216,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1230,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1207,32 +1251,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 "您不能删除一个包含有折旧行的资产"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "您不能删除一个包含有折旧行的资产" msgstr "您不能删除一个包含有折旧行的资产"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1240,13 +1284,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, fuzzy, python-format #, fuzzy, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "您不能删除一个包含有折旧行的资产" msgstr "您不能删除一个包含有折旧行的资产"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

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:971 #: code:addons/account_asset_management/models/account_asset.py:1040
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
@ -241,6 +241,12 @@ msgid ""
"will be an asset by product item." "will be an asset by product item."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__days_calc
msgid "Calculate by days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
@ -431,19 +437,24 @@ msgstr "日期"
msgid "Date of the event triggering the need to recompute the Asset Tables." msgid "Date of the event triggering the need to recompute the Asset Tables."
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_line__line_days
msgid "Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id #: model:ir.model.fields,help:account_asset_management.field_account_account__asset_profile_id
msgid "Default Asset Profile when creating invoice lines with this account." msgid "Default Asset Profile when creating invoice lines with this account."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:120 #: code:addons/account_asset_management/models/account_asset_profile.py:136
#, python-format #, python-format
msgid "Degressive" msgid "Degressive"
msgstr "遞減" msgstr "遞減"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:122 #: code:addons/account_asset_management/models/account_asset_profile.py:138
#, python-format #, python-format
msgid "Degressive up to Salvage Value" msgid "Degressive up to Salvage Value"
msgstr "" msgstr ""
@ -455,14 +466,14 @@ msgid "Degressive Factor"
msgstr "遞減因素" msgstr "遞減因素"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:121 #: code:addons/account_asset_management/models/account_asset_profile.py:137
#, python-format #, python-format
msgid "Degressive-Linear" msgid "Degressive-Linear"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:237 #: code:addons/account_asset_management/models/account_asset.py:254
#: code:addons/account_asset_management/models/account_asset_profile.py:150 #: code:addons/account_asset_management/models/account_asset_profile.py:166
#, python-format #, python-format
msgid "Degressive-Linear is only supported for Time Method = Year." msgid "Degressive-Linear is only supported for Time Method = Year."
msgstr "" msgstr ""
@ -570,7 +581,7 @@ msgid "Entries"
msgstr "分錄" msgstr "分錄"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:974 #: code:addons/account_asset_management/models/account_asset.py:1043
#, python-format #, python-format
msgid "" msgid ""
"Error while processing asset '%s': \n" "Error while processing asset '%s': \n"
@ -600,7 +611,7 @@ msgid "General"
msgstr "一般" msgstr "一般"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:401 #: code:addons/account_asset_management/models/account_asset.py:430
#, python-format #, python-format
msgid "Generate Asset Removal entries" msgid "Generate Asset Removal entries"
msgstr "" msgstr ""
@ -637,7 +648,19 @@ msgid "ID"
msgstr "編號" msgstr "編號"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:717 #: model:ir.model.fields,help:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__use_leap_years
msgid ""
"If not set, the system will distribute evenly the amount to amortize across "
"the years, based on the number of years. So the amount per year will be the "
"depreciation base / number of years.\n"
" If set, the system will consider if the current year is a leap year. The "
"amount to depreciate per year will be calculated as depreciation base / "
"(depreciation end date - start date + 1) * days in the current year."
msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:761
#, python-format #, python-format
msgid "Illegal value %s in asset.method." msgid "Illegal value %s in asset.method."
msgstr "" msgstr ""
@ -682,7 +705,7 @@ msgid "Journal"
msgstr "帳簿" msgstr "帳簿"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:421 #: code:addons/account_asset_management/models/account_asset.py:450
#: 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
@ -690,7 +713,7 @@ msgid "Journal Entries"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:248 #: code:addons/account_asset_management/models/account_asset_line.py:252
#, python-format #, python-format
msgid "Journal Entry" msgid "Journal Entry"
msgstr "" msgstr ""
@ -741,13 +764,13 @@ msgid "Last Updated on"
msgstr "最後更新於" msgstr "最後更新於"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:118 #: code:addons/account_asset_management/models/account_asset_profile.py:134
#, python-format #, python-format
msgid "Linear" msgid "Linear"
msgstr "直線" msgstr "直線"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:119 #: code:addons/account_asset_management/models/account_asset_profile.py:135
#, fuzzy, python-format #, fuzzy, python-format
msgid "Linear up to Salvage Value" msgid "Linear up to Salvage Value"
msgstr "殘值" msgstr "殘值"
@ -759,7 +782,7 @@ msgid "Min-Value Account"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:128 #: code:addons/account_asset_management/models/account_asset_profile.py:144
#, python-format #, python-format
msgid "Month" msgid "Month"
msgstr "" msgstr ""
@ -791,13 +814,17 @@ msgid "Notes"
msgstr "備註" msgstr "備註"
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:140
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__method_number
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number #: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__method_number
#, python-format
msgid "Number of Years" msgid "Number of Years"
msgstr "" msgstr ""
#. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:156
#, python-format
msgid "Number of Years or end date"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: selection:account.asset.recompute.trigger,state:0 #: selection:account.asset.recompute.trigger,state:0
msgid "Open" msgid "Open"
@ -872,7 +899,7 @@ msgid "Purchase Value"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:129 #: code:addons/account_asset_management/models/account_asset_profile.py:145
#, python-format #, python-format
msgid "Quarter" msgid "Quarter"
msgstr "" msgstr ""
@ -1004,7 +1031,7 @@ msgid "Status"
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:690 #: code:addons/account_asset_management/models/account_asset.py:734
#, 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 "
@ -1025,13 +1052,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:247 #: code:addons/account_asset_management/models/account_asset.py:264
#, 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:493 #: code:addons/account_asset_management/models/account_asset.py:522
#, 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 "
@ -1101,6 +1128,11 @@ msgstr "時間的方法"
msgid "Total Credit" msgid "Total Credit"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_view_form
msgid "Total Days"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: 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
msgid "Total Debit" msgid "Total Debit"
@ -1116,6 +1148,18 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "類型" msgstr "類型"
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__use_leap_years
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__use_leap_years
msgid "Use leap years"
msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__days_calc
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__days_calc
msgid "Use number of days to calculate depreciation amount"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result #: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_compute_view_form_result
#, fuzzy #, fuzzy
@ -1141,7 +1185,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_profile.py:130 #: code:addons/account_asset_management/models/account_asset_profile.py:146
#, python-format #, python-format
msgid "Year" msgid "Year"
msgstr "年度" msgstr "年度"
@ -1156,7 +1200,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:117 #: code:addons/account_asset_management/models/account_asset_line.py:121
#: code:addons/account_asset_management/models/account_move.py:32 #: code:addons/account_asset_management/models/account_move.py:32
#, python-format #, python-format
msgid "" msgid ""
@ -1165,7 +1209,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:340 #: code:addons/account_asset_management/models/account_asset.py:369
#, 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,7 +1223,7 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:125 #: code:addons/account_asset_management/models/account_asset_line.py:129
#, python-format #, python-format
msgid "" msgid ""
"You cannot change a depreciation line with an associated accounting entry." "You cannot change a depreciation line with an associated accounting entry."
@ -1200,32 +1244,32 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:270 #: code:addons/account_asset_management/models/account_asset.py:287
#, 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 #. 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:170
#, python-format #, python-format
msgid "" msgid ""
"You cannot delete a depreciation line with an associated accounting entry." "You cannot delete a depreciation line with an associated accounting entry."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset.py:344 #: code:addons/account_asset_management/models/account_asset.py:373
#, 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 ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:162 #: code:addons/account_asset_management/models/account_asset_line.py:166
#, python-format #, python-format
msgid "You cannot remove an asset line of type 'Depreciation Base'." msgid "You cannot remove an asset line of type 'Depreciation Base'."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:133 #: code:addons/account_asset_management/models/account_asset_line.py:137
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the 'Initial Balance Entry' flag on a depreciation line with " "You cannot set the 'Initial Balance Entry' flag on a depreciation line with "
@ -1233,13 +1277,13 @@ msgid ""
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:145 #: code:addons/account_asset_management/models/account_asset_line.py:149
#, python-format #, python-format
msgid "You cannot set the Asset Start Date after already posted entries." msgid "You cannot set the Asset Start Date after already posted entries."
msgstr "" msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: code:addons/account_asset_management/models/account_asset_line.py:153 #: code:addons/account_asset_management/models/account_asset_line.py:157
#, python-format #, python-format
msgid "" msgid ""
"You cannot set the date on a depreciation line prior to already posted " "You cannot set the date on a depreciation line prior to already posted "

View File

@ -306,6 +306,16 @@ class AccountAsset(models.Model):
if self.method_time != 'year': if self.method_time != 'year':
self.prorata = True self.prorata = True
@api.onchange('method_number')
def _onchange_method_number(self):
if self.method_number and self.method_end:
self.method_end = False
@api.onchange('method_end')
def _onchange_method_end(self):
if self.method_end and self.method_number:
self.method_number = 0
@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'):
@ -665,7 +675,7 @@ class AccountAsset(models.Model):
return depreciation_start_date return depreciation_start_date
def _get_depreciation_stop_date(self, depreciation_start_date): def _get_depreciation_stop_date(self, depreciation_start_date):
if self.method_time == 'year': if self.method_time == 'year' and not self.method_end:
depreciation_stop_date = depreciation_start_date + \ depreciation_stop_date = depreciation_start_date + \
relativedelta(years=self.method_number, days=-1) relativedelta(years=self.method_number, days=-1)
elif self.method_time == 'number': elif self.method_time == 'number':
@ -683,7 +693,7 @@ class AccountAsset(models.Model):
elif self.method_period == 'year': elif self.method_period == 'year':
depreciation_stop_date = depreciation_start_date + \ depreciation_stop_date = depreciation_start_date + \
relativedelta(years=self.method_number, days=-1) relativedelta(years=self.method_number, days=-1)
elif self.method_time == 'end': elif self.method_time == 'year' and self.method_end:
depreciation_stop_date = self.method_end depreciation_stop_date = self.method_end
return depreciation_stop_date return depreciation_stop_date
@ -706,7 +716,7 @@ class AccountAsset(models.Model):
Override this method if you want to compute differently the Override this method if you want to compute differently the
yearly amount. yearly amount.
""" """
if not self.use_leap_years: if not self.use_leap_years and self.method_number:
return self.depreciation_base / self.method_number return self.depreciation_base / self.method_number
year = entry['date_stop'].year year = entry['date_stop'].year
cy_days = calendar.isleap(year) and 366 or 365 cy_days = calendar.isleap(year) and 366 or 365
@ -954,7 +964,8 @@ class AccountAsset(models.Model):
def _compute_depreciation_table(self): def _compute_depreciation_table(self):
table = [] table = []
if self.method_time in ['year', 'number'] and not self.method_number: if self.method_time in ['year', 'number'] \
and not self.method_number and not self.method_end:
return table return table
company = self.company_id company = self.company_id
asset_date_start = self.date_start asset_date_start = self.date_start

View File

@ -153,7 +153,7 @@ class AccountAssetProfile(models.Model):
'Number' and 'End' Time Methods. 'Number' and 'End' Time Methods.
""" """
return [ return [
('year', _('Number of Years')), ('year', _('Number of Years or end date')),
] ]
@api.multi @api.multi

View File

@ -383,7 +383,7 @@ the standard account_asset module from Odoo.</p>
<li><a class="reference internal" href="#configuration" id="id3">Configuration</a></li> <li><a class="reference internal" href="#configuration" id="id3">Configuration</a></li>
<li><a class="reference internal" href="#usage" id="id4">Usage</a></li> <li><a class="reference internal" href="#usage" id="id4">Usage</a></li>
<li><a class="reference internal" href="#changelog" id="id5">Changelog</a><ul> <li><a class="reference internal" href="#changelog" id="id5">Changelog</a><ul>
<li><a class="reference internal" href="#id1" id="id6">12.0.1.1.0 (2019-07-08)</a></li> <li><a class="reference internal" href="#id1" id="id6">12.0.2.1.0 (2019-10-21)</a></li>
<li><a class="reference internal" href="#id2" id="id7">12.0.1.0.0 (2019-01-13)</a></li> <li><a class="reference internal" href="#id2" id="id7">12.0.1.0.0 (2019-01-13)</a></li>
</ul> </ul>
</li> </li>
@ -408,7 +408,7 @@ creation of separate assets per Supplier Invoice Line.</p>
<div class="section" id="changelog"> <div class="section" id="changelog">
<h1><a class="toc-backref" href="#id5">Changelog</a></h1> <h1><a class="toc-backref" href="#id5">Changelog</a></h1>
<div class="section" id="id1"> <div class="section" id="id1">
<h2><a class="toc-backref" href="#id6">12.0.1.1.0 (2019-07-08)</a></h2> <h2><a class="toc-backref" href="#id6">12.0.2.1.0 (2019-10-21)</a></h2>
<ul class="simple"> <ul class="simple">
<li>[IMP] Add option to calculate depreciation table by days</li> <li>[IMP] Add option to calculate depreciation table by days</li>
</ul> </ul>

View File

@ -65,7 +65,7 @@
attrs="{'invisible': [('method_time', 'not in', ['number', 'year'])], 'required': [('method_time', 'in', ['number', 'year'])]}"/> attrs="{'invisible': [('method_time', 'not in', ['number', 'year'])], 'required': [('method_time', 'in', ['number', 'year'])]}"/>
<field name="method_period"/> <field name="method_period"/>
<field name="method_end" <field name="method_end"
attrs="{'required': [('method_time', '=', 'end')], 'invisible': [('method_time', 'in', ['number', 'year'])]}"/> attrs="{'required': [('method_time', '=', 'end')], 'invisible': [('method_time', 'in', ['number'])]}"/>
<field name="days_calc"/> <field name="days_calc"/>
<field name="use_leap_years" <field name="use_leap_years"
attrs="{'invisible': [('days_calc', '=', True)]}"/> attrs="{'invisible': [('days_calc', '=', True)]}"/>