2
0

[UPD] Update account_asset_management.pot

This commit is contained in:
oca-ci 2024-02-16 08:40:06 +00:00
parent 39c092cca6
commit 980c099c08

View File

@ -22,6 +22,13 @@ msgid ""
"Error while processing asset '{ref}': {exception}" "Error while processing asset '{ref}': {exception}"
msgstr "" msgstr ""
#. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.account_asset_profile_view_form
msgid ""
"<span class=\"o_form_label oe_inline\" "
"attrs=\"{'invisible':[('salvage_type','!=','percent')]}\">%</span>"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model_terms:ir.ui.view,arch_db:account_asset_management.view_move_form #: model_terms:ir.ui.view,arch_db:account_asset_management.view_move_form
msgid "<span class=\"o_stat_text\"> Asset(s)</span>" msgid "<span class=\"o_stat_text\"> Asset(s)</span>"
@ -688,6 +695,11 @@ msgstr ""
msgid "Financial Assets report" msgid "Financial Assets report"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields.selection,name:account_asset_management.selection__account_asset_profile__salvage_type__fixed
msgid "Fixed"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__message_follower_ids #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__message_follower_ids
msgid "Followers" msgid "Followers"
@ -1111,6 +1123,11 @@ msgstr ""
msgid "Partner" msgid "Partner"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields.selection,name:account_asset_management.selection__account_asset_profile__salvage_type__percent
msgid "Percentage of Price"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#. odoo-python #. odoo-python
#: code:addons/account_asset_management/report/account_asset_report_xls.py:0 #: code:addons/account_asset_management/report/account_asset_report_xls.py:0
@ -1307,10 +1324,16 @@ msgstr ""
msgid "Sale Value" msgid "Sale Value"
msgstr "" msgstr ""
#. module: account_asset_management
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__salvage_type
msgid "Salvage Type"
msgstr ""
#. module: account_asset_management #. module: account_asset_management
#. odoo-python #. odoo-python
#: code:addons/account_asset_management/report/account_asset_report_xls.py:0 #: code:addons/account_asset_management/report/account_asset_report_xls.py:0
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset__salvage_value #: model:ir.model.fields,field_description:account_asset_management.field_account_asset__salvage_value
#: model:ir.model.fields,field_description:account_asset_management.field_account_asset_profile__salvage_value
#, python-format #, python-format
msgid "Salvage Value" msgid "Salvage Value"
msgstr "" msgstr ""
@ -1426,6 +1449,7 @@ msgstr ""
#. module: account_asset_management #. module: account_asset_management
#: model:ir.model.fields,help:account_asset_management.field_account_asset__salvage_value #: model:ir.model.fields,help:account_asset_management.field_account_asset__salvage_value
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__salvage_value
msgid "" msgid ""
"The estimated value that an asset will realize upon its sale at the end of its useful life.\n" "The estimated value that an asset will realize upon its sale at the end of its useful life.\n"
"This value is used to determine the depreciation amounts." "This value is used to determine the depreciation amounts."