-
-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] account_asset_batch_compute: Migration to 16.0
- Loading branch information
Javier Iniesta
committed
May 29, 2023
1 parent
7015c3e
commit 8adec89
Showing
6 changed files
with
88 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_asset_batch_compute | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: account_asset_batch_compute | ||
#: model:ir.model,name:account_asset_batch_compute.model_account_asset | ||
msgid "Asset" | ||
msgstr "Activo" | ||
|
||
#. module: account_asset_batch_compute | ||
#: model:ir.model.fields,field_description:account_asset_batch_compute.field_account_asset_compute__batch_processing | ||
msgid "Batch Processing" | ||
msgstr "Procesamiento por lotes" | ||
|
||
#. module: account_asset_batch_compute | ||
#: model:ir.model,name:account_asset_batch_compute.model_account_asset_compute | ||
msgid "Compute Assets" | ||
msgstr "Calcular activos" | ||
|
||
#. module: account_asset_batch_compute | ||
#: code:addons/account_asset_batch_compute/wizards/account_asset_compute.py:0 | ||
#, python-format | ||
msgid "Creating jobs to create moves for assets to {}" | ||
msgstr "Creando trabajos para crear movimientos de activos a {}" | ||
|
||
#. module: account_asset_batch_compute | ||
#: code:addons/account_asset_batch_compute/models/account_asset.py:0 | ||
#, python-format | ||
msgid "Creating move for asset with id {rec_id} to {date_end}" | ||
msgstr "Creando movimiento de activo con id {rec_id} a {date_end}" | ||
|
||
#. module: account_asset_batch_compute | ||
#: model:ir.model.fields,field_description:account_asset_batch_compute.field_account_asset__display_name | ||
#: model:ir.model.fields,field_description:account_asset_batch_compute.field_account_asset_compute__display_name | ||
msgid "Display Name" | ||
msgstr "Nombre a mostrar" | ||
|
||
#. module: account_asset_batch_compute | ||
#: model:ir.model.fields,field_description:account_asset_batch_compute.field_account_asset__id | ||
#: model:ir.model.fields,field_description:account_asset_batch_compute.field_account_asset_compute__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: account_asset_batch_compute | ||
#: model:ir.model.fields,field_description:account_asset_batch_compute.field_account_asset____last_update | ||
#: model:ir.model.fields,field_description:account_asset_batch_compute.field_account_asset_compute____last_update | ||
msgid "Last Modified on" | ||
msgstr "Última modificación en" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters