[IMP] account_asset_management: Refinements
This commit is contained in:
parent
389d82839e
commit
2b360a8c27
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Assets Management",
|
"name": "Assets Management",
|
||||||
"version": "13.0.1.2.1",
|
"version": "13.0.1.3.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"depends": ["account"],
|
"depends": ["account"],
|
||||||
"excludes": ["account_asset"],
|
"excludes": ["account_asset"],
|
||||||
|
@ -6,8 +6,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 13.0\n"
|
"Project-Id-Version: Odoo Server 13.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-03-20 00:09+0000\n"
|
|
||||||
"PO-Revision-Date: 2020-03-20 00:09+0000\n"
|
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -251,17 +251,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -272,6 +261,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -639,19 +629,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -992,7 +976,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1047,7 +1031,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -266,17 +266,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"تحقق من هذا إذا كنت تريد التأكد تلقائياً من أصول فئة تم إنشاؤها بواسطة فواتير."
|
"تحقق من هذا إذا كنت تريد التأكد تلقائياً من أصول فئة تم إنشاؤها بواسطة فواتير."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -287,6 +276,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -656,19 +646,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1015,7 +999,7 @@ msgstr "الحالة"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1070,7 +1054,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -265,17 +265,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -286,6 +275,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -653,19 +643,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1006,7 +990,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1061,7 +1045,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -268,17 +268,6 @@ msgstr ""
|
|||||||
"Označite ovo ako želite da automatski potvrdite osnovna sredstva ove "
|
"Označite ovo ako želite da automatski potvrdite osnovna sredstva ove "
|
||||||
"kategorije kada su kreirani od fakture."
|
"kategorije kada su kreirani od fakture."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -289,6 +278,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -658,19 +648,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1017,7 +1001,7 @@ msgstr "Status"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1072,7 +1056,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -260,17 +260,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -281,6 +270,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -650,19 +640,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1003,7 +987,7 @@ msgstr "Estat"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1058,7 +1042,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -255,17 +255,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -276,6 +265,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -643,19 +633,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -996,7 +980,7 @@ msgstr "Estat"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1051,7 +1035,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -264,17 +264,6 @@ msgstr ""
|
|||||||
"Zaškrtněte toto, pokud chcete automaticky potvrdit majetky pro tutu "
|
"Zaškrtněte toto, pokud chcete automaticky potvrdit majetky pro tutu "
|
||||||
"kategorii, když jsou vytvořeny pomocí dokladů."
|
"kategorii, když jsou vytvořeny pomocí dokladů."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -285,6 +274,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -654,19 +644,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1013,7 +997,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1068,7 +1052,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -260,17 +260,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -281,6 +270,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -648,19 +638,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1001,7 +985,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1056,7 +1040,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -261,22 +261,6 @@ msgstr ""
|
|||||||
"Aktivieren, wenn die Anlage dieser Kategorie automatisch mit der Verbuchung "
|
"Aktivieren, wenn die Anlage dieser Kategorie automatisch mit der Verbuchung "
|
||||||
"der Rechnung bestätigt werden soll."
|
"der Rechnung bestätigt werden soll."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
"Wählen Sie das Verfahren zur Berechnung der Abschreibungsbeträge.\n"
|
|
||||||
"* Linear: Berechnet als Bruttobetrag / Abschreibungsanzahl\n"
|
|
||||||
"* Degessiv: Berechnet als Restbuchwert * Degressionsfaktor\n"
|
|
||||||
"* Degressiv-Linear (nur auf Jahresbasis): Zunächst degressiv bis lineare "
|
|
||||||
"Abschreibungsbeträge die degressiven übersteigen, dann linear"
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -291,6 +275,7 @@ msgstr ""
|
|||||||
"abgeschrieben wird.\n"
|
"abgeschrieben wird.\n"
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -672,6 +657,7 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr "Unzulässiger Wert %s in asset.method."
|
msgstr "Unzulässiger Wert %s in asset.method."
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
@ -680,15 +666,6 @@ msgstr ""
|
|||||||
"Zeigt an, dass die erste Abschreibungsbuchung dieser Anlage zum "
|
"Zeigt an, dass die erste Abschreibungsbuchung dieser Anlage zum "
|
||||||
"Abschreibungsbeginn und nicht zum Geschäftsjahresbeginn erfolgen soll."
|
"Abschreibungsbeginn und nicht zum Geschäftsjahresbeginn erfolgen soll."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
msgstr ""
|
|
||||||
"Zeigt an, dass die erste Abschreibungsbuchung dieser Anlage zum "
|
|
||||||
"Abschreibungsbeginn und nicht zum Geschäftsjahresbeginn erfolgen soll."
|
|
||||||
|
|
||||||
#. 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 "Init"
|
msgid "Init"
|
||||||
@ -1046,7 +1023,7 @@ msgstr "Status"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1109,7 +1086,7 @@ msgstr "Die Löschung muss nach dem letzten Abschreibungsdatum liegen."
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr "Dieser Betrag stellt den Anfangswert der Anlage dar."
|
msgstr "Dieser Betrag stellt den Anfangswert der Anlage dar."
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1345,6 +1322,29 @@ msgstr ""
|
|||||||
"hinzufügen, wenn der Abschreibungsbeginn von dem der zu erzeugenden "
|
"hinzufügen, wenn der Abschreibungsbeginn von dem der zu erzeugenden "
|
||||||
"Finanzbuchungen abweicht."
|
"Finanzbuchungen abweicht."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Choose the method to use to compute the amount of depreciation lines.\n"
|
||||||
|
#~ " * Linear: Calculated on basis of: Gross Value / Number of "
|
||||||
|
#~ "Depreciations\n"
|
||||||
|
#~ " * Degressive: Calculated on basis of: Residual Value * Degressive "
|
||||||
|
#~ "Factor * Degressive-Linear (only for Time Method = Year): Degressive "
|
||||||
|
#~ "becomes linear when the annual linear depreciation exceeds the annual "
|
||||||
|
#~ "degressive depreciation"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Wählen Sie das Verfahren zur Berechnung der Abschreibungsbeträge.\n"
|
||||||
|
#~ "* Linear: Berechnet als Bruttobetrag / Abschreibungsanzahl\n"
|
||||||
|
#~ "* Degessiv: Berechnet als Restbuchwert * Degressionsfaktor\n"
|
||||||
|
#~ "* Degressiv-Linear (nur auf Jahresbasis): Zunächst degressiv bis lineare "
|
||||||
|
#~ "Abschreibungsbeträge die degressiven übersteigen, dann linear"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Indicates that the first depreciation entry for this asset have to be "
|
||||||
|
#~ "done from the depreciation start date instead of the first day of the "
|
||||||
|
#~ "fiscal year."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Zeigt an, dass die erste Abschreibungsbuchung dieser Anlage zum "
|
||||||
|
#~ "Abschreibungsbeginn und nicht zum Geschäftsjahresbeginn erfolgen soll."
|
||||||
|
|
||||||
#~ msgid "Assets management (OCA)"
|
#~ msgid "Assets management (OCA)"
|
||||||
#~ msgstr "Anlagenverwaltung (OCA)"
|
#~ msgstr "Anlagenverwaltung (OCA)"
|
||||||
|
|
||||||
|
@ -256,17 +256,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -277,6 +266,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -644,19 +634,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -997,7 +981,7 @@ msgstr "Κατάσταση"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1052,7 +1036,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -266,17 +266,6 @@ msgstr ""
|
|||||||
"Check this if you want to automatically confirm the assets of this category "
|
"Check this if you want to automatically confirm the assets of this category "
|
||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -287,6 +276,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -656,19 +646,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1015,7 +999,7 @@ msgstr "Status"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1070,7 +1054,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -275,17 +275,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -296,6 +285,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -663,19 +653,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1016,7 +1000,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1071,7 +1055,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -262,17 +262,6 @@ msgstr ""
|
|||||||
"Valide si desea confirmar automáticamente el activo de esta categoría cuando "
|
"Valide si desea confirmar automáticamente el activo de esta categoría cuando "
|
||||||
"es creado desde una factura."
|
"es creado desde una factura."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -283,6 +272,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -652,19 +642,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1011,7 +995,7 @@ msgstr "Estado"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1066,7 +1050,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -271,17 +271,6 @@ msgstr ""
|
|||||||
"Valide si desea confirmar automáticamente el activo de esta categoría cuando "
|
"Valide si desea confirmar automáticamente el activo de esta categoría cuando "
|
||||||
"es creado desde una factura."
|
"es creado desde una factura."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -292,6 +281,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -661,19 +651,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1020,7 +1004,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1075,7 +1059,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -260,17 +260,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -281,6 +270,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -648,19 +638,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1001,7 +985,7 @@ msgstr "Estado"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1056,7 +1040,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -274,17 +274,6 @@ msgstr ""
|
|||||||
"Valide si desea confirmar automáticamente el activo de esta categoría cuando "
|
"Valide si desea confirmar automáticamente el activo de esta categoría cuando "
|
||||||
"es creado desde una factura."
|
"es creado desde una factura."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -295,6 +284,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -664,19 +654,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1023,7 +1007,7 @@ msgstr "Estado"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1078,7 +1062,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -259,17 +259,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -280,6 +269,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -648,19 +638,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1001,7 +985,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1056,7 +1040,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -273,17 +273,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -294,6 +283,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -663,19 +653,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1020,7 +1004,7 @@ msgstr "Olek"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1075,7 +1059,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -263,17 +263,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -284,6 +273,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -651,19 +641,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1004,7 +988,7 @@ msgstr "Tila"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1059,7 +1043,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -273,26 +273,6 @@ msgstr ""
|
|||||||
"Cochez cette case si vous souhaitez confirmer automatiquement les "
|
"Cochez cette case si vous souhaitez confirmer automatiquement les "
|
||||||
"immobilisations de cette catégorie lorsqu'elles sont créées par des factures."
|
"immobilisations de cette catégorie lorsqu'elles sont créées par des factures."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
"Choisissez la méthode de calcul utilisée pour calculer le montant des lignes "
|
|
||||||
"d'amortissement.\n"
|
|
||||||
" * Linéaire : Calculer sur la base : Valeur brute / Nombre "
|
|
||||||
"d'amortissements\n"
|
|
||||||
" * Dégressif : Calculer sur la base de : Valeur résiduelle * Facteur "
|
|
||||||
"dégressif \n"
|
|
||||||
" * Linéaire-dégressif (Seulement pour la méthode de temps annuelle) : "
|
|
||||||
"Dégressif devient linéaire quand l'amortissement linéaire annuel dépasse "
|
|
||||||
"l'amortissement dégressif annuel"
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -306,6 +286,7 @@ msgstr ""
|
|||||||
" * Nombre d'années : Spécifier le nombre d'année pour l'amortissement.\n"
|
" * Nombre d'années : Spécifier le nombre d'année pour l'amortissement.\n"
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -692,6 +673,7 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr "Valeur illégale %s dans asset.method."
|
msgstr "Valeur illégale %s dans asset.method."
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
@ -701,16 +683,6 @@ msgstr ""
|
|||||||
"depuis la date de début de l'immobilisation et non le premier jour de "
|
"depuis la date de début de l'immobilisation et non le premier jour de "
|
||||||
"l'exercice fiscal."
|
"l'exercice fiscal."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
msgstr ""
|
|
||||||
"Indique que la première valeur de cette immobilisation doit être calculée "
|
|
||||||
"depuis la date de début de l'immobilisation et non le premier jour de "
|
|
||||||
"l'exercice fiscal."
|
|
||||||
|
|
||||||
#. 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 "Init"
|
msgid "Init"
|
||||||
@ -1062,10 +1034,13 @@ msgstr "Statut"
|
|||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: code:addons/account_asset_management/models/account_asset.py:0
|
#: code:addons/account_asset_management/models/account_asset.py:0
|
||||||
#, python-format
|
#, fuzzy, python-format
|
||||||
|
#| msgid ""
|
||||||
|
#| "The '_compute_year_amount' method is only intended for Time Method "
|
||||||
|
#| "'Number of Years."
|
||||||
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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"La méthode '_compute_year_amount' n'est prise en charge que pour la méthode "
|
"La méthode '_compute_year_amount' n'est prise en charge que pour la méthode "
|
||||||
"de temps 'Nombre d'années'."
|
"de temps 'Nombre d'années'."
|
||||||
@ -1127,9 +1102,13 @@ msgstr "La date de sortie doit succéder à la dernière date d'amortissement."
|
|||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__depreciation_base
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "This amount represent the depreciation base of the asset (Purchase Value "
|
||||||
|
#| "- Salvage Value."
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ce montant représente la base d'amortissement de l'immobilisation (valeur "
|
"Ce montant représente la base d'amortissement de l'immobilisation (valeur "
|
||||||
"d'achat - valeur de revente)."
|
"d'achat - valeur de revente)."
|
||||||
@ -1370,6 +1349,34 @@ msgstr ""
|
|||||||
"exercices fiscaux précédents si la date de début de l'immobilisation diffère "
|
"exercices fiscaux précédents si la date de début de l'immobilisation diffère "
|
||||||
"de la date à laquelle des pièces comptables doivent être générées."
|
"de la date à laquelle des pièces comptables doivent être générées."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Choose the method to use to compute the amount of depreciation lines.\n"
|
||||||
|
#~ " * Linear: Calculated on basis of: Gross Value / Number of "
|
||||||
|
#~ "Depreciations\n"
|
||||||
|
#~ " * Degressive: Calculated on basis of: Residual Value * Degressive "
|
||||||
|
#~ "Factor * Degressive-Linear (only for Time Method = Year): Degressive "
|
||||||
|
#~ "becomes linear when the annual linear depreciation exceeds the annual "
|
||||||
|
#~ "degressive depreciation"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Choisissez la méthode de calcul utilisée pour calculer le montant des "
|
||||||
|
#~ "lignes d'amortissement.\n"
|
||||||
|
#~ " * Linéaire : Calculer sur la base : Valeur brute / Nombre "
|
||||||
|
#~ "d'amortissements\n"
|
||||||
|
#~ " * Dégressif : Calculer sur la base de : Valeur résiduelle * Facteur "
|
||||||
|
#~ "dégressif \n"
|
||||||
|
#~ " * Linéaire-dégressif (Seulement pour la méthode de temps annuelle) : "
|
||||||
|
#~ "Dégressif devient linéaire quand l'amortissement linéaire annuel dépasse "
|
||||||
|
#~ "l'amortissement dégressif annuel"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Indicates that the first depreciation entry for this asset have to be "
|
||||||
|
#~ "done from the depreciation start date instead of the first day of the "
|
||||||
|
#~ "fiscal year."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Indique que la première valeur de cette immobilisation doit être calculée "
|
||||||
|
#~ "depuis la date de début de l'immobilisation et non le premier jour de "
|
||||||
|
#~ "l'exercice fiscal."
|
||||||
|
|
||||||
#~ msgid "Assets management (OCA)"
|
#~ msgid "Assets management (OCA)"
|
||||||
#~ msgstr "Gestion des immobilisations (OCA)"
|
#~ msgstr "Gestion des immobilisations (OCA)"
|
||||||
|
|
||||||
|
@ -244,17 +244,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -265,6 +254,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -632,19 +622,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -985,7 +969,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1040,7 +1024,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -269,17 +269,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -290,6 +279,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -657,19 +647,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1010,7 +994,7 @@ msgstr "Estado"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1066,7 +1050,7 @@ msgstr ""
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"\n"
|
"\n"
|
||||||
"O valor do activo calcúlase do seguinte xeito:\n"
|
"O valor do activo calcúlase do seguinte xeito:\n"
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -247,17 +247,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -268,6 +257,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -635,19 +625,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -988,7 +972,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1043,7 +1027,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -277,17 +277,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -298,6 +287,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -667,19 +657,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1026,7 +1010,7 @@ msgstr "Status"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1081,7 +1065,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -247,17 +247,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -268,6 +257,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -635,19 +625,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -988,7 +972,7 @@ msgstr "Status"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1043,7 +1027,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -262,17 +262,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -283,6 +272,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -651,19 +641,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1004,7 +988,7 @@ msgstr "Státusz"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1059,7 +1043,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -261,17 +261,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -282,6 +271,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -650,19 +640,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1003,7 +987,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1058,7 +1042,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -260,17 +260,6 @@ msgstr ""
|
|||||||
"Selezionare per confermare automaticamento le immobilizzazioni di questa "
|
"Selezionare per confermare automaticamento le immobilizzazioni di questa "
|
||||||
"categoria quando create dalle fatture."
|
"categoria quando create dalle fatture."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -281,6 +270,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -650,19 +640,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1009,7 +993,7 @@ msgstr "Stato"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1064,7 +1048,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -276,17 +276,6 @@ msgstr ""
|
|||||||
"請求書によって作成されたこの分類の資産を自動的に確認したい場合はこれをチェッ"
|
"請求書によって作成されたこの分類の資産を自動的に確認したい場合はこれをチェッ"
|
||||||
"クして下さい。"
|
"クして下さい。"
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -297,6 +286,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -666,19 +656,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1025,7 +1009,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1080,7 +1064,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -266,17 +266,6 @@ msgstr ""
|
|||||||
"Ilgalaikis turtas sukurtas iš sąskaitos faktūros ir priklausantis šiai "
|
"Ilgalaikis turtas sukurtas iš sąskaitos faktūros ir priklausantis šiai "
|
||||||
"kategorijai bus automatiškai patvirtintas."
|
"kategorijai bus automatiškai patvirtintas."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -287,6 +276,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -656,19 +646,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1013,7 +997,7 @@ msgstr "Būsena"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1068,7 +1052,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -247,17 +247,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -268,6 +257,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -635,19 +625,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -988,7 +972,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1043,7 +1027,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -247,17 +247,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -268,6 +257,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -635,19 +625,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -988,7 +972,7 @@ msgstr "Statuss"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1043,7 +1027,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -274,17 +274,6 @@ msgstr ""
|
|||||||
"Означете го ова доколку сакате автоматски да ги потврдите средствата од оваа "
|
"Означете го ова доколку сакате автоматски да ги потврдите средствата од оваа "
|
||||||
"категорија кога креирате фактури."
|
"категорија кога креирате фактури."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -295,6 +284,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -664,19 +654,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1023,7 +1007,7 @@ msgstr "Статус"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1078,7 +1062,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -275,17 +275,6 @@ msgstr ""
|
|||||||
"Энэ ангилалын хөрөнгүүд нь нэхэмжлэлээр үүсгэгдэхдээ автоматаар батлагдахаар "
|
"Энэ ангилалын хөрөнгүүд нь нэхэмжлэлээр үүсгэгдэхдээ автоматаар батлагдахаар "
|
||||||
"бол үүнийг тэмдэглэ."
|
"бол үүнийг тэмдэглэ."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -296,6 +285,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -665,19 +655,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1024,7 +1008,7 @@ msgstr "Төлөв"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1079,7 +1063,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -269,17 +269,6 @@ msgstr ""
|
|||||||
"Sjekk dette hvis du ønsker å automatisk bekrefte eiendeler i denne "
|
"Sjekk dette hvis du ønsker å automatisk bekrefte eiendeler i denne "
|
||||||
"kategorien når laget av fakturaer."
|
"kategorien når laget av fakturaer."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -290,6 +279,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -659,19 +649,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1018,7 +1002,7 @@ msgstr "Status"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1073,7 +1057,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr "Status"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -269,17 +269,6 @@ msgstr ""
|
|||||||
"Vink dit aan als u automatisch de activa van deze categorie wilt bevestigen "
|
"Vink dit aan als u automatisch de activa van deze categorie wilt bevestigen "
|
||||||
"als deze worden aangemaakt door een facturen."
|
"als deze worden aangemaakt door een facturen."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -290,6 +279,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -659,19 +649,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1018,7 +1002,7 @@ msgstr "Status"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1073,7 +1057,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -264,17 +264,6 @@ msgstr ""
|
|||||||
"Schakel dit in als u de investeringen in deze categorie automatisch wilt "
|
"Schakel dit in als u de investeringen in deze categorie automatisch wilt "
|
||||||
"bevestigen vanaf de factuur."
|
"bevestigen vanaf de factuur."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -285,6 +274,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -654,19 +644,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1013,7 +997,7 @@ msgstr "Status"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1068,7 +1052,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -267,17 +267,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -288,6 +277,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -656,19 +646,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1009,7 +993,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1064,7 +1048,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -265,24 +265,6 @@ msgstr ""
|
|||||||
"Marque esta opção se quiser confirmar automaticamente os ativos dessa "
|
"Marque esta opção se quiser confirmar automaticamente os ativos dessa "
|
||||||
"categoria quando criados por faturas."
|
"categoria quando criados por faturas."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
"Escolha o método a utilizar para calcular o valor das linhas de "
|
|
||||||
"depreciação:\n"
|
|
||||||
"* Constante: calculado como Valor Bruto / Nº Depreciações\n"
|
|
||||||
"* Decrescente: calculado através de Valor Residual x Fator Decréscimo\n"
|
|
||||||
"* Decrescente-Constante (apenas quando Método Tempo = Ano): começa por ser "
|
|
||||||
"descrescente, transitando para constante quando o valor da depreciação "
|
|
||||||
"constante anual ultrapassa o da depreciação decrescente anual."
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -296,6 +278,7 @@ msgstr ""
|
|||||||
"* Nº de anos: Especifique o nº de anos para a depreciação.\n"
|
"* Nº de anos: Especifique o nº de anos para a depreciação.\n"
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -679,6 +662,7 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr "Valor ilegal %s em asset.method"
|
msgstr "Valor ilegal %s em asset.method"
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
@ -688,16 +672,6 @@ msgstr ""
|
|||||||
"efetuado na data de início da depreciação e não no primeiro dia do ano "
|
"efetuado na data de início da depreciação e não no primeiro dia do ano "
|
||||||
"fiscal."
|
"fiscal."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
msgstr ""
|
|
||||||
"Indica que o primeiro mov. de depreciação para este ativo tem que ser "
|
|
||||||
"efetuado na data de início da depreciação e não no primeiro dia do ano "
|
|
||||||
"fiscal."
|
|
||||||
|
|
||||||
#. 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 "Init"
|
msgid "Init"
|
||||||
@ -1055,7 +1029,7 @@ msgstr "Estado"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1116,7 +1090,7 @@ msgstr "A data de remoção tem que ser posterior à data da última depreciaç
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr "Este montante representa o valor inicial do ativo."
|
msgstr "Este montante representa o valor inicial do ativo."
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1352,6 +1326,32 @@ msgstr ""
|
|||||||
"fiscais anteriores se a Data de Início de Depreciação é diferente da data "
|
"fiscais anteriores se a Data de Início de Depreciação é diferente da data "
|
||||||
"para a qual é necessário gerar movs. contabilísticos."
|
"para a qual é necessário gerar movs. contabilísticos."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Choose the method to use to compute the amount of depreciation lines.\n"
|
||||||
|
#~ " * Linear: Calculated on basis of: Gross Value / Number of "
|
||||||
|
#~ "Depreciations\n"
|
||||||
|
#~ " * Degressive: Calculated on basis of: Residual Value * Degressive "
|
||||||
|
#~ "Factor * Degressive-Linear (only for Time Method = Year): Degressive "
|
||||||
|
#~ "becomes linear when the annual linear depreciation exceeds the annual "
|
||||||
|
#~ "degressive depreciation"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Escolha o método a utilizar para calcular o valor das linhas de "
|
||||||
|
#~ "depreciação:\n"
|
||||||
|
#~ "* Constante: calculado como Valor Bruto / Nº Depreciações\n"
|
||||||
|
#~ "* Decrescente: calculado através de Valor Residual x Fator Decréscimo\n"
|
||||||
|
#~ "* Decrescente-Constante (apenas quando Método Tempo = Ano): começa por "
|
||||||
|
#~ "ser descrescente, transitando para constante quando o valor da "
|
||||||
|
#~ "depreciação constante anual ultrapassa o da depreciação decrescente anual."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Indicates that the first depreciation entry for this asset have to be "
|
||||||
|
#~ "done from the depreciation start date instead of the first day of the "
|
||||||
|
#~ "fiscal year."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Indica que o primeiro mov. de depreciação para este ativo tem que ser "
|
||||||
|
#~ "efetuado na data de início da depreciação e não no primeiro dia do ano "
|
||||||
|
#~ "fiscal."
|
||||||
|
|
||||||
#~ msgid "Assets management (OCA)"
|
#~ msgid "Assets management (OCA)"
|
||||||
#~ msgstr "Gestão de Ativos (OCA)"
|
#~ msgstr "Gestão de Ativos (OCA)"
|
||||||
|
|
||||||
|
@ -277,23 +277,6 @@ msgstr ""
|
|||||||
"Marque se você deseja confirmar automaticamente os ativos desse perfil "
|
"Marque se você deseja confirmar automaticamente os ativos desse perfil "
|
||||||
"quando criado por faturas."
|
"quando criado por faturas."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
"Escolha o método utilizado para calcular o valor das linhas de depreciação.\n"
|
|
||||||
" * Linear: Calculado com base em: Valor Bruto / Número de Depreciações\n"
|
|
||||||
" * Decrescente: Calculado com base em: Valor Residual * Fator Regressão * "
|
|
||||||
"Decréscimo Linear (apenas para Método Temporal = Ano): Decrescente se torna "
|
|
||||||
"linear quando a depreciação linear anual excede a depreciação decrescente "
|
|
||||||
"anual"
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -307,6 +290,7 @@ msgstr ""
|
|||||||
" * Número de Anos: Especifique o número de anos para depreciação.\n"
|
" * Número de Anos: Especifique o número de anos para depreciação.\n"
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -697,6 +681,7 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr "Valor ilegal %s em asset.method."
|
msgstr "Valor ilegal %s em asset.method."
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
@ -705,15 +690,6 @@ msgstr ""
|
|||||||
"Indica que o primeiro lançamento de depreciação para este ativo deve ser "
|
"Indica que o primeiro lançamento de depreciação para este ativo deve ser "
|
||||||
"feito na data inicial ao invés do primeiro dia do ano fiscal."
|
"feito na data inicial ao invés do primeiro dia do ano fiscal."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
msgstr ""
|
|
||||||
"Indica que o primeiro lançamento de depreciação para este ativo deve ser "
|
|
||||||
"feito na data inicial ao invés do primeiro dia do ano fiscal."
|
|
||||||
|
|
||||||
#. 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 "Init"
|
msgid "Init"
|
||||||
@ -1060,10 +1036,13 @@ msgstr "Situação"
|
|||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: code:addons/account_asset_management/models/account_asset.py:0
|
#: code:addons/account_asset_management/models/account_asset.py:0
|
||||||
#, python-format
|
#, fuzzy, python-format
|
||||||
|
#| msgid ""
|
||||||
|
#| "The '_compute_year_amount' method is only intended for Time Method "
|
||||||
|
#| "'Number of Years."
|
||||||
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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"O método '_compute_year_amount' somente é destinado ao Método Temporal "
|
"O método '_compute_year_amount' somente é destinado ao Método Temporal "
|
||||||
"'Número de Anos'."
|
"'Número de Anos'."
|
||||||
@ -1123,9 +1102,13 @@ msgstr "A data de remoção deve ser posterior à última data de depreciação.
|
|||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__depreciation_base
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "This amount represent the depreciation base of the asset (Purchase Value "
|
||||||
|
#| "- Salvage Value."
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Esta quantia representa a base de depreciação do ativo (Valor de Compra - "
|
"Esta quantia representa a base de depreciação do ativo (Valor de Compra - "
|
||||||
"Valor Residual)."
|
"Valor Residual)."
|
||||||
@ -1359,6 +1342,31 @@ msgstr ""
|
|||||||
"anterior se a Data Inicial de Depreciação é diferente da data para a qual os "
|
"anterior se a Data Inicial de Depreciação é diferente da data para a qual os "
|
||||||
"lançamentos contábeis devem ser gerados."
|
"lançamentos contábeis devem ser gerados."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Choose the method to use to compute the amount of depreciation lines.\n"
|
||||||
|
#~ " * Linear: Calculated on basis of: Gross Value / Number of "
|
||||||
|
#~ "Depreciations\n"
|
||||||
|
#~ " * Degressive: Calculated on basis of: Residual Value * Degressive "
|
||||||
|
#~ "Factor * Degressive-Linear (only for Time Method = Year): Degressive "
|
||||||
|
#~ "becomes linear when the annual linear depreciation exceeds the annual "
|
||||||
|
#~ "degressive depreciation"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Escolha o método utilizado para calcular o valor das linhas de "
|
||||||
|
#~ "depreciação.\n"
|
||||||
|
#~ " * Linear: Calculado com base em: Valor Bruto / Número de Depreciações\n"
|
||||||
|
#~ " * Decrescente: Calculado com base em: Valor Residual * Fator Regressão "
|
||||||
|
#~ "* Decréscimo Linear (apenas para Método Temporal = Ano): Decrescente se "
|
||||||
|
#~ "torna linear quando a depreciação linear anual excede a depreciação "
|
||||||
|
#~ "decrescente anual"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Indicates that the first depreciation entry for this asset have to be "
|
||||||
|
#~ "done from the depreciation start date instead of the first day of the "
|
||||||
|
#~ "fiscal year."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Indica que o primeiro lançamento de depreciação para este ativo deve ser "
|
||||||
|
#~ "feito na data inicial ao invés do primeiro dia do ano fiscal."
|
||||||
|
|
||||||
#~ msgid "Assets management (OCA)"
|
#~ msgid "Assets management (OCA)"
|
||||||
#~ msgstr "Gestão de Ativos (OCA)"
|
#~ msgstr "Gestão de Ativos (OCA)"
|
||||||
|
|
||||||
|
@ -267,24 +267,6 @@ msgstr ""
|
|||||||
"Marque esta opção se quiser confirmar automaticamente os ativos dessa "
|
"Marque esta opção se quiser confirmar automaticamente os ativos dessa "
|
||||||
"categoria quando criados por faturas."
|
"categoria quando criados por faturas."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
"Escolha o método a utilizar para calcular o valor das linhas de "
|
|
||||||
"depreciação:\n"
|
|
||||||
"* Constante: calculado como Valor Bruto / Nº Depreciações\n"
|
|
||||||
"* Decrescente: calculado através de Valor Residual x Fator Decréscimo\n"
|
|
||||||
"* Decrescente-Constante (apenas quando Método Tempo = Ano): começa por ser "
|
|
||||||
"descrescente, transitando para constante quando o valor da depreciação "
|
|
||||||
"constante anual ultrapassa o da depreciação decrescente anual."
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -298,6 +280,7 @@ msgstr ""
|
|||||||
"* Nº de anos: Especifique o nº de anos para a depreciação.\n"
|
"* Nº de anos: Especifique o nº de anos para a depreciação.\n"
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -681,6 +664,7 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr "Valor ilegal %s em asset.method"
|
msgstr "Valor ilegal %s em asset.method"
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
@ -690,16 +674,6 @@ msgstr ""
|
|||||||
"efetuado na data de início da depreciação e não no primeiro dia do ano "
|
"efetuado na data de início da depreciação e não no primeiro dia do ano "
|
||||||
"fiscal."
|
"fiscal."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
msgstr ""
|
|
||||||
"Indica que o primeiro mov. de depreciação para este ativo tem que ser "
|
|
||||||
"efetuado na data de início da depreciação e não no primeiro dia do ano "
|
|
||||||
"fiscal."
|
|
||||||
|
|
||||||
#. 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 "Init"
|
msgid "Init"
|
||||||
@ -1057,7 +1031,7 @@ msgstr "Estado"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1118,7 +1092,7 @@ msgstr "A data de remoção tem que ser posterior à data da última depreciaç
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr "Este montante representa o valor inicial do ativo."
|
msgstr "Este montante representa o valor inicial do ativo."
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1354,6 +1328,32 @@ msgstr ""
|
|||||||
"fiscais anteriores se a Data de Início de Depreciação é diferente da data "
|
"fiscais anteriores se a Data de Início de Depreciação é diferente da data "
|
||||||
"para a qual é necessário gerar movs. contabilísticos."
|
"para a qual é necessário gerar movs. contabilísticos."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Choose the method to use to compute the amount of depreciation lines.\n"
|
||||||
|
#~ " * Linear: Calculated on basis of: Gross Value / Number of "
|
||||||
|
#~ "Depreciations\n"
|
||||||
|
#~ " * Degressive: Calculated on basis of: Residual Value * Degressive "
|
||||||
|
#~ "Factor * Degressive-Linear (only for Time Method = Year): Degressive "
|
||||||
|
#~ "becomes linear when the annual linear depreciation exceeds the annual "
|
||||||
|
#~ "degressive depreciation"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Escolha o método a utilizar para calcular o valor das linhas de "
|
||||||
|
#~ "depreciação:\n"
|
||||||
|
#~ "* Constante: calculado como Valor Bruto / Nº Depreciações\n"
|
||||||
|
#~ "* Decrescente: calculado através de Valor Residual x Fator Decréscimo\n"
|
||||||
|
#~ "* Decrescente-Constante (apenas quando Método Tempo = Ano): começa por "
|
||||||
|
#~ "ser descrescente, transitando para constante quando o valor da "
|
||||||
|
#~ "depreciação constante anual ultrapassa o da depreciação decrescente anual."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Indicates that the first depreciation entry for this asset have to be "
|
||||||
|
#~ "done from the depreciation start date instead of the first day of the "
|
||||||
|
#~ "fiscal year."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Indica que o primeiro mov. de depreciação para este ativo tem que ser "
|
||||||
|
#~ "efetuado na data de início da depreciação e não no primeiro dia do ano "
|
||||||
|
#~ "fiscal."
|
||||||
|
|
||||||
#~ msgid "Assets management (OCA)"
|
#~ msgid "Assets management (OCA)"
|
||||||
#~ msgstr "Gestão de Ativos (OCA)"
|
#~ msgstr "Gestão de Ativos (OCA)"
|
||||||
|
|
||||||
|
@ -271,17 +271,6 @@ msgstr ""
|
|||||||
"Bifati aceasta casuta daca doriti sa confirmati automat activele din aceasta "
|
"Bifati aceasta casuta daca doriti sa confirmati automat activele din aceasta "
|
||||||
"categorie atunci cand sunt create de facturi."
|
"categorie atunci cand sunt create de facturi."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -292,6 +281,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -661,19 +651,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1020,7 +1004,7 @@ msgstr "Stare"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1075,7 +1059,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -272,17 +272,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -293,6 +282,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -662,19 +652,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1021,7 +1005,7 @@ msgstr "Статус"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1076,7 +1060,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -267,23 +267,6 @@ msgstr ""
|
|||||||
"Preveri,če želiš avtomatsko potrditi osnovna sredstva te kategorije,ki so "
|
"Preveri,če želiš avtomatsko potrditi osnovna sredstva te kategorije,ki so "
|
||||||
"bila kreirana z računi."
|
"bila kreirana z računi."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
"Izberite metodo izračuna amortizacijskih postavk:\n"
|
|
||||||
" * Linearna: izračun na osnovi Bruto vrednost / Število amortizacij\n"
|
|
||||||
" * Degresivna: izračun na osnovi Preostala vrednost * Degresivni faktor\n"
|
|
||||||
" * Degresivno-linearna (le če je časovna metoda = leto): degresivno postane "
|
|
||||||
"linearno, ko letna linearna amortizacija preseže letno degresivno "
|
|
||||||
"amortizacijo"
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -296,6 +279,7 @@ msgstr ""
|
|||||||
" * število let: določite število let za amortizacijo.\n"
|
" * število let: določite število let za amortizacijo.\n"
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -676,6 +660,7 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr "Neveljavna vrednost %s v asset.method."
|
msgstr "Neveljavna vrednost %s v asset.method."
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
@ -684,15 +669,6 @@ msgstr ""
|
|||||||
"Določa, da se prvi amortizacijski vnos za to sredstvo opravlja od začetnega "
|
"Določa, da se prvi amortizacijski vnos za to sredstvo opravlja od začetnega "
|
||||||
"datuma amortizacije namesto od prvega dne fiskalnega leta."
|
"datuma amortizacije namesto od prvega dne fiskalnega leta."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
msgstr ""
|
|
||||||
"Določa, da se prvi amortizacijski vnos za to sredstvo opravlja od začetnega "
|
|
||||||
"datuma amortizacije namesto od prvega dne fiskalnega leta."
|
|
||||||
|
|
||||||
#. 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 "Init"
|
msgid "Init"
|
||||||
@ -1050,7 +1026,7 @@ msgstr "Status"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1110,7 +1086,7 @@ msgstr "Datum odstranitve mora biti po zadnjem datumu amortizacije."
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr "Znesek, ki predstavlja začetno vrednost sredstva."
|
msgstr "Znesek, ki predstavlja začetno vrednost sredstva."
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1344,6 +1320,30 @@ msgstr ""
|
|||||||
"let, če je začetni datum amortizacije drugačen od datuma, na katerega se "
|
"let, če je začetni datum amortizacije drugačen od datuma, na katerega se "
|
||||||
"knjigovodski vnosi ustvarjajo."
|
"knjigovodski vnosi ustvarjajo."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Choose the method to use to compute the amount of depreciation lines.\n"
|
||||||
|
#~ " * Linear: Calculated on basis of: Gross Value / Number of "
|
||||||
|
#~ "Depreciations\n"
|
||||||
|
#~ " * Degressive: Calculated on basis of: Residual Value * Degressive "
|
||||||
|
#~ "Factor * Degressive-Linear (only for Time Method = Year): Degressive "
|
||||||
|
#~ "becomes linear when the annual linear depreciation exceeds the annual "
|
||||||
|
#~ "degressive depreciation"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Izberite metodo izračuna amortizacijskih postavk:\n"
|
||||||
|
#~ " * Linearna: izračun na osnovi Bruto vrednost / Število amortizacij\n"
|
||||||
|
#~ " * Degresivna: izračun na osnovi Preostala vrednost * Degresivni faktor\n"
|
||||||
|
#~ " * Degresivno-linearna (le če je časovna metoda = leto): degresivno "
|
||||||
|
#~ "postane linearno, ko letna linearna amortizacija preseže letno degresivno "
|
||||||
|
#~ "amortizacijo"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Indicates that the first depreciation entry for this asset have to be "
|
||||||
|
#~ "done from the depreciation start date instead of the first day of the "
|
||||||
|
#~ "fiscal year."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Določa, da se prvi amortizacijski vnos za to sredstvo opravlja od "
|
||||||
|
#~ "začetnega datuma amortizacije namesto od prvega dne fiskalnega leta."
|
||||||
|
|
||||||
#~ msgid "Assets management (OCA)"
|
#~ msgid "Assets management (OCA)"
|
||||||
#~ msgstr "Upravljanje sredstev (OCA)"
|
#~ msgstr "Upravljanje sredstev (OCA)"
|
||||||
|
|
||||||
|
@ -247,17 +247,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -268,6 +257,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -635,19 +625,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -988,7 +972,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1043,7 +1027,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -262,17 +262,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -283,6 +272,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -650,19 +640,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1003,7 +987,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1058,7 +1042,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -294,17 +294,6 @@ msgstr ""
|
|||||||
"Kryssa i denna ruta om du automatiskt vill bekräfta tillgångar i denna "
|
"Kryssa i denna ruta om du automatiskt vill bekräfta tillgångar i denna "
|
||||||
"kategori när de skapas via leverantörsfakturor."
|
"kategori när de skapas via leverantörsfakturor."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -315,6 +304,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -684,19 +674,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1043,7 +1027,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1098,7 +1082,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -255,17 +255,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -276,6 +265,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -644,19 +634,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -997,7 +981,7 @@ msgstr "สถานะ"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1052,7 +1036,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -275,17 +275,6 @@ msgstr ""
|
|||||||
"Faturalar oluşturulurken bu kategorideki demirbaşların otomatikmen "
|
"Faturalar oluşturulurken bu kategorideki demirbaşların otomatikmen "
|
||||||
"onaylanmasını istiyorsanız bunu işaretleyin."
|
"onaylanmasını istiyorsanız bunu işaretleyin."
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -296,6 +285,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -665,19 +655,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1024,7 +1008,7 @@ msgstr "Durum"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1079,7 +1063,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr "Durum"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -247,17 +247,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -268,6 +257,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -635,19 +625,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -988,7 +972,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1043,7 +1027,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -280,17 +280,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -301,6 +290,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -668,19 +658,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1021,7 +1005,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1076,7 +1060,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -246,17 +246,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -267,6 +256,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -634,19 +624,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -987,7 +971,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1042,7 +1026,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -269,17 +269,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr "如果你像让这类固定资产在开发票之后自动确认为“运行”状态,勾选这里。"
|
msgstr "如果你像让这类固定资产在开发票之后自动确认为“运行”状态,勾选这里。"
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -290,6 +279,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -659,19 +649,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1018,7 +1002,7 @@ msgstr "状态"
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1073,7 +1057,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -262,17 +262,6 @@ msgid ""
|
|||||||
"when created by invoices."
|
"when created by invoices."
|
||||||
msgstr "當你在建立發票時,如果你想要自動確認固定資產類別,必須先檢查這個"
|
msgstr "當你在建立發票時,如果你想要自動確認固定資產類別,必須先檢查這個"
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
|
||||||
msgid ""
|
|
||||||
"Choose the method to use to compute the amount of depreciation lines.\n"
|
|
||||||
" * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
|
|
||||||
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor "
|
|
||||||
"* Degressive-Linear (only for Time Method = Year): Degressive becomes linear "
|
|
||||||
"when the annual linear depreciation exceeds the annual degressive "
|
|
||||||
"depreciation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method_time
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method_time
|
||||||
@ -283,6 +272,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__method
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__method
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose the method to use to compute the depreciation lines.\n"
|
"Choose the method to use to compute the depreciation lines.\n"
|
||||||
@ -652,19 +642,13 @@ msgid "Illegal value %s in asset.method."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_profile__prorata
|
||||||
msgid ""
|
msgid ""
|
||||||
"Indicates that the first depreciation entry for this asset has to be done "
|
"Indicates that the first depreciation entry for this asset has to be done "
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
"from the depreciation start date instead of the first day of the fiscal year."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
|
||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset__prorata
|
|
||||||
msgid ""
|
|
||||||
"Indicates that the first depreciation entry for this asset have to be done "
|
|
||||||
"from the depreciation start date instead of the first day of the fiscal year."
|
|
||||||
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 "Init"
|
msgid "Init"
|
||||||
@ -1011,7 +995,7 @@ msgstr ""
|
|||||||
#, 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 "
|
||||||
"of Years."
|
"of Years'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
@ -1066,7 +1050,7 @@ msgstr ""
|
|||||||
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
#: model:ir.model.fields,help:account_asset_management.field_account_asset_line__depreciation_base
|
||||||
msgid ""
|
msgid ""
|
||||||
"This amount represent the depreciation base of the asset (Purchase Value - "
|
"This amount represent the depreciation base of the asset (Purchase Value - "
|
||||||
"Salvage Value."
|
"Salvage Value)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_asset_management
|
#. module: account_asset_management
|
||||||
|
@ -303,7 +303,7 @@ class AccountAsset(models.Model):
|
|||||||
|
|
||||||
@api.depends("profile_id")
|
@api.depends("profile_id")
|
||||||
def _compute_group_ids(self):
|
def _compute_group_ids(self):
|
||||||
for asset in self:
|
for asset in self.filtered("profile_id"):
|
||||||
asset.group_ids = asset.profile_id.group_ids
|
asset.group_ids = asset.profile_id.group_ids
|
||||||
|
|
||||||
@api.depends("profile_id")
|
@api.depends("profile_id")
|
||||||
|
@ -63,7 +63,8 @@ class AccountAssetLine(models.Model):
|
|||||||
|
|
||||||
@api.depends("amount", "previous_id", "type")
|
@api.depends("amount", "previous_id", "type")
|
||||||
def _compute_values(self):
|
def _compute_values(self):
|
||||||
processed_lines = self.browse()
|
self.depreciated_value = 0.0
|
||||||
|
self.remaining_value = 0.0
|
||||||
dlines = self
|
dlines = self
|
||||||
if self.env.context.get("no_compute_asset_line_ids"):
|
if self.env.context.get("no_compute_asset_line_ids"):
|
||||||
# skip compute for lines in unlink
|
# skip compute for lines in unlink
|
||||||
@ -81,7 +82,6 @@ class AccountAssetLine(models.Model):
|
|||||||
grouped_dlines = []
|
grouped_dlines = []
|
||||||
for asset in asset_ids:
|
for asset in asset_ids:
|
||||||
grouped_dlines.append(dlines.filtered(lambda l: l.asset_id.id == asset.id))
|
grouped_dlines.append(dlines.filtered(lambda l: l.asset_id.id == asset.id))
|
||||||
|
|
||||||
for dlines in grouped_dlines:
|
for dlines in grouped_dlines:
|
||||||
for i, dl in enumerate(dlines):
|
for i, dl in enumerate(dlines):
|
||||||
if i == 0:
|
if i == 0:
|
||||||
@ -94,11 +94,6 @@ class AccountAssetLine(models.Model):
|
|||||||
remaining_value -= dl.amount
|
remaining_value -= dl.amount
|
||||||
dl.depreciated_value = depreciated_value
|
dl.depreciated_value = depreciated_value
|
||||||
dl.remaining_value = remaining_value
|
dl.remaining_value = remaining_value
|
||||||
processed_lines |= dl
|
|
||||||
# Set unprocessed lines values
|
|
||||||
for line in self - processed_lines:
|
|
||||||
line.depreciated_value = 0.0
|
|
||||||
line.remaining_value = 0.0
|
|
||||||
|
|
||||||
@api.depends("move_id")
|
@api.depends("move_id")
|
||||||
def _compute_move_check(self):
|
def _compute_move_check(self):
|
||||||
|
@ -178,9 +178,7 @@ class AccountAssetProfile(models.Model):
|
|||||||
|
|
||||||
@api.constrains("method", "method_time")
|
@api.constrains("method", "method_time")
|
||||||
def _check_method(self):
|
def _check_method(self):
|
||||||
if self.filtered(
|
if any(a.method == "degr-linear" and a.method_time != "year" for a in self):
|
||||||
lambda a: a.method == "degr-linear" and a.method_time != "year"
|
|
||||||
):
|
|
||||||
raise UserError(
|
raise UserError(
|
||||||
_("Degressive-Linear is only supported for Time Method = Year.")
|
_("Degressive-Linear is only supported for Time Method = Year.")
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user