[IMP] stock_request: Change the label string to make it consistent

TT41343
This commit is contained in:
Víctor Martínez
2023-01-25 18:42:52 +01:00
parent 34df53dc86
commit 0f51b4f8f6
3 changed files with 20 additions and 12 deletions

View File

@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-21 09:10+0000\n"
"PO-Revision-Date: 2022-10-21 11:11+0200\n"
"Last-Translator: JrAdhoc <jr@adhoc.com.ar>\n"
"POT-Creation-Date: 2023-01-25 17:42+0000\n"
"PO-Revision-Date: 2023-01-25 18:42+0100\n"
"Last-Translator: Víctor Martínez <victor.martinez@tecnativa.com>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -487,7 +487,6 @@ msgstr "Nombre"
#. module: stock_request
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_kanban_name_uniq
msgid "Name must be unique"
msgstr "El nombre debe ser único"
@@ -826,7 +825,6 @@ msgstr "Movimientos de stock"
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids
#: model:ir.module.category,name:stock_request.module_category_stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
msgid "Stock Request"
msgstr "Solicitud de existencias"
@@ -941,8 +939,13 @@ msgstr "Regla de stock"
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
msgid "Stock request"
msgstr "Solicitud de existencias"
msgid "Stock request Order"
msgstr "Pedido de existencias"
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree
msgid "Stock request Orders"
msgstr "Pedidos de existencias"
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count

View File

@@ -6,6 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-25 17:42+0000\n"
"PO-Revision-Date: 2023-01-25 17:42+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@@ -473,7 +475,6 @@ msgstr ""
#. module: stock_request
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_kanban_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -805,7 +806,6 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids
#: model:ir.module.category,name:stock_request.module_category_stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
msgid "Stock Request"
msgstr ""
@@ -918,7 +918,12 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
msgid "Stock request"
msgid "Stock request Order"
msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree
msgid "Stock request Orders"
msgstr ""
#. module: stock_request

View File

@@ -16,7 +16,7 @@
<field name="name">stock.request.order.form</field>
<field name="model">stock.request.order</field>
<field name="arch" type="xml">
<form string="Stock request">
<form>
<header>
<button
name="action_confirm"
@@ -71,7 +71,7 @@
</button>
</div>
<div class="oe_title">
<label for="name" string="Stock Request" />
<label for="name" string="Stock request Order" />
<h1>
<field name="name" readonly="1" />
</h1>