-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] fieldservice_stage_validation: Migration to 17.0
- Loading branch information
Showing
6 changed files
with
22 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,9 @@ Contributors | |
------------ | ||
|
||
- Brian McMaster <[email protected]> | ||
- `APSL <https://apsl.tech>`__: | ||
|
||
- Antoni Marroig <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
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 |
---|---|---|
|
@@ -4,27 +4,23 @@ | |
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 15.0\n" | ||
"Project-Id-Version: Odoo Server 17.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-03-02 20:22+0000\n" | ||
"Last-Translator: Leonardo J. Caballero G. <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: es\n" | ||
"POT-Creation-Date: 2024-04-19 06:49+0000\n" | ||
"PO-Revision-Date: 2024-04-19 06:49+0000\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: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.14.1\n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: fieldservice_stage_validation | ||
#. odoo-python | ||
#: code:addons/fieldservice_stage_validation/models/validate_utils.py:0 | ||
#, python-format | ||
msgid "" | ||
"Cannot move to stage \"%(stage_name)s\" until the \"%(name)s\" field is set." | ||
msgstr "" | ||
"No se puede mover al escenario \"%(stage_name)s\" hasta que se establezca el " | ||
"campo \"%(name)s\"." | ||
msgid "Cannot move to stage %(stage_name)s until the %(name)s field is set." | ||
msgstr "No se puede mover al escenario %(stage_name)s hasta que se establezca el campo %(name)s." | ||
|
||
#. module: fieldservice_stage_validation | ||
#: model:ir.model,name:fieldservice_stage_validation.model_fsm_equipment | ||
|
@@ -34,7 +30,7 @@ msgstr "Equipo de Servicio de Campo" | |
#. module: fieldservice_stage_validation | ||
#: model:ir.model,name:fieldservice_stage_validation.model_fsm_location | ||
msgid "Field Service Location" | ||
msgstr "Ubicación del Servicio de Campo" | ||
msgstr "Ubicación de Servicio de Campo" | ||
|
||
#. module: fieldservice_stage_validation | ||
#: model:ir.model,name:fieldservice_stage_validation.model_fsm_order | ||
|
@@ -64,8 +60,7 @@ msgstr "Modelo para la Etapa" | |
#. module: fieldservice_stage_validation | ||
#: model:ir.model.fields,help:fieldservice_stage_validation.field_fsm_stage__validate_field_ids | ||
msgid "Select fields which must be set on the document in this stage" | ||
msgstr "" | ||
"Seleccione los campos que se deben establecer en el documento en esta etapa" | ||
msgstr "Seleccione los campos que se deben establecer en el documento en esta etapa" | ||
|
||
#. module: fieldservice_stage_validation | ||
#: model:ir.model.fields,help:fieldservice_stage_validation.field_fsm_stage__stage_type_model_id | ||
|
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
- Brian McMaster \<<[email protected]>\> | ||
- [APSL](https://apsl.tech): | ||
- Antoni Marroig \<<[email protected]>\> |
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