[MIG] stock_request: Migration to 13.0

This commit is contained in:
hveficent
2020-01-29 11:48:58 +01:00
committed by Bernat Puig Font
parent 31d0b4ca9a
commit 8a6718a024
51 changed files with 2653 additions and 2122 deletions

View File

@@ -14,13 +14,13 @@ Stock Request
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_request
:target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_request
:alt: OCA/stock-logistics-warehouse
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_request
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/153/12.0
:target: https://runbot.odoo-community.org/runbot/153/13.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -80,7 +80,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_request%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_request%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
@@ -90,15 +90,15 @@ Credits
Authors
~~~~~~~
* Eficent
* ForgeFlow
Contributors
~~~~~~~~~~~~
* Jordi Ballester (EFICENT) <jordi.ballester@eficent.com>.
* Jordi Ballester (EFICENT) <jordi.ballester@forgeflow.com>.
* Enric Tobella <etobella@creublanca.es>
* Atte Isopuro <atte.isopuro@avoin.systems>
* Lois Rilo <lois.rilo@eficent.com>
* Lois Rilo <lois.rilo@forgeflow.com>
* Raul Martin <raul.martin@braintec-group.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* `Open Source Integrators <https://www.opensourceintegrators.com>`_
@@ -106,6 +106,8 @@ Contributors
* Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
* Steve Campbell <scampbell@opensourceintegrators.com>
* Héctor Villarreal <hector.villarreal@forgeflow.com>
Maintainers
~~~~~~~~~~~
@@ -119,6 +121,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_request>`_ project on GitHub.
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_request>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@@ -1,13 +1,13 @@
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
# Copyright 2017-2020 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Stock Request",
"summary": "Internal request for stock",
"version": "12.0.1.1.6",
"version": "13.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/stock-logistics-warehouse",
"author": "Eficent, " "Odoo Community Association (OCA)",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"category": "Warehouse Management",
"depends": ["stock"],
"data": [

View File

@@ -1,20 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="seq_stock_request" model="ir.sequence">
<field name="name">Stock Request</field>
<field name="code">stock.request</field>
<field name="prefix">SR/</field>
<field name="padding">5</field>
<field name="company_id" eval="False"/>
<field name="company_id" eval="False" />
</record>
<record id="seq_stock_request_order" model="ir.sequence">
<field name="name">Stock Request Order</field>
<field name="code">stock.request.order</field>
<field name="prefix">SRO/</field>
<field name="padding">5</field>
<field name="company_id" eval="False"/>
<field name="company_id" eval="False" />
</record>
</odoo>

View File

@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -43,6 +43,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -128,7 +135,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -215,7 +222,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -260,23 +267,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -338,7 +358,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -387,7 +407,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -423,7 +443,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -448,13 +468,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -479,26 +499,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -508,7 +514,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -596,20 +602,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -636,7 +642,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -660,6 +666,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -731,7 +744,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -765,12 +777,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -831,20 +844,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -852,24 +865,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -882,7 +888,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -928,7 +941,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -948,7 +961,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -956,7 +969,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -964,7 +977,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -972,7 +985,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -980,7 +993,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -988,31 +1001,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -20,7 +20,7 @@ msgstr ""
"X-Generator: Weblate 3.8\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr "<li><b>%s</b>: Umgelagerte Menge %s %s</li>"
@@ -44,6 +44,13 @@ msgstr "Aktiviert Anforderungs-Aufträge"
msgid "Activities"
msgstr "Aktivitäten"
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -134,7 +141,7 @@ msgid "Company"
msgstr "Unternehmen"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr "Unternehmen muss mit Auftrag übereinstimmen"
@@ -223,7 +230,7 @@ msgid "Expected Date"
msgstr "Voraussichtliches Datum"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr "Voraussichtliches Datum muss mit Auftrag übereinstimmen"
@@ -268,23 +275,36 @@ msgid "ID"
msgstr "ID"
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
msgstr "Wenn angehakt, erfordern Meldungen Ihre Aufmerksamkeit."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr "Wenn angehakt, erfordern neue Meldungen Ihre Aufmerksamkeit."
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr "Wenn angehakt, haben Meldungen einen Zustellfehler."
@@ -346,7 +366,7 @@ msgid "Location"
msgstr "Ort"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr "Lagerplatz muss dem des Auftrags entsprechen"
@@ -398,7 +418,7 @@ msgid "Name"
msgstr "Bezeichnung"
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr "Der Name muss einzigartig sein"
@@ -434,7 +454,9 @@ msgstr "Anzahl der Handlungen"
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
#, fuzzy
#| msgid "Number of error"
msgid "Number of errors"
msgstr "Fehleranzahl"
#. module: stock_request
@@ -459,13 +481,13 @@ msgid "Number of unread messages"
msgstr "Anzahl ungelesener Meldungen"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr "Nur Aufträge im Entwurf dürfen gelöscht werden"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr "Nur Anforderungen im Entwurf dürfen gelöscht werden"
@@ -491,26 +513,12 @@ msgstr "Auftrag"
msgid "Orders &amp; Configuration"
msgstr "Aufträge &amp; Konfiguration"
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr "Überfällig"
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr "Kommissionierungen"
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr "Geplant"
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -520,7 +528,7 @@ msgid "Procurement Group"
msgstr "Beschaffungsgruppe"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr "Beschaffungsgruppe muss mit Auftrag übereinstimmen"
@@ -611,20 +619,20 @@ msgid "Real Quantity"
msgstr "Ist-Menge"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr "Bestätigungsbeleg %s zu Ihrer Anforderung %s"
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr "Alle Produkte auf einmal erhalten"
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr "Jedes Produkt bei Verfügbarkeit erhalten"
@@ -652,7 +660,7 @@ msgid "Requested by"
msgstr "Angefordert durch"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr "Angefordert muss mit dem Auftrag übereinstimmen"
@@ -676,6 +684,15 @@ msgstr "Route"
msgid "Routes"
msgstr "Routen"
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
#, fuzzy
#| msgid "Message Delivery error"
msgid "SMS Delivery error"
msgstr "Meldungszustellfehler"
#. module: 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
@@ -751,7 +768,6 @@ msgstr "Bestandszuweisung beantragen"
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -785,12 +801,13 @@ msgid "Stock Request User"
msgstr "Anforderungs-Anwender"
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr "Bezeichner der Anforderung muss eindeutig sein"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr "Bestandsanforderungs-Produktmenge muss streng positiv sein."
@@ -854,20 +871,20 @@ msgid "Submitted state in Stock Requests"
msgstr "Klicken, um eine Bestandaanforderung zu stellen."
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -877,24 +894,17 @@ msgstr ""
"Kommissionierung %s:"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr "Diese Aktion kann nur im Kontext von Produkten ausgeführt werden"
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -907,7 +917,14 @@ msgid "Transfers"
msgstr "Umlagerungen"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -953,7 +970,7 @@ msgid "Warehouse"
msgstr "Warenlager"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -973,7 +990,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -981,7 +998,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -989,7 +1006,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -997,7 +1014,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -1005,7 +1022,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -1013,31 +1030,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "
@@ -1046,6 +1063,15 @@ msgstr ""
"Sie müssen eine Produktmengeneinheit aus der gleichen Kategorie, wie die "
"Basismengeneinheit des Produkts, verwenden"
#~ msgid "If checked new messages require your attention."
#~ msgstr "Wenn angehakt, erfordern Meldungen Ihre Aufmerksamkeit."
#~ msgid "Overdue"
#~ msgstr "Überfällig"
#~ msgid "Planned"
#~ msgstr "Geplant"
#~ msgid "Cancelled"
#~ msgstr "Abgebrochen"

View File

@@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -21,7 +21,7 @@ msgstr ""
"X-Generator: Weblate 3.10\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr "<li><b>%s</b>: Cantidad transferida %s %s</li>"
@@ -45,6 +45,13 @@ msgstr "Activa las Solicitudes de existencias"
msgid "Activities"
msgstr "Actividades"
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -134,7 +141,7 @@ msgid "Company"
msgstr "Compañía"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr "La compañía debe ser la misma que la de la petición"
@@ -221,7 +228,7 @@ msgid "Expected Date"
msgstr "Fecha prevista"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr "La fecha prevista debe ser la misma que la del pedido"
@@ -266,23 +273,36 @@ msgid "ID"
msgstr "ID"
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
msgstr "Si está marcado, los nuevos mensajes requieren su atención."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr "Si está marcado, los nuevos mensajes requieren su atención."
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr "Si está marcado, algunos mensajes tienen un error de entrega."
@@ -344,7 +364,7 @@ msgid "Location"
msgstr "Ubicación"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr "La ubicación debe ser la misma que la del pedido"
@@ -396,7 +416,7 @@ msgid "Name"
msgstr "Nombre"
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr "El nombre debe ser único"
@@ -432,7 +452,9 @@ msgstr "Numero de Acciones"
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
#, fuzzy
#| msgid "Number of error"
msgid "Number of errors"
msgstr "Número de error"
#. module: stock_request
@@ -457,13 +479,13 @@ msgid "Number of unread messages"
msgstr "Número de mensajes no leídos"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr "Solo los pedidos en estado borrado pueden ser eliminadas"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr "Sólo se pueden eliminar peticiones en estado borrador"
@@ -488,26 +510,12 @@ msgstr "Pedido"
msgid "Orders &amp; Configuration"
msgstr "Pedidos y Configuraciones"
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr "Atrasado"
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr "Albaranes"
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr "Planificado"
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -517,7 +525,7 @@ msgid "Procurement Group"
msgstr "Grupo de abastecimiento"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr "El grupo de abastecimiento debe coincidir"
@@ -609,20 +617,20 @@ msgid "Real Quantity"
msgstr "Cantidad real"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr "Confirmación de la recepción %s de la solicitud %s"
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr "Recibir todos los productos a la vez"
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr "Recibir cada producto cuando este disponible"
@@ -649,7 +657,7 @@ msgid "Requested by"
msgstr "Solicitado por"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr "El solicitante debe coincidir"
@@ -673,6 +681,15 @@ msgstr "Ruta"
msgid "Routes"
msgstr "Rutas"
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
#, fuzzy
#| msgid "Message Delivery error"
msgid "SMS Delivery error"
msgstr "Mensaje de Entrega de error"
#. module: 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
@@ -748,7 +765,6 @@ msgstr "Asignación de solicitud de existencias"
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -782,12 +798,13 @@ msgid "Stock Request User"
msgstr "Usuario de Solicitudes de Existencias"
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr "El nombre de la solicitud debe ser único"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -850,20 +867,20 @@ msgid "Submitted state in Stock Requests"
msgstr "Estado enviado en solicitudes de stock"
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr "La compañía de la solicitud debe coincidir con la de la localización."
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr "La compañía de la solicitud debe coincidir con la del almacén."
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -873,24 +890,17 @@ msgstr ""
"albarán %s:"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr "La política de albaranes debe coincidir"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr "Esta acción solo funciona en el contexto de productos"
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr "Hoy"
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -903,7 +913,14 @@ msgid "Transfers"
msgstr "Transferencias"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -951,7 +968,7 @@ msgid "Warehouse"
msgstr "Almacén"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr "El almacén debe coincidir"
@@ -971,7 +988,7 @@ msgid "Website communication history"
msgstr "Historial de comunicación del sitio web"
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -981,7 +998,7 @@ msgstr ""
"pedidos de existencias que pertenecen a otras compañías."
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -991,7 +1008,7 @@ msgstr ""
"solicitudes de existencias que pertenecen a otras compañías."
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -1001,7 +1018,7 @@ msgstr ""
"de existencias que pertenecen a otras compañías."
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -1011,7 +1028,7 @@ msgstr ""
"existencias que pertenecen a otras compañías."
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -1021,31 +1038,31 @@ msgstr ""
"de existencias que pertenecen a otras compañías."
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr "Ha seleccionado una localización que está asignada a otra compañía."
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr "Ha seleccionado un producto que está asignado a otra compañía."
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr "Ha seleccionado una ruta que está asignada a otra compañía."
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr "Ha seleccionado un almacén que está asignado a otra compañía."
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "
@@ -1054,6 +1071,18 @@ msgstr ""
"Debe seleccionada una unidad de medida de producto de la misma categoría que "
"la unidad de medida por defecto del producto"
#~ msgid "If checked new messages require your attention."
#~ msgstr "Si está marcado, los nuevos mensajes requieren su atención."
#~ msgid "Overdue"
#~ msgstr "Atrasado"
#~ msgid "Planned"
#~ msgstr "Planificado"
#~ msgid "Today"
#~ msgstr "Hoy"
#~ msgid "Cancelled"
#~ msgstr "Cancelado"

View File

@@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -43,6 +43,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -128,7 +135,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -215,7 +222,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -260,23 +267,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -338,7 +358,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -387,7 +407,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -423,7 +443,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -448,13 +468,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -479,26 +499,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -508,7 +514,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -596,20 +602,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -636,7 +642,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -660,6 +666,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -731,7 +744,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -765,12 +777,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -831,20 +844,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -852,24 +865,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -882,7 +888,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -928,7 +941,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -948,7 +961,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -956,7 +969,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -964,7 +977,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -972,7 +985,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -980,7 +993,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -988,31 +1001,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -43,6 +43,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -128,7 +135,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -215,7 +222,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -260,23 +267,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -338,7 +358,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -387,7 +407,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -423,7 +443,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -448,13 +468,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -479,26 +499,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -508,7 +514,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -596,20 +602,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -636,7 +642,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -660,6 +666,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -731,7 +744,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -765,12 +777,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -831,20 +844,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -852,24 +865,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -882,7 +888,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -928,7 +941,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -948,7 +961,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -956,7 +969,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -964,7 +977,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -972,7 +985,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -980,7 +993,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -988,31 +1001,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -43,6 +43,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -128,7 +135,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -215,7 +222,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -260,23 +267,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -338,7 +358,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -387,7 +407,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -423,7 +443,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -448,13 +468,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -479,26 +499,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -508,7 +514,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -596,20 +602,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -636,7 +642,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -660,6 +666,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -731,7 +744,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -765,12 +777,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -831,20 +844,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -852,24 +865,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -882,7 +888,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -928,7 +941,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -948,7 +961,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -956,7 +969,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -964,7 +977,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -972,7 +985,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -980,7 +993,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -988,31 +1001,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -43,6 +43,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -128,7 +135,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -215,7 +222,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -260,23 +267,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -338,7 +358,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -387,7 +407,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -423,7 +443,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -448,13 +468,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -479,26 +499,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -508,7 +514,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -596,20 +602,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -636,7 +642,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -660,6 +666,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -731,7 +744,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -765,12 +777,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -831,20 +844,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -852,24 +865,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -882,7 +888,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -928,7 +941,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -948,7 +961,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -956,7 +969,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -964,7 +977,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -972,7 +985,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -980,7 +993,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -988,31 +1001,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -20,7 +20,7 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -21,7 +21,7 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -45,6 +45,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -130,7 +137,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -217,7 +224,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -262,23 +269,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -340,7 +360,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -389,7 +409,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -425,7 +445,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -450,13 +470,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -481,26 +501,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -510,7 +516,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -598,20 +604,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -638,7 +644,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -662,6 +668,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -733,7 +746,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -767,12 +779,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -833,20 +846,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -854,24 +867,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -884,7 +890,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -930,7 +943,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -950,7 +963,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -958,7 +971,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -966,7 +979,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -974,7 +987,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -982,7 +995,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -990,31 +1003,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -43,6 +43,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -128,7 +135,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -215,7 +222,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -260,23 +267,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -338,7 +358,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -387,7 +407,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -423,7 +443,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -448,13 +468,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -479,26 +499,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -508,7 +514,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -596,20 +602,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -636,7 +642,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -660,6 +666,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -731,7 +744,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -765,12 +777,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -831,20 +844,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -852,24 +865,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -882,7 +888,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -928,7 +941,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -948,7 +961,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -956,7 +969,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -964,7 +977,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -972,7 +985,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -980,7 +993,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -988,31 +1001,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -43,6 +43,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -128,7 +135,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -215,7 +222,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -260,23 +267,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -338,7 +358,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -387,7 +407,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -423,7 +443,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -448,13 +468,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -479,26 +499,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -508,7 +514,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -596,20 +602,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -636,7 +642,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -660,6 +666,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -731,7 +744,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -765,12 +777,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -831,20 +844,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -852,24 +865,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -882,7 +888,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -928,7 +941,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -948,7 +961,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -956,7 +969,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -964,7 +977,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -972,7 +985,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -980,7 +993,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -988,31 +1001,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -43,6 +43,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -128,7 +135,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -215,7 +222,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -260,23 +267,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -338,7 +358,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -387,7 +407,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -423,7 +443,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -448,13 +468,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -479,26 +499,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -508,7 +514,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -596,20 +602,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -636,7 +642,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -660,6 +666,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -731,7 +744,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -765,12 +777,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -831,20 +844,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -852,24 +865,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -882,7 +888,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -928,7 +941,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -948,7 +961,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -956,7 +969,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -964,7 +977,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -972,7 +985,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -980,7 +993,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -988,31 +1001,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -20,7 +20,7 @@ msgstr ""
"2:1));\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -21,7 +21,7 @@ msgstr ""
"%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -45,6 +45,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -130,7 +137,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -217,7 +224,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -262,23 +269,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -340,7 +360,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -389,7 +409,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -425,7 +445,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -450,13 +470,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -481,26 +501,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -510,7 +516,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -598,20 +604,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -638,7 +644,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -662,6 +668,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -733,7 +746,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -767,12 +779,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -833,20 +846,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -854,24 +867,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -884,7 +890,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -930,7 +943,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -950,7 +963,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -958,7 +971,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -966,7 +979,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -974,7 +987,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -982,7 +995,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -990,31 +1003,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -20,7 +20,7 @@ msgstr ""
"%100==4 ? 2 : 3);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -1,12 +1,12 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_request
# * stock_request
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: \n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -38,6 +38,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -93,7 +100,9 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
msgid "By default only internal and transit locations are allowed in Stock Request and Orders."
msgid ""
"By default only internal and transit locations are allowed in Stock Request "
"and Orders."
msgstr ""
#. module: stock_request
@@ -121,7 +130,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -208,7 +217,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -253,23 +262,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -331,7 +353,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -366,7 +388,10 @@ msgstr ""
#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id
#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id
msgid "Moves created through this stock request will be put in this procurement group. If none is given, the moves generated by procurement rules will be grouped into one big picking."
msgid ""
"Moves created through this stock request will be put in this procurement "
"group. If none is given, the moves generated by procurement rules will be "
"grouped into one big picking."
msgstr ""
#. module: stock_request
@@ -377,8 +402,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0
#: sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -414,7 +438,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -439,13 +463,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -470,26 +494,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -499,7 +509,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -561,13 +571,17 @@ msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty
msgid "Quantity of the stock request allocated to the stock move, in the UoM of the Stock Request"
msgid ""
"Quantity of the stock request allocated to the stock move, in the UoM of the"
" Stock Request"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty
#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty
msgid "Quantity of the stock request allocated to the stock move, in the default UoM of the product"
msgid ""
"Quantity of the stock request allocated to the stock move, in the default "
"UoM of the product"
msgstr ""
#. module: stock_request
@@ -583,20 +597,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -623,7 +637,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -647,6 +661,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -675,7 +696,8 @@ msgstr ""
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state
msgid "Status based on activities\n"
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
@@ -717,7 +739,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -751,13 +772,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0
#: sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -818,43 +839,39 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgid ""
"The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "The following requested items from Stock Request %s have now been received in %s using Picking %s:"
msgid ""
"The following requested items from Stock Request %s have now been received "
"in %s using Picking %s:"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -867,9 +884,18 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Unfortunately it seems you do not have the necessary rights for creating stock requests. Please contact your administrator."
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
"stock requests. Please contact your administrator."
msgstr ""
#. module: stock_request
@@ -911,7 +937,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -931,62 +957,73 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid "You cannot change the company of the location, as it is already assigned to stock request orders that belong to another company."
msgid ""
"You cannot change the company of the location, as it is already assigned to "
"stock request orders that belong to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid "You cannot change the company of the location, as it is already assigned to stock requests that belong to another company."
msgid ""
"You cannot change the company of the location, as it is already assigned to "
"stock requests that belong to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid "You cannot change the company of the route, as it is already assigned to stock requests that belong to another company."
msgid ""
"You cannot change the company of the route, as it is already assigned to "
"stock requests that belong to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid "You cannot change the company of the warehouse, as it is already assigned to stock request orders that belong to another company."
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to"
" stock request orders that belong to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid "You cannot change the company of the warehouse, as it is already assigned to stock requests that belong to another company."
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to"
" stock requests that belong to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have to select a product unit of measure in the same category than the default unit of measure of the product"
msgid ""
"You have to select a product unit of measure in the same category than the "
"default unit of measure of the product"
msgstr ""

View File

@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -43,6 +43,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -128,7 +135,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -215,7 +222,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -260,23 +267,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -338,7 +358,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -387,7 +407,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -423,7 +443,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -448,13 +468,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -479,26 +499,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -508,7 +514,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -596,20 +602,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -636,7 +642,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -660,6 +666,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -731,7 +744,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -765,12 +777,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -831,20 +844,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -852,24 +865,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -882,7 +888,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -928,7 +941,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -948,7 +961,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -956,7 +969,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -964,7 +977,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -972,7 +985,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -980,7 +993,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -988,31 +1001,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr ""
@@ -44,6 +44,13 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -129,7 +136,7 @@ msgid "Company"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr ""
@@ -216,7 +223,7 @@ msgid "Expected Date"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr ""
@@ -261,23 +268,36 @@ msgid "ID"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@@ -339,7 +359,7 @@ msgid "Location"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr ""
@@ -388,7 +408,7 @@ msgid "Name"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr ""
@@ -424,7 +444,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: stock_request
@@ -449,13 +469,13 @@ msgid "Number of unread messages"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr ""
@@ -480,26 +500,12 @@ msgstr ""
msgid "Orders &amp; Configuration"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -509,7 +515,7 @@ msgid "Procurement Group"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr ""
@@ -597,20 +603,20 @@ msgid "Real Quantity"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr ""
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr ""
@@ -637,7 +643,7 @@ msgid "Requested by"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr ""
@@ -661,6 +667,13 @@ msgstr ""
msgid "Routes"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: 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
@@ -732,7 +745,6 @@ msgstr ""
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -766,12 +778,13 @@ msgid "Stock Request User"
msgstr ""
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr ""
@@ -832,20 +845,20 @@ msgid "Submitted state in Stock Requests"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -853,24 +866,17 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr ""
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr ""
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -883,7 +889,14 @@ msgid "Transfers"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -929,7 +942,7 @@ msgid "Warehouse"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr ""
@@ -949,7 +962,7 @@ msgid "Website communication history"
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -957,7 +970,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -965,7 +978,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -973,7 +986,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -981,7 +994,7 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -989,31 +1002,31 @@ msgid ""
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "

View File

@@ -21,7 +21,7 @@ msgstr ""
"X-Generator: Weblate 3.8\n"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:20
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
msgstr "<li><b>%s</b>: 调拨数量%s %s</li>"
@@ -45,6 +45,13 @@ msgstr "激活库存请求单"
msgid "Activities"
msgstr "活动"
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state
@@ -130,7 +137,7 @@ msgid "Company"
msgstr "公司"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:189
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Company must be equal to the order"
msgstr "公司必须等于订单"
@@ -217,7 +224,7 @@ msgid "Expected Date"
msgstr "预计日期"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:196
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Expected date must be equal to the order"
msgstr "预计日期必须等于订单"
@@ -262,23 +269,36 @@ msgid "ID"
msgstr "ID"
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked new messages require your attention."
msgstr ".如果勾选此项,将会收到新消息提醒。"
#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_icon
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
msgid "If checked, new messages require your attention."
msgstr "如果勾选此项,将会收到新消息提醒。"
#. module: stock_request
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr "如果勾选此项, 某些信息将会产生传递错误。"
@@ -340,7 +360,7 @@ msgid "Location"
msgstr "位置"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:172
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Location must be equal to the order"
msgstr "位置必须等于订单"
@@ -391,7 +411,7 @@ msgid "Name"
msgstr "名称"
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
msgid "Name must be unique"
msgstr "名称必须唯一"
@@ -427,7 +447,9 @@ msgstr "操作次数"
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter
msgid "Number of error"
#, fuzzy
#| msgid "Number of error"
msgid "Number of errors"
msgstr "错误数"
#. module: stock_request
@@ -452,13 +474,13 @@ msgid "Number of unread messages"
msgstr "未读消息的数量"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:267
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr "只有处于草稿状态的订单才能取消链接"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:334
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Only requests on draft state can be unlinked"
msgstr "只有处于草稿状态的请求才能取消链接"
@@ -483,26 +505,12 @@ msgstr "订单"
msgid "Orders &amp; Configuration"
msgstr "订单&amp;配置"
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Overdue"
msgstr "逾期"
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids
msgid "Pickings"
msgstr "拣货"
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Planned"
msgstr "计划"
#. module: stock_request
#: model:ir.model,name:stock_request.model_procurement_group
#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id
@@ -512,7 +520,7 @@ msgid "Procurement Group"
msgstr "补货组"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:182
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Procurement group must be equal to the order"
msgstr "补货组必须等于订单"
@@ -600,20 +608,20 @@ msgid "Real Quantity"
msgstr "实际数量"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:12
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid "Receipt confirmation %s for your Request %s"
msgstr "您的请求%s的收据确认%s"
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__one
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__one
msgid "Receive all products at once"
msgstr "一次接收所有产品"
#. module: stock_request
#: selection:stock.request,picking_policy:0
#: selection:stock.request.order,picking_policy:0
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request__picking_policy__direct
#: model:ir.model.fields.selection,name:stock_request.selection__stock_request_order__picking_policy__direct
msgid "Receive each product when available"
msgstr "收到每个可用的产品"
@@ -640,7 +648,7 @@ msgid "Requested by"
msgstr "请求者"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:158
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Requested by must be equal to the order"
msgstr "请求者必须等于订单"
@@ -664,6 +672,15 @@ msgstr "路线"
msgid "Routes"
msgstr "路线"
#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
#, fuzzy
#| msgid "Message Delivery error"
msgid "SMS Delivery error"
msgstr "消息递送错误"
#. module: 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
@@ -739,7 +756,6 @@ msgstr "库存请求分配"
#. module: stock_request
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree
msgid "Stock Request Allocations"
@@ -773,12 +789,13 @@ msgid "Stock Request User"
msgstr "库存请求用户"
#. module: stock_request
#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_name_uniq
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_order_name_uniq
msgid "Stock Request name must be unique"
msgstr "库存请求名称必须唯一"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:165
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "Stock Request product quantity has to be strictly positive."
msgstr "库存请求产品的数量必须严格为正数。"
@@ -839,20 +856,20 @@ msgid "Submitted state in Stock Requests"
msgstr "库存请求的提交状态"
#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:284
#: code:addons/stock_request/models/stock_move.py:0
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the location."
msgstr "库存请求的公司必须与位置的公司匹配。"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:275
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr "库存请求的公司必须与仓库的公司匹配。"
#. module: stock_request
#: code:addons/stock_request/models/stock_move_line.py:15
#: code:addons/stock_request/models/stock_move_line.py:0
#, python-format
msgid ""
"The following requested items from Stock Request %s have now been received "
@@ -860,24 +877,17 @@ msgid ""
msgstr "从库存请求%s中请求的下列项目现在已在使用领料%s的%s中收到"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:206
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "The picking policy must be equal to the order"
msgstr "拣货策略必须等于订单"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:293
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid "This action only works in the context of products"
msgstr "此操作仅在产品范围内有效"
#. module: stock_request
#: selection:stock.request,activity_state:0
#: selection:stock.request.abstract,activity_state:0
#: selection:stock.request.order,activity_state:0
msgid "Today"
msgstr "今天"
#. module: stock_request
#: model:ir.model,name:stock_request.model_stock_picking
msgid "Transfer"
@@ -890,7 +900,14 @@ msgid "Transfers"
msgstr "调拨"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:314
#: model:ir.model.fields,help:stock_request.field_stock_request__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_exception_decoration
#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:0
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
@@ -936,7 +953,7 @@ msgid "Warehouse"
msgstr "仓库"
#. module: stock_request
#: code:addons/stock_request/models/stock_request.py:165
#: code:addons/stock_request/models/stock_request.py:0
#, python-format
msgid "Warehouse must be equal to the order"
msgstr "仓库必须等于订单"
@@ -956,7 +973,7 @@ msgid "Website communication history"
msgstr "网站沟通记录"
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:24
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -964,7 +981,7 @@ msgid ""
msgstr "您无法更改位置的公司,因为它已分配给属于另一公司的库存请求单。"
#. module: stock_request
#: code:addons/stock_request/models/stock_location.py:17
#: code:addons/stock_request/models/stock_location.py:0
#, python-format
msgid ""
"You cannot change the company of the location, as it is already assigned to "
@@ -972,7 +989,7 @@ msgid ""
msgstr "您无法更改位置的公司,因为它已分配给属于另一公司的库存请求。"
#. module: stock_request
#: code:addons/stock_request/models/stock_location_route.py:17
#: code:addons/stock_request/models/stock_location_route.py:0
#, python-format
msgid ""
"You cannot change the company of the route, as it is already assigned to "
@@ -980,7 +997,7 @@ msgid ""
msgstr "您无法更改该路线的公司,因为它已分配给属于另一公司的库存请求。"
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:26
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -988,7 +1005,7 @@ msgid ""
msgstr "您无法更改仓库的公司,因为它已经分配给属于另一家公司的库存请求单。"
#. module: stock_request
#: code:addons/stock_request/models/stock_warehouse.py:18
#: code:addons/stock_request/models/stock_warehouse.py:0
#, python-format
msgid ""
"You cannot change the company of the warehouse, as it is already assigned to "
@@ -996,37 +1013,49 @@ msgid ""
msgstr "您无法更改仓库的公司,因为它已分配给属于另一个公司的库存请求。"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr "您输入了分配给其他公司的位置。"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:133
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr "您输入了分配给其他公司的产品。"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:147
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr "您输入了分配给其他公司的路线。"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:142
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr "您输入了分配给其他公司的仓库。"
#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:157
#: code:addons/stock_request/models/stock_request_abstract.py:0
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "
"default unit of measure of the product"
msgstr "您必须选择与产品默认计量单位相同类别的产品计量单位"
#~ msgid "If checked new messages require your attention."
#~ msgstr ".如果勾选此项,将会收到新消息提醒。"
#~ msgid "Overdue"
#~ msgstr "逾期"
#~ msgid "Planned"
#~ msgstr "计划"
#~ msgid "Today"
#~ msgstr "今天"
#~ msgid "Cancelled"
#~ msgstr "已取消"

View File

@@ -8,13 +8,22 @@ class ProcurementGroup(models.Model):
_inherit = "procurement.group"
@api.model
def run(
self, product_id, product_qty, product_uom, location_id, name, origin, values
):
if "stock_request_id" in values and values.get("stock_request_id"):
req = self.env["stock.request"].browse(values.get("stock_request_id"))
if req.order_id:
origin = req.order_id.name
return super().run(
product_id, product_qty, product_uom, location_id, name, origin, values
)
def run(self, procurements):
indexes_to_pop = []
new_procs = []
for i, procurement in enumerate(procurements):
if "stock_request_id" in procurement.values and procurement.values.get(
"stock_request_id"
):
req = self.env["stock.request"].browse(
procurement.values.get("stock_request_id")
)
if req.order_id:
new_procs.append(procurement._replace(origin=req.order_id.name))
indexes_to_pop.append(i)
if new_procs:
indexes_to_pop.reverse()
for index in indexes_to_pop:
procurements.pop(index)
procurements.extend(new_procs)
return super().run(procurements)

View File

@@ -1,4 +1,4 @@
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
# Copyright 2017-2020 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import _, api, fields, models

View File

@@ -51,7 +51,7 @@ class StockMoveLine(models.Model):
# We do sudo because potentially the user that completes the move
# may not have permissions for stock.request.
to_allocate_qty = ml.qty_done
for allocation in ml.move_id.allocation_ids.sudo():
for allocation in ml.move_id.allocation_ids:
allocated_qty = 0.0
if allocation.open_product_qty:
allocated_qty = min(allocation.open_product_qty, qty_done)

View File

@@ -1,4 +1,4 @@
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
# Copyright 2017-2020 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import api, fields, models

View File

@@ -1,12 +1,10 @@
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
# Copyright 2017-2020 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import _, api, fields, models
from odoo.exceptions import UserError, ValidationError
from odoo.tools import float_compare
from odoo.addons import decimal_precision as dp
REQUEST_STATES = [
("draft", "Draft"),
("open", "In progress"),
@@ -92,7 +90,7 @@ class StockRequest(models.Model):
)
qty_in_progress = fields.Float(
"Qty In Progress",
digits=dp.get_precision("Product Unit of Measure"),
digits="Product Unit of Measure",
readonly=True,
compute="_compute_qty",
store=True,
@@ -100,7 +98,7 @@ class StockRequest(models.Model):
)
qty_done = fields.Float(
"Qty Done",
digits=dp.get_precision("Product Unit of Measure"),
digits="Product Unit of Measure",
readonly=True,
compute="_compute_qty",
store=True,
@@ -208,12 +206,10 @@ class StockRequest(models.Model):
if self.order_id and self.order_id.picking_policy != self.picking_policy:
raise ValidationError(_("The picking policy must be equal to the order"))
@api.multi
def _action_confirm(self):
self._action_launch_procurement_rule()
self.state = "open"
@api.multi
def action_confirm(self):
self._action_confirm()
return True
@@ -223,7 +219,7 @@ class StockRequest(models.Model):
return True
def action_cancel(self):
self.sudo().mapped("move_ids")._action_cancel()
self.mapped("move_ids")._action_cancel()
self.state = "cancel"
return True
@@ -271,7 +267,6 @@ class StockRequest(models.Model):
def _skip_procurement(self):
return self.state != "draft" or self.product_id.type not in ("consu", "product")
@api.multi
def _action_launch_procurement_rule(self):
"""
Launch procurement group run method with required/custom
@@ -298,25 +293,26 @@ class StockRequest(models.Model):
group_id=request.procurement_group_id
)
try:
# We launch with sudo because potentially we could create
# objects that the user is not authorized to create, such
# as PO.
self.env["procurement.group"].sudo().run(
request.product_id,
request.product_uom_qty,
request.product_uom_id,
request.location_id,
request.name,
request.name,
values,
procurements = []
procurements.append(
self.env["procurement.group"].Procurement(
request.product_id,
request.product_uom_qty,
request.product_uom_id,
request.location_id,
request.name,
request.name,
self.env.company,
values,
)
)
self.env["procurement.group"].run(procurements)
except UserError as error:
errors.append(error.name)
if errors:
raise UserError("\n".join(errors))
return True
@api.multi
def action_view_transfer(self):
action = self.env.ref("stock.action_picking_tree_all").read()[0]
@@ -335,7 +331,6 @@ class StockRequest(models.Model):
upd_vals["name"] = self.env["ir.sequence"].next_by_code("stock.request")
return super().create(upd_vals)
@api.multi
def unlink(self):
if self.filtered(lambda r: r.state != "draft"):
raise UserError(_("Only requests on draft state can be unlinked"))

View File

@@ -1,11 +1,9 @@
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
# Copyright 2017-2020 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import _, api, fields, models
from odoo.exceptions import ValidationError
from odoo.addons import decimal_precision as dp
class StockRequest(models.AbstractModel):
_name = "stock.request.abstract"
@@ -66,16 +64,16 @@ class StockRequest(models.AbstractModel):
)
product_uom_qty = fields.Float(
"Quantity",
digits=dp.get_precision("Product Unit of Measure"),
digits="Product Unit of Measure",
required=True,
help="Quantity, specified in the unit of measure indicated in the " "request.",
help="Quantity, specified in the unit of measure indicated in the request.",
)
product_qty = fields.Float(
"Real Quantity",
compute="_compute_product_qty",
store=True,
copy=False,
digits=dp.get_precision("Product Unit of Measure"),
digits="Product Unit of Measure",
help="Quantity in the default UoM of the product",
)
procurement_group_id = fields.Many2one(
@@ -86,12 +84,7 @@ class StockRequest(models.AbstractModel):
"procurement rules will be grouped into one big picking.",
)
company_id = fields.Many2one(
"res.company",
"Company",
required=True,
default=lambda self: self.env["res.company"]._company_default_get(
"stock.request"
),
"res.company", "Company", required=True, default=lambda self: self.env.company
)
route_id = fields.Many2one(
"stock.location.route",
@@ -202,8 +195,8 @@ class StockRequest(models.AbstractModel):
def _check_qty(self):
for rec in self:
if rec.product_qty <= 0:
raise ValueError(
_("Stock Request product quantity has to be" " strictly positive.")
raise ValidationError(
_("Stock Request product quantity has to be strictly positive.")
)
@api.onchange("warehouse_id")
@@ -217,7 +210,7 @@ class StockRequest(models.AbstractModel):
# the onchange, as it could lead to inconsistencies.
return res
if self.warehouse_id:
loc_wh = self.location_id.sudo().get_warehouse()
loc_wh = self.location_id.get_warehouse()
if self.warehouse_id != loc_wh:
self.location_id = self.warehouse_id.lot_stock_id.id
if self.warehouse_id.company_id != self.company_id:
@@ -227,7 +220,7 @@ class StockRequest(models.AbstractModel):
@api.onchange("location_id")
def onchange_location_id(self):
if self.location_id:
loc_wh = self.location_id.sudo().get_warehouse()
loc_wh = self.location_id.get_warehouse()
if loc_wh and self.warehouse_id != loc_wh:
self.warehouse_id = loc_wh
self.with_context(no_change_childs=True).onchange_warehouse_id()

View File

@@ -1,4 +1,4 @@
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
# Copyright 2017-2020 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import api, fields, models

View File

@@ -92,9 +92,7 @@ class StockRequestOrder(models.Model):
required=True,
readonly=True,
states={"draft": [("readonly", False)]},
default=lambda self: self.env["res.company"]._company_default_get(
"stock.request.order"
),
default=lambda self: self.env.company,
)
expected_date = fields.Datetime(
"Expected Date",
@@ -173,7 +171,7 @@ class StockRequestOrder(models.Model):
@api.onchange("location_id")
def onchange_location_id(self):
if self.location_id:
loc_wh = self.location_id.sudo().get_warehouse()
loc_wh = self.location_id.get_warehouse()
if loc_wh and self.warehouse_id != loc_wh:
self.warehouse_id = loc_wh
self.with_context(no_change_childs=True).onchange_warehouse_id()
@@ -188,11 +186,11 @@ class StockRequestOrder(models.Model):
def onchange_warehouse_id(self):
if self.warehouse_id:
# search with sudo because the user may not have permissions
loc_wh = self.location_id.sudo().get_warehouse()
loc_wh = self.location_id.get_warehouse()
if self.warehouse_id != loc_wh:
self.location_id = self.warehouse_id.sudo().lot_stock_id
self.location_id = self.warehouse_id.lot_stock_id
self.with_context(no_change_childs=True).onchange_location_id()
if self.warehouse_id.sudo().company_id != self.company_id:
if self.warehouse_id.company_id != self.company_id:
self.company_id = self.warehouse_id.company_id
self.with_context(no_change_childs=True).onchange_company_id()
self.change_childs()
@@ -204,8 +202,7 @@ class StockRequestOrder(models.Model):
@api.onchange("company_id")
def onchange_company_id(self):
if self.company_id and (
not self.warehouse_id
or self.warehouse_id.sudo().company_id != self.company_id
not self.warehouse_id or self.warehouse_id.company_id != self.company_id
):
self.warehouse_id = self.env["stock.warehouse"].search(
[("company_id", "=", self.company_id.id)], limit=1
@@ -225,7 +222,6 @@ class StockRequestOrder(models.Model):
line.requested_by = self.requested_by
line.procurement_group_id = self.procurement_group_id
@api.multi
def action_confirm(self):
for line in self.stock_request_ids:
line.action_confirm()
@@ -253,7 +249,6 @@ class StockRequestOrder(models.Model):
self.action_done()
return
@api.multi
def action_view_transfer(self):
action = self.env.ref("stock.action_picking_tree_all").read()[0]
@@ -265,7 +260,6 @@ class StockRequestOrder(models.Model):
action["res_id"] = pickings.id
return action
@api.multi
def action_view_stock_requests(self):
action = self.env.ref("stock_request.action_stock_request_form").read()[0]
if len(self.stock_request_ids) > 1:
@@ -286,7 +280,6 @@ class StockRequestOrder(models.Model):
)
return super().create(upd_vals)
@api.multi
def unlink(self):
if self.filtered(lambda r: r.state != "draft"):
raise UserError(_("Only orders on draft state can be unlinked"))

View File

@@ -1,4 +1,4 @@
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
# Copyright 2017-2020 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import models
@@ -15,8 +15,8 @@ class StockRule(models.Model):
location_id,
name,
origin,
company_id,
values,
group_id,
):
result = super(StockRule, self)._get_stock_move_values(
product_id,
@@ -25,8 +25,8 @@ class StockRule(models.Model):
location_id,
name,
origin,
company_id,
values,
group_id,
)
if values.get("stock_request_id", False):
result["allocation_ids"] = [

View File

@@ -1,10 +1,12 @@
* Jordi Ballester (EFICENT) <jordi.ballester@eficent.com>.
* Jordi Ballester (EFICENT) <jordi.ballester@forgeflow.com>.
* Enric Tobella <etobella@creublanca.es>
* Atte Isopuro <atte.isopuro@avoin.systems>
* Lois Rilo <lois.rilo@eficent.com>
* Lois Rilo <lois.rilo@forgeflow.com>
* Raul Martin <raul.martin@braintec-group.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* `Open Source Integrators <https://www.opensourceintegrators.com>`_
* Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
* Steve Campbell <scampbell@opensourceintegrators.com>
* Héctor Villarreal <hector.villarreal@forgeflow.com>

View File

@@ -4,7 +4,7 @@ access_stock_request_manager,stock request manager,model_stock_request,group_sto
access_stock_request_stock_user,stock.request stock user,model_stock_request,stock.group_stock_user,1,0,0,0
access_stock_request_allocation_user,stock request allocation user,model_stock_request_allocation,group_stock_request_user,1,1,1,1
access_stock_request_allocation_manager,stock request allocation manager,model_stock_request_allocation,group_stock_request_manager,1,1,1,1
access_stock_request_allocation_stock_user,stock.request.allocation stock user,model_stock_request_allocation,stock.group_stock_user,1,0,0,0
access_stock_request_allocation_stock_user,stock.request.allocation stock user,model_stock_request_allocation,base.group_user,1,0,0,0
access_stock_location_user,stock.location.user,stock.model_stock_location,group_stock_request_user,1,0,0,0
access_stock_location_request_manager,stock.location request manager,stock.model_stock_location,group_stock_request_manager,1,0,0,0
access_stock_rule_request_manager,stock_rule_request_manager,stock.model_stock_rule,group_stock_request_manager,1,0,0,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
4 access_stock_request_stock_user stock.request stock user model_stock_request stock.group_stock_user 1 0 0 0
5 access_stock_request_allocation_user stock request allocation user model_stock_request_allocation group_stock_request_user 1 1 1 1
6 access_stock_request_allocation_manager stock request allocation manager model_stock_request_allocation group_stock_request_manager 1 1 1 1
7 access_stock_request_allocation_stock_user stock.request.allocation stock user model_stock_request_allocation stock.group_stock_user base.group_user 1 0 0 0
8 access_stock_location_user stock.location.user stock.model_stock_location group_stock_request_user 1 0 0 0
9 access_stock_location_request_manager stock.location request manager stock.model_stock_location group_stock_request_manager 1 0 0 0
10 access_stock_rule_request_manager stock_rule_request_manager stock.model_stock_rule group_stock_request_manager 1 0 0 0

View File

@@ -1,117 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record model="ir.module.category" id="module_category_stock_request">
<field name="name">Stock Request</field>
<field name="parent_id" ref="base.module_category_warehouse_management"/>
<field name="parent_id" ref="base.module_category_warehouse_management" />
<field name="sequence">10</field>
</record>
<record id="group_stock_request_user" model="res.groups">
<field name="name">Stock Request User</field>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
<field name="category_id" ref="module_category_stock_request"/>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]" />
<field name="category_id" ref="module_category_stock_request" />
</record>
<record id="group_stock_request_manager" model="res.groups">
<field name="name">Stock Request Manager</field>
<field name="users" eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"/>
<field name="implied_ids"
eval="[(4, ref('stock_request.group_stock_request_user'))]"/>
<field name="category_id" ref="module_category_stock_request"/>
<field
name="users"
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
/>
<field
name="implied_ids"
eval="[(4, ref('stock_request.group_stock_request_user')),(4, ref('stock.group_stock_user'))]"
/>
<field name="category_id" ref="module_category_stock_request" />
</record>
<record id="group_stock_request_order" model="res.groups">
<field name="name">Stock Request Order</field>
<field name="category_id" ref="base.module_category_hidden"/>
<field name="category_id" ref="base.module_category_hidden" />
</record>
<record id="stock.group_stock_user" model="res.groups">
<field name="implied_ids"
eval="[(4, ref('group_stock_request_user'))]"/>
<field name="implied_ids" eval="[(4, ref('group_stock_request_user'))]" />
</record>
<data noupdate="1">
<record model="ir.rule" id="stock_picking_rule">
<field name="name">stock_request multi-company</field>
<field name="model_id" search="[('model','=','stock.request')]"
model="ir.model"/>
<field name="global" eval="True"/>
<field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
<field
name="model_id"
search="[('model','=','stock.request')]"
model="ir.model"
/>
<field name="global" eval="True" />
<field
name="domain_force"
>['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
</record>
<record id="stock_request_followers_rule" model="ir.rule">
<field name="name">Follow Stock Request</field>
<field name="model_id" ref="model_stock_request"/>
<field name="groups" eval="[(6,0, [ref('group_stock_request_user')])]"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="False"/>
<field name="perm_create" eval="False"/>
<field name="perm_unlink" eval="False"/>
<field name="model_id" ref="model_stock_request" />
<field name="groups" eval="[(6,0, [ref('group_stock_request_user')])]" />
<field name="perm_read" eval="True" />
<field name="perm_write" eval="False" />
<field name="perm_create" eval="False" />
<field name="perm_unlink" eval="False" />
<field name="domain_force">['|',('requested_by','=',user.id),
('message_partner_ids', 'in', [user.partner_id.id])]</field>
</record>
<record id="stock_request_rule" model="ir.rule">
<field name="name">Stock Request User</field>
<field name="model_id" ref="model_stock_request"/>
<field name="groups" eval="[(6,0, [ref('group_stock_request_user')])]"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="True"/>
<field name="perm_create" eval="True"/>
<field name="perm_unlink" eval="True"/>
<field name="model_id" ref="model_stock_request" />
<field name="groups" eval="[(6,0, [ref('group_stock_request_user')])]" />
<field name="perm_read" eval="True" />
<field name="perm_write" eval="True" />
<field name="perm_create" eval="True" />
<field name="perm_unlink" eval="True" />
<field name="domain_force">[('requested_by','=',user.id)]</field>
</record>
<record id="stock_request_manager_rule" model="ir.rule">
<field name="name">Stock Request Manager</field>
<field name="model_id" ref="model_stock_request"/>
<field name="groups" eval="[(6,0, [ref('group_stock_request_manager')])]"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="True"/>
<field name="perm_create" eval="True"/>
<field name="perm_unlink" eval="True"/>
<field name="model_id" ref="model_stock_request" />
<field name="groups" eval="[(6,0, [ref('group_stock_request_manager')])]" />
<field name="perm_read" eval="True" />
<field name="perm_write" eval="True" />
<field name="perm_create" eval="True" />
<field name="perm_unlink" eval="True" />
</record>
<record model="ir.rule" id="stock_request_order_picking_rule">
<field name="name">stock_request_order multi-company</field>
<field name="model_id" ref="model_stock_request_order"/>
<field name="global" eval="True"/>
<field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
<field name="model_id" ref="model_stock_request_order" />
<field name="global" eval="True" />
<field
name="domain_force"
>['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
</record>
<record id="stock_request_order_followers_rule" model="ir.rule">
<field name="name">Follow Stock Request Order</field>
<field name="model_id" ref="model_stock_request_order"/>
<field name="groups" eval="[(6,0, [ref('stock_request.group_stock_request_user')])]"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="False"/>
<field name="perm_create" eval="False"/>
<field name="perm_unlink" eval="False"/>
<field name="model_id" ref="model_stock_request_order" />
<field
name="groups"
eval="[(6,0, [ref('stock_request.group_stock_request_user')])]"
/>
<field name="perm_read" eval="True" />
<field name="perm_write" eval="False" />
<field name="perm_create" eval="False" />
<field name="perm_unlink" eval="False" />
<field name="domain_force">['|',('requested_by','=',user.id),
('message_partner_ids', 'in', [user.partner_id.id])]</field>
</record>
<record id="stock_request_order_rule" model="ir.rule">
<field name="name">Stock Request Order User</field>
<field name="model_id" ref="model_stock_request_order"/>
<field name="groups" eval="[(6,0, [ref('stock_request.group_stock_request_user')])]"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="True"/>
<field name="perm_create" eval="True"/>
<field name="perm_unlink" eval="True"/>
<field name="model_id" ref="model_stock_request_order" />
<field
name="groups"
eval="[(6,0, [ref('stock_request.group_stock_request_user')])]"
/>
<field name="perm_read" eval="True" />
<field name="perm_write" eval="True" />
<field name="perm_create" eval="True" />
<field name="perm_unlink" eval="True" />
<field name="domain_force">[('requested_by','=',user.id)]</field>
</record>
<record id="stock_request_order_manager_rule" model="ir.rule">
<field name="name">Stock Request Manager</field>
<field name="model_id" ref="model_stock_request_order"/>
<field name="groups" eval="[(6,0, [ref('stock_request.group_stock_request_manager')])]"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="True"/>
<field name="perm_create" eval="True"/>
<field name="perm_unlink" eval="True"/>
<field name="model_id" ref="model_stock_request_order" />
<field
name="groups"
eval="[(6,0, [ref('stock_request.group_stock_request_manager')])]"
/>
<field name="perm_read" eval="True" />
<field name="perm_write" eval="True" />
<field name="perm_create" eval="True" />
<field name="perm_unlink" eval="True" />
</record>
</data>
</odoo>

View File

@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_request"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/153/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_request"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_request"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/153/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module was written to allow users to request products that are
frequently stocked by the company, to be transferred to their chosen location.</p>
<p><strong>Table of contents</strong></p>
@@ -424,7 +424,7 @@ also cancelled.</p>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_request%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_request%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
@@ -432,16 +432,16 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id5">Authors</a></h2>
<ul class="simple">
<li>Eficent</li>
<li>ForgeFlow</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id6">Contributors</a></h2>
<ul class="simple">
<li>Jordi Ballester (EFICENT) &lt;<a class="reference external" href="mailto:jordi.ballester&#64;eficent.com">jordi.ballester&#64;eficent.com</a>&gt;.</li>
<li>Jordi Ballester (EFICENT) &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;.</li>
<li>Enric Tobella &lt;<a class="reference external" href="mailto:etobella&#64;creublanca.es">etobella&#64;creublanca.es</a>&gt;</li>
<li>Atte Isopuro &lt;<a class="reference external" href="mailto:atte.isopuro&#64;avoin.systems">atte.isopuro&#64;avoin.systems</a>&gt;</li>
<li>Lois Rilo &lt;<a class="reference external" href="mailto:lois.rilo&#64;eficent.com">lois.rilo&#64;eficent.com</a>&gt;</li>
<li>Lois Rilo &lt;<a class="reference external" href="mailto:lois.rilo&#64;forgeflow.com">lois.rilo&#64;forgeflow.com</a>&gt;</li>
<li>Raul Martin &lt;<a class="reference external" href="mailto:raul.martin&#64;braintec-group.com">raul.martin&#64;braintec-group.com</a>&gt;</li>
<li>Serpent Consulting Services Pvt. Ltd. &lt;<a class="reference external" href="mailto:support&#64;serpentcs.com">support&#64;serpentcs.com</a>&gt;</li>
<li><a class="reference external" href="https://www.opensourceintegrators.com">Open Source Integrators</a><ul>
@@ -449,6 +449,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<li>Steve Campbell &lt;<a class="reference external" href="mailto:scampbell&#64;opensourceintegrators.com">scampbell&#64;opensourceintegrators.com</a>&gt;</li>
</ul>
</li>
<li>Héctor Villarreal &lt;<a class="reference external" href="mailto:hector.villarreal&#64;forgeflow.com">hector.villarreal&#64;forgeflow.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
@@ -458,7 +459,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_request">OCA/stock-logistics-warehouse</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_request">OCA/stock-logistics-warehouse</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>

View File

@@ -32,6 +32,11 @@ class TestStockRequest(common.TransactionCase):
self.company_2 = self.env["res.company"].create(
{"name": "Comp2", "parent_id": self.main_company.id}
)
self.company_2_address = (
self.env["res.partner"]
.with_context(company_id=self.company_2.id)
.create({"name": "Peñiscola"})
)
self.wh2 = self.env["stock.warehouse"].search(
[("company_id", "=", self.company_2.id)], limit=1
)
@@ -51,11 +56,21 @@ class TestStockRequest(common.TransactionCase):
)
self.ressuply_loc = self.env["stock.location"].create(
{"name": "Ressuply", "location_id": self.warehouse.view_location_id.id}
{
"name": "Ressuply",
"location_id": self.warehouse.view_location_id.id,
"usage": "internal",
"company_id": self.main_company.id,
}
)
self.ressuply_loc_2 = self.env["stock.location"].create(
{"name": "Ressuply", "location_id": self.wh2.view_location_id.id}
{
"name": "Ressuply",
"location_id": self.wh2.view_location_id.id,
"usage": "internal",
"company_id": self.company_2.id,
}
)
self.route = self.env["stock.location.route"].create(
@@ -99,7 +114,6 @@ class TestStockRequest(common.TransactionCase):
"procure_method": "make_to_stock",
"warehouse_id": self.warehouse.id,
"company_id": self.main_company.id,
"propagate": "False",
}
)
@@ -114,7 +128,6 @@ class TestStockRequest(common.TransactionCase):
"procure_method": "make_to_stock",
"warehouse_id": self.wh2.id,
"company_id": self.company_2.id,
"propagate": "False",
}
)
@@ -127,7 +140,7 @@ class TestStockRequest(common.TransactionCase):
"name": name,
"password": "demo",
"login": name,
"email": "@".join([name, "@test.com"]),
"email": "@".join([name, "test.com"]),
"groups_id": [(6, 0, group_ids)],
"company_ids": [(6, 0, company_ids)],
}
@@ -158,7 +171,7 @@ class TestStockRequestBase(TestStockRequest):
"product_uom_qty": 5.0,
}
stock_request = (
self.stock_request.sudo(self.stock_request_user.id)
self.stock_request.with_user(self.stock_request_user)
.with_context(company_id=self.main_company.id)
.create(vals)
)
@@ -172,7 +185,7 @@ class TestStockRequestBase(TestStockRequest):
def test_defaults_order(self):
vals = {}
order = (
self.request_order.sudo(self.stock_request_user.id)
self.request_order.with_user(self.stock_request_user)
.with_context(company_id=self.main_company.id)
.create(vals)
)
@@ -206,7 +219,7 @@ class TestStockRequestBase(TestStockRequest):
)
],
}
order = self.request_order.sudo(self.stock_request_user).new(vals)
order = self.request_order.with_user(self.stock_request_user).new(vals)
self.stock_request_user.company_id = self.company_2
order.company_id = self.company_2
@@ -249,7 +262,7 @@ class TestStockRequestBase(TestStockRequest):
"product_uom_qty": 5.0,
"company_id": self.main_company.id,
}
stock_request = self.stock_request.sudo(self.stock_request_user).new(vals)
stock_request = self.stock_request.with_user(self.stock_request_user).new(vals)
stock_request.product_id = self.product
vals = stock_request.default_get(["warehouse_id", "company_id"])
stock_request.update(vals)
@@ -292,7 +305,14 @@ class TestStockRequestBase(TestStockRequest):
wh2_2 = (
self.env["stock.warehouse"]
.with_context(company_id=self.company_2.id)
.create({"name": "C2_2", "code": "C2_2", "company_id": self.company_2.id})
.create(
{
"name": "C2_2",
"code": "C2_2",
"company_id": self.company_2.id,
"partner_id": self.company_2_address.id,
}
)
)
stock_request.warehouse_id = wh2_2
stock_request.onchange_warehouse_id()
@@ -332,7 +352,7 @@ class TestStockRequestBase(TestStockRequest):
],
}
with self.assertRaises(exceptions.ValidationError):
self.request_order.sudo(self.stock_request_user).create(vals)
self.request_order.with_user(self.stock_request_user).create(vals)
def test_stock_request_order_validations_02(self):
""" Testing the discrepancy in location_id between
@@ -360,7 +380,7 @@ class TestStockRequestBase(TestStockRequest):
],
}
with self.assertRaises(exceptions.ValidationError):
self.request_order.sudo(self.stock_request_user).create(vals)
self.request_order.with_user(self.stock_request_user).create(vals)
def test_stock_request_order_validations_03(self):
""" Testing the discrepancy in requested_by between
@@ -390,7 +410,7 @@ class TestStockRequestBase(TestStockRequest):
],
}
with self.assertRaises(exceptions.ValidationError):
self.request_order.sudo(self.stock_request_user).create(vals)
self.request_order.with_user(self.stock_request_user).create(vals)
def test_stock_request_order_validations_04(self):
""" Testing the discrepancy in procurement_group_id between
@@ -422,7 +442,7 @@ class TestStockRequestBase(TestStockRequest):
],
}
with self.assertRaises(exceptions.ValidationError):
self.request_order.sudo(self.stock_request_user).create(vals)
self.request_order.with_user(self.stock_request_user).create(vals)
def test_stock_request_order_validations_05(self):
""" Testing the discrepancy in company between
@@ -450,7 +470,7 @@ class TestStockRequestBase(TestStockRequest):
],
}
with self.assertRaises(exceptions.ValidationError):
self.request_order.sudo(self.stock_request_user).create(vals)
self.request_order.with_user(self.stock_request_user).create(vals)
def test_stock_request_order_validations_06(self):
""" Testing the discrepancy in expected dates between
@@ -479,7 +499,7 @@ class TestStockRequestBase(TestStockRequest):
],
}
with self.assertRaises(exceptions.ValidationError):
self.request_order.sudo().create(vals)
self.request_order.create(vals)
def test_stock_request_order_validations_07(self):
""" Testing the discrepancy in picking policy between
@@ -508,7 +528,7 @@ class TestStockRequestBase(TestStockRequest):
],
}
with self.assertRaises(exceptions.ValidationError):
self.request_order.sudo(self.stock_request_user).create(vals)
self.request_order.with_user(self.stock_request_user).create(vals)
def test_stock_request_validations_01(self):
vals = {
@@ -521,7 +541,7 @@ class TestStockRequestBase(TestStockRequest):
}
# Select a UoM that is incompatible with the product's UoM
with self.assertRaises(exceptions.ValidationError):
self.stock_request.sudo(self.stock_request_user).create(vals)
self.stock_request.with_user(self.stock_request_user).create(vals)
def test_stock_request_validations_02(self):
vals = {
@@ -533,7 +553,9 @@ class TestStockRequestBase(TestStockRequest):
"location_id": self.warehouse.lot_stock_id.id,
}
stock_request = self.stock_request.sudo(self.stock_request_user).create(vals)
stock_request = self.stock_request.with_user(self.stock_request_user).create(
vals
)
# With no route found, should raise an error
with self.assertRaises(exceptions.UserError):
@@ -563,21 +585,21 @@ class TestStockRequestBase(TestStockRequest):
],
}
order = self.request_order.sudo(self.stock_request_user).create(vals)
order = self.request_order.with_user(self.stock_request_user).create(vals)
stock_request = order.stock_request_ids
self.product.route_ids = [(6, 0, self.route.ids)]
order.action_confirm()
order.with_user(self.stock_request_user).action_confirm()
self.assertEqual(order.state, "open")
self.assertEqual(stock_request.state, "open")
self.assertEqual(len(order.sudo().picking_ids), 1)
self.assertEqual(len(order.sudo().move_ids), 1)
self.assertEqual(len(stock_request.sudo().picking_ids), 1)
self.assertEqual(len(stock_request.sudo().move_ids), 1)
self.assertEqual(len(order.picking_ids), 1)
self.assertEqual(len(order.move_ids), 1)
self.assertEqual(len(stock_request.picking_ids), 1)
self.assertEqual(len(stock_request.move_ids), 1)
self.assertEqual(
stock_request.sudo().move_ids[0].location_dest_id, stock_request.location_id
stock_request.move_ids[0].location_dest_id, stock_request.location_id
)
self.assertEqual(stock_request.qty_in_progress, stock_request.product_uom_qty)
self.env["stock.quant"].create(
@@ -587,15 +609,15 @@ class TestStockRequestBase(TestStockRequest):
"quantity": 5.0,
}
)
picking = stock_request.sudo().picking_ids[0]
picking.action_confirm()
picking = stock_request.picking_ids[0]
picking.with_user(self.stock_request_manager).action_confirm()
self.assertEqual(stock_request.qty_in_progress, 5.0)
self.assertEqual(stock_request.qty_done, 0.0)
picking.action_assign()
picking.with_user(self.stock_request_manager).action_assign()
self.assertEqual(picking.origin, order.name)
packout1 = picking.move_line_ids[0]
packout1.qty_done = 5
picking.action_done()
picking.with_user(self.stock_request_manager).action_done()
self.assertEqual(stock_request.qty_in_progress, 0.0)
self.assertEqual(stock_request.qty_done, stock_request.product_uom_qty)
self.assertEqual(order.state, "done")
@@ -613,15 +635,17 @@ class TestStockRequestBase(TestStockRequest):
"location_id": self.warehouse.lot_stock_id.id,
}
stock_request = self.stock_request.sudo(self.stock_request_user).create(vals)
stock_request = self.stock_request.with_user(self.stock_request_user).create(
vals
)
self.product.route_ids = [(6, 0, self.route.ids)]
stock_request.action_confirm()
stock_request.with_user(self.stock_request_manager).action_confirm()
self.assertEqual(stock_request.state, "open")
self.assertEqual(len(stock_request.sudo().picking_ids), 1)
self.assertEqual(len(stock_request.sudo().move_ids), 1)
self.assertEqual(len(stock_request.picking_ids), 1)
self.assertEqual(len(stock_request.move_ids), 1)
self.assertEqual(
stock_request.sudo().move_ids[0].location_dest_id, stock_request.location_id
stock_request.move_ids[0].location_dest_id, stock_request.location_id
)
self.assertEqual(stock_request.qty_in_progress, stock_request.product_uom_qty)
self.env["stock.quant"].create(
@@ -631,14 +655,14 @@ class TestStockRequestBase(TestStockRequest):
"quantity": 12.0,
}
)
picking = stock_request.sudo().picking_ids[0]
picking.action_confirm()
picking = stock_request.picking_ids[0]
picking.with_user(self.stock_request_manager).action_confirm()
self.assertEqual(stock_request.qty_in_progress, 1.0)
self.assertEqual(stock_request.qty_done, 0.0)
picking.action_assign()
picking.with_user(self.stock_request_manager).action_assign()
packout1 = picking.move_line_ids[0]
packout1.qty_done = 1
picking.action_done()
picking.with_user(self.stock_request_manager).action_done()
self.assertEqual(stock_request.qty_in_progress, 0.0)
self.assertEqual(stock_request.qty_done, stock_request.product_uom_qty)
self.assertEqual(stock_request.state, "done")
@@ -655,22 +679,20 @@ class TestStockRequestBase(TestStockRequest):
}
stock_request_1 = (
self.env["stock.request"].sudo(self.stock_request_user).create(vals)
self.env["stock.request"].with_user(self.stock_request_user).create(vals)
)
stock_request_2 = (
self.env["stock.request"].sudo(self.stock_request_manager).create(vals)
self.env["stock.request"]
.with_user(self.stock_request_manager.id)
.create(vals)
)
stock_request_2.product_uom_qty = 6.0
self.product.route_ids = [(6, 0, self.route.ids)]
stock_request_1.action_confirm()
stock_request_2.action_confirm()
self.assertEqual(len(stock_request_1.sudo().picking_ids), 1)
self.assertEqual(
stock_request_1.sudo().picking_ids, stock_request_2.sudo().picking_ids
)
self.assertEqual(
stock_request_1.sudo().move_ids, stock_request_2.sudo().move_ids
)
stock_request_1.with_user(self.stock_request_manager).action_confirm()
stock_request_2.with_user(self.stock_request_manager).action_confirm()
self.assertEqual(len(stock_request_1.picking_ids), 1)
self.assertEqual(stock_request_1.picking_ids, stock_request_2.picking_ids)
self.assertEqual(stock_request_1.move_ids, stock_request_2.move_ids)
self.env["stock.quant"].create(
{
"product_id": self.product.id,
@@ -678,12 +700,12 @@ class TestStockRequestBase(TestStockRequest):
"quantity": 10.0,
}
)
picking = stock_request_1.sudo().picking_ids[0]
picking.action_confirm()
picking.action_assign()
picking = stock_request_1.picking_ids[0]
picking.with_user(self.stock_request_manager).action_confirm()
picking.with_user(self.stock_request_manager).action_assign()
packout1 = picking.move_line_ids[0]
packout1.qty_done = 10
picking.action_done()
picking.with_user(self.stock_request_manager).action_done()
def test_cancel_request(self):
expected_date = fields.Datetime.now()
@@ -709,17 +731,17 @@ class TestStockRequestBase(TestStockRequest):
],
}
order = self.request_order.sudo(self.stock_request_user).create(vals)
order = self.request_order.with_user(self.stock_request_user).create(vals)
self.product.route_ids = [(6, 0, self.route.ids)]
order.action_confirm()
order.with_user(self.stock_request_user).action_confirm()
stock_request = order.stock_request_ids
self.assertEqual(len(order.sudo().picking_ids), 1)
self.assertEqual(len(order.sudo().move_ids), 1)
self.assertEqual(len(stock_request.sudo().picking_ids), 1)
self.assertEqual(len(stock_request.sudo().move_ids), 1)
self.assertEqual(len(order.picking_ids), 1)
self.assertEqual(len(order.move_ids), 1)
self.assertEqual(len(stock_request.picking_ids), 1)
self.assertEqual(len(stock_request.move_ids), 1)
self.assertEqual(
stock_request.sudo().move_ids[0].location_dest_id, stock_request.location_id
stock_request.move_ids[0].location_dest_id, stock_request.location_id
)
self.assertEqual(stock_request.qty_in_progress, stock_request.product_uom_qty)
self.env["stock.quant"].create(
@@ -729,26 +751,26 @@ class TestStockRequestBase(TestStockRequest):
"quantity": 5.0,
}
)
picking = stock_request.sudo().picking_ids[0]
picking.action_confirm()
picking = stock_request.picking_ids[0]
picking.with_user(self.stock_request_user).action_confirm()
self.assertEqual(stock_request.qty_in_progress, 5.0)
self.assertEqual(stock_request.qty_done, 0.0)
picking.action_assign()
order.action_cancel()
picking.with_user(self.stock_request_manager).action_assign()
order.with_user(self.stock_request_manager).action_cancel()
self.assertEqual(stock_request.qty_in_progress, 0.0)
self.assertEqual(stock_request.qty_done, 0.0)
self.assertEqual(len(stock_request.sudo().picking_ids), 0)
self.assertEqual(len(stock_request.picking_ids), 0)
# Set the request back to draft
order.action_draft()
order.with_user(self.stock_request_user).action_draft()
self.assertEqual(order.state, "draft")
self.assertEqual(stock_request.state, "draft")
# Re-confirm. We expect new pickings to be created
order.action_confirm()
self.assertEqual(len(stock_request.sudo().picking_ids), 1)
self.assertEqual(len(stock_request.sudo().move_ids), 2)
order.with_user(self.stock_request_user).action_confirm()
self.assertEqual(len(stock_request.picking_ids), 1)
self.assertEqual(len(stock_request.move_ids), 2)
def test_view_actions(self):
expected_date = fields.Datetime.now()
@@ -774,10 +796,10 @@ class TestStockRequestBase(TestStockRequest):
],
}
order = self.request_order.sudo().create(vals)
order = self.request_order.create(vals)
self.product.route_ids = [(6, 0, self.route.ids)]
order.action_confirm()
order.with_user(self.stock_request_manager).action_confirm()
stock_request = order.stock_request_ids
self.assertTrue(stock_request.picking_ids)
self.assertTrue(order.picking_ids)
@@ -811,7 +833,9 @@ class TestStockRequestBase(TestStockRequest):
"location_id": self.warehouse.lot_stock_id.id,
}
stock_request = self.stock_request.sudo(self.stock_request_user).create(vals)
stock_request = self.stock_request.with_user(self.stock_request_user).create(
vals
)
# Cannot assign a warehouse that belongs to another company
with self.assertRaises(exceptions.ValidationError):
@@ -906,7 +930,7 @@ class TestStockRequestBase(TestStockRequest):
"for creating stock requests. Please contact your "
"administrator.",
):
order.sudo(self.stock_request_user)._create_from_product_multiselect(
order.with_user(self.stock_request_user)._create_from_product_multiselect(
template_a + template_b
)
@@ -929,7 +953,9 @@ class TestStockRequestBase(TestStockRequest):
"warehouse_id": self.warehouse.id,
"location_id": self.virtual_loc.id,
}
stock_request = self.stock_request.sudo(self.stock_request_user).create(vals)
stock_request = self.stock_request.with_user(self.stock_request_user).create(
vals
)
stock_request.onchange_allow_virtual_location()
self.assertTrue(stock_request.allow_virtual_location)
vals = {
@@ -937,7 +963,7 @@ class TestStockRequestBase(TestStockRequest):
"warehouse_id": self.warehouse.id,
"location_id": self.virtual_loc.id,
}
order = self.request_order.sudo(self.stock_request_user).create(vals)
order = self.request_order.with_user(self.stock_request_user).create(vals)
order.onchange_allow_virtual_location()
self.assertTrue(order.allow_virtual_location)
@@ -964,6 +990,6 @@ class TestStockRequestBase(TestStockRequest):
)
],
}
order = self.request_order.sudo(self.stock_request_user).create(vals)
order = self.request_order.with_user(self.stock_request_user).create(vals)
order.stock_request_ids.onchange_warehouse_id()
self.assertEqual(order.stock_request_ids[0].location_id, self.virtual_loc)

View File

@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="action_variant_generate_stock_request_orders" model="ir.actions.server">
<field name="name">Request Stock</field>
<field name="type">ir.actions.server</field>
<field name="state">code</field>
<field name="model_id" ref="product.model_product_product"/>
<field name="binding_model_id" ref="product.model_product_product"/>
<field name="model_id" ref="product.model_product_product" />
<field name="binding_model_id" ref="product.model_product_product" />
<field name="code">
action = records.env['stock.request.order']._create_from_product_multiselect(records)
</field>
</record>
<record id="action_template_generate_stock_request_orders" model="ir.actions.server">
<record
id="action_template_generate_stock_request_orders"
model="ir.actions.server"
>
<field name="name">Request Stock</field>
<field name="type">ir.actions.server</field>
<field name="state">code</field>
<field name="model_id" ref="product.model_product_template"/>
<field name="binding_model_id" ref="product.model_product_template"/>
<field name="model_id" ref="product.model_product_template" />
<field name="binding_model_id" ref="product.model_product_template" />
<field name="code">
action = records.env['stock.request.order']._create_from_product_multiselect(records)
</field>
</record>
</odoo>

View File

@@ -1,30 +1,32 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2018 Creu Blanca
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
-->
<odoo>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings.view.form.inherit.stock_request</field>
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="base.res_config_settings_view_form"/>
<field name="inherit_id" ref="base.res_config_settings_view_form" />
<field name="arch" type="xml">
<xpath expr="//div[hasclass('settings')]" position="inside">
<div class="app_settings_block"
data-string="Stock Request" data-key="stock_request"
groups="stock_request.group_stock_request_manager">
<div
class="app_settings_block"
data-string="Stock Request"
data-key="stock_request"
groups="stock_request.group_stock_request_manager"
>
<h2>Orders &amp; Configuration</h2>
<div class="row mt16 o_settings_container" id="stock_request">
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="group_stock_request_order"/>
<field name="group_stock_request_order" />
</div>
<div class="o_setting_right_pane">
<label string="Enable Orders"
for="group_stock_request_order"/>
<label
string="Enable Orders"
for="group_stock_request_order"
/>
<div class="text-muted">
Activates Stock Request Orders
</div>
@@ -32,10 +34,13 @@
</div>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="stock_request_allow_virtual_loc"/>
<field name="stock_request_allow_virtual_loc" />
</div>
<div class="o_setting_right_pane">
<label string="Allow All Locations Types" for="stock_request_allow_virtual_loc"/>
<label
string="Allow All Locations Types"
for="stock_request_allow_virtual_loc"
/>
<div class="text-muted">
By default only internal and transit locations are allowed in Stock Request and Orders.
</div>
@@ -43,11 +48,13 @@
</div>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_stock_request_submit"/>
<field name="module_stock_request_submit" />
</div>
<div class="o_setting_right_pane">
<label string="Enable Submitted State"
for="module_stock_request_purchase"/>
<label
string="Enable Submitted State"
for="module_stock_request_purchase"
/>
<div class="text-muted">
Add State to Stock Request and Stock Request Orders if activated.
</div>
@@ -55,14 +62,19 @@
</div>
</div>
<h2>Purchases</h2>
<div class="row mt16 o_settings_container" id="stock_request_purchase">
<div
class="row mt16 o_settings_container"
id="stock_request_purchase"
>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_stock_request_purchase"/>
<field name="module_stock_request_purchase" />
</div>
<div class="o_setting_right_pane">
<label string="Enable Stock Requests for Purchases"
for="module_stock_request_purchase"/>
<label
string="Enable Stock Requests for Purchases"
for="module_stock_request_purchase"
/>
<div class="text-muted">
Use Purchases with Stock Requests
</div>
@@ -70,14 +82,19 @@
</div>
</div>
<h2>Kanban</h2>
<div class="row mt16 o_settings_container" id="stock_request_purchase">
<div
class="row mt16 o_settings_container"
id="stock_request_purchase"
>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_stock_request_kanban"/>
<field name="module_stock_request_kanban" />
</div>
<div class="o_setting_right_pane">
<label string="Enable Stock Requests Kanban cards"
for="module_stock_request_purchase"/>
<label
string="Enable Stock Requests Kanban cards"
for="module_stock_request_purchase"
/>
<div class="text-muted">
Use Kanban cards for consumable products
</div>
@@ -85,14 +102,19 @@
</div>
</div>
<h2>Analytic</h2>
<div class="row mt16 o_settings_container" id="stock_request_analytic">
<div
class="row mt16 o_settings_container"
id="stock_request_analytic"
>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_stock_request_analytic"/>
<field name="module_stock_request_analytic" />
</div>
<div class="o_setting_right_pane">
<label string="Enable Analytic Accounting in Stock Requests"
for="module_stock_request_analytic"/>
<label
string="Enable Analytic Accounting in Stock Requests"
for="module_stock_request_analytic"
/>
<div class="text-muted">
Analytic accounting in Stock Requests
</div>
@@ -103,7 +125,6 @@
</xpath>
</field>
</record>
<record id="action_stock_request_config" model="ir.actions.act_window">
<field name="name">Settings</field>
<field name="type">ir.actions.act_window</field>
@@ -112,5 +133,4 @@
<field name="target">inline</field>
<field name="context">{'module' : 'stock_request'}</field>
</record>
</odoo>

View File

@@ -1,46 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_stock_move_operations" model="ir.ui.view">
<field name="name">stock.move.operations.form</field>
<field name="model">stock.move</field>
<field name="inherit_id" ref="stock.view_stock_move_operations"/>
<field name="inherit_id" ref="stock.view_stock_move_operations" />
<field name="arch" type="xml">
<field name="move_line_ids" position="after">
<newline/>
<field name="allocation_ids"/>
<newline />
<field name="allocation_ids" />
</field>
</field>
</record>
<record id="view_move_form" model="ir.ui.view">
<field name="name">stock.move.form</field>
<field name="model">stock.move</field>
<field name="inherit_id" ref="stock.view_move_form"/>
<field name="inherit_id" ref="stock.view_move_form" />
<field name="arch" type="xml">
<group name="linked_group" position="after">
<newline/>
<group name="allocations"
string="Stock Request Allocations">
<field name="allocation_ids"/>
<newline />
<group name="allocations" string="Stock Request Allocations">
<field name="allocation_ids" />
</group>
</group>
</field>
</record>
<record id="view_move_picking_form" model="ir.ui.view">
<field name="name">stock.move.form</field>
<field name="model">stock.move</field>
<field name="inherit_id" ref="stock.view_move_picking_form"/>
<field name="arch" type="xml">
<group name="quants_grp" position="after">
<newline/>
<group name="allocations"
string="Stock Request Allocations">
<field name="allocation_ids"/>
</group>
</group>
</field>
</record>
</odoo>

View File

@@ -1,24 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_picking_form" model="ir.ui.view">
<field name="name">stock.picking.form</field>
<field name="model">stock.picking</field>
<field name="inherit_id" ref="stock.view_picking_form"/>
<field eval="12" name="priority"/>
<field name="inherit_id" ref="stock.view_picking_form" />
<field eval="12" name="priority" />
<field name="arch" type="xml">
<div name="button_box" position="inside">
<button type="object"
name="action_view_stock_request"
class="oe_stat_button"
icon="fa-chain"
attrs="{'invisible':[('stock_request_ids', '=', [])]}">
<field name="stock_request_count" widget="statinfo"
string="Stock Requests"/>
<field name="stock_request_ids" invisible="1"/>
<button
type="object"
name="action_view_stock_request"
class="oe_stat_button"
icon="fa-chain"
attrs="{'invisible':[('stock_request_ids', '=', [])]}"
>
<field
name="stock_request_count"
widget="statinfo"
string="Stock Requests"
/>
<field name="stock_request_ids" invisible="1" />
</button>
</div>
</field>
</record>
</odoo>

View File

@@ -1,27 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2017 Eficent
License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="view_stock_request_allocation_tree" model="ir.ui.view">
<field name="name">stock.request.allocation.tree</field>
<field name="model">stock.request.allocation</field>
<field name="arch" type="xml">
<tree string="Stock Request Allocations">
<field name="stock_request_id"/>
<field name="stock_move_id"/>
<field name="product_id"/>
<field name="requested_product_uom_qty"/>
<field name="product_uom_id"
options="{'no_open': True, 'no_create': True}" groups="uom.group_uom"/>
<field name="requested_product_qty"/>
<field name="allocated_product_qty"/>
<field name="stock_request_id" />
<field name="stock_move_id" />
<field name="product_id" />
<field name="requested_product_uom_qty" />
<field
name="product_uom_id"
options="{'no_open': True, 'no_create': True}"
groups="uom.group_uom"
/>
<field name="requested_product_qty" />
<field name="allocated_product_qty" />
<field name="open_product_qty" />
<field name="company_id" groups="base.group_multi_company"/>
<field name="company_id" groups="base.group_multi_company" />
</tree>
</field>
</record>
<record id="view_stock_request_allocation_form" model="ir.ui.view">
<field name="name">stock.request.allocation.form</field>
<field name="model">stock.request.allocation</field>
@@ -30,24 +31,29 @@
<sheet>
<group>
<group>
<field name="stock_request_id"/>
<field name="stock_move_id"/>
<field name="stock_request_id" />
<field name="stock_move_id" />
</group>
<group>
<field name="product_id"/>
<field name="requested_product_uom_qty"/>
<field name="product_uom_id"
options="{'no_open': True, 'no_create': True}"
groups="uom.group_uom"/>
<field name="requested_product_qty"/>
<field name="allocated_product_qty"/>
<field name="product_id" />
<field name="requested_product_uom_qty" />
<field
name="product_uom_id"
options="{'no_open': True, 'no_create': True}"
groups="uom.group_uom"
/>
<field name="requested_product_qty" />
<field name="allocated_product_qty" />
<field name="open_product_qty" />
<field name="company_id" groups="base.group_multi_company" options="{'no_create': True}"/>
<field
name="company_id"
groups="base.group_multi_company"
options="{'no_create': True}"
/>
</group>
</group>
</sheet>
</form>
</field>
</record>
</odoo>

View File

@@ -5,42 +5,47 @@
name="Stock Requests"
groups="stock_request.group_stock_request_user,stock_request.group_stock_request_manager"
web_icon="stock_request,static/description/icon.png"
sequence="100"/>
sequence="100"
/>
<menuitem
id="menu_stock_request_operations"
parent="menu_stock_request_root"
name="Operations"
sequence="10"/>
<menuitem id="stock_request_order_menu"
name="Stock Request Orders"
parent="menu_stock_request_operations"
action="stock_request_order_action"
groups="group_stock_request_order"
sequence="20"/>
sequence="10"
/>
<menuitem
id="stock_request_order_menu"
name="Stock Request Orders"
parent="menu_stock_request_operations"
action="stock_request_order_action"
groups="group_stock_request_order"
sequence="20"
/>
<menuitem
id="menu_stock_request"
action="action_stock_request_form"
name="Stock Requests" parent="menu_stock_request_operations"
sequence="30"/>
name="Stock Requests"
parent="menu_stock_request_operations"
sequence="30"
/>
<menuitem
id="menu_stock_request_master_data"
parent="menu_stock_request_root"
name="Master Data"
sequence="100"/>
sequence="100"
/>
<menuitem
id="menu_stock_request_master_data"
parent="menu_stock_request_root"
name="Master Data"
sequence="100"/>
<menuitem id="menu_stock_request_config" name="Settings"
parent="menu_stock_request_root"
sequence="999" action="action_stock_request_config"
groups="base.group_system"/>
sequence="100"
/>
<menuitem
id="menu_stock_request_config"
name="Settings"
parent="menu_stock_request_root"
sequence="999"
action="action_stock_request_config"
groups="base.group_system"
/>
</odoo>

View File

@@ -1,86 +1,113 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record model="ir.ui.view" id="stock_request_order_tree">
<field name="name">stock.request.order.tree</field>
<field name="model">stock.request.order</field>
<field name="arch" type="xml">
<tree string="Stock requests">
<field name="name"/>
<field name="warehouse_id"
groups="stock.group_stock_multi_locations"/>
<field name="location_id"
groups="stock.group_stock_multi_locations"/>
<field name="state"/>
<field name="name" />
<field name="warehouse_id" groups="stock.group_stock_multi_locations" />
<field name="location_id" groups="stock.group_stock_multi_locations" />
<field name="state" />
</tree>
</field>
</record>
<record model="ir.ui.view" id="stock_request_order_form">
<field name="name">stock.request.order.form</field>
<field name="model">stock.request.order</field>
<field name="arch" type="xml">
<form string="Stock request">
<header>
<button name="action_confirm"
string="Confirm" type="object"
attrs="{'invisible': [('state', 'not in', ['draft'])]}"/>
<button name="action_cancel" states="draft,open"
type="object" string="Cancel"/>
<button name="action_draft" states="cancel" type="object"
string="Set to Draft"/>
<field name="state" widget="statusbar"/>
<button
name="action_confirm"
string="Confirm"
type="object"
attrs="{'invisible': [('state', 'not in', ['draft'])]}"
/>
<button
name="action_cancel"
states="draft,open"
type="object"
string="Cancel"
/>
<button
name="action_draft"
states="cancel"
type="object"
string="Set to Draft"
/>
<field name="state" widget="statusbar" />
</header>
<sheet>
<div class="oe_button_box" name="button_box">
<field name="picking_ids" invisible="1"/>
<button type="object"
name="action_view_transfer"
class="oe_stat_button"
icon="fa-truck"
attrs="{'invisible': [('picking_count', '=', 0)]}"
groups="stock.group_stock_user">
<field name="picking_count" widget="statinfo"
string="Transfers"/>
</button>
<button type="object"
name="action_view_stock_requests"
class="oe_stat_button"
icon="fa-chain"
attrs="{'invisible': [('state', '=', 'draft')]}"
groups="stock.group_stock_user"
<field name="picking_ids" invisible="1" />
<button
type="object"
name="action_view_transfer"
class="oe_stat_button"
icon="fa-truck"
attrs="{'invisible': [('picking_count', '=', 0)]}"
groups="stock.group_stock_user"
>
<field name="stock_request_count" widget="statinfo"
string="Stock Requests"/>
<field
name="picking_count"
widget="statinfo"
string="Transfers"
/>
</button>
<button
type="object"
name="action_view_stock_requests"
class="oe_stat_button"
icon="fa-chain"
attrs="{'invisible': [('state', '=', 'draft')]}"
groups="stock.group_stock_user"
>
<field
name="stock_request_count"
widget="statinfo"
string="Stock Requests"
/>
</button>
</div>
<div class="oe_title">
<label for="name" string="Stock Request"/>
<label for="name" string="Stock Request" />
<h1>
<field name="name" readonly="1"/>
<field name="name" readonly="1" />
</h1>
</div>
<group>
<group>
<field name="expected_date"/>
<field name="picking_policy"/>
<field name="expected_date" />
<field name="picking_policy" />
</group>
<group>
<field name="warehouse_id" widget="selection"
groups="stock.group_stock_multi_locations"/>
<field name="location_id"
groups="stock.group_stock_multi_locations"/>
<field name="allow_virtual_location" invisible="1"/>
<field name="procurement_group_id"
groups="stock.group_adv_location"/>
<field name="company_id"
groups="base.group_multi_company"
options="{'no_create': True}"/>
<field
name="warehouse_id"
widget="selection"
groups="stock.group_stock_multi_locations"
/>
<field
name="location_id"
groups="stock.group_stock_multi_locations"
/>
<field name="allow_virtual_location" invisible="1" />
<field
name="procurement_group_id"
groups="stock.group_adv_location"
/>
<field
name="company_id"
groups="base.group_multi_company"
options="{'no_create': True}"
/>
</group>
</group>
<notebook>
<page name="items" string="Items">
<field name="stock_request_ids" context="{
<field
name="stock_request_ids"
context="{
'default_expected_date':expected_date,
'default_picking_policy': picking_policy,
'default_warehouse_id': warehouse_id,
@@ -88,51 +115,50 @@
'default_procurement_group_id': procurement_group_id,
'default_company_id': company_id,
'default_state': state,
}" attrs="{'readonly': [('state', '!=', 'draft')]}">
}"
attrs="{'readonly': [('state', '!=', 'draft')]}"
>
<tree editable="bottom">
<field name="name" readonly="1"/>
<field name="product_id"/>
<field name="product_uom_id"
options="{'no_open': True, 'no_create': True}"
groups="uom.group_uom"/>
<field name="route_id"
options="{'no_create': True}"
groups="stock.group_stock_multi_locations"/>
<field name="route_ids" invisible="1"/>
<field name="product_uom_qty"/>
<field name="qty_in_progress"/>
<field name="qty_done"/>
<field name="expected_date" invisible="1"/>
<field name="picking_policy"
invisible="1"/>
<field name="warehouse_id" invisible="1"/>
<field name="location_id" invisible="1"/>
<field name="procurement_group_id"
invisible="1"/>
<field name="company_id" invisible="1"/>
<field name="state"/>
<field name="name" readonly="1" />
<field name="product_id" />
<field
name="product_uom_id"
options="{'no_open': True, 'no_create': True}"
groups="uom.group_uom"
/>
<field
name="route_id"
options="{'no_create': True}"
groups="stock.group_stock_multi_locations"
/>
<field name="route_ids" invisible="1" />
<field name="product_uom_qty" />
<field name="qty_in_progress" />
<field name="qty_done" />
<field name="expected_date" invisible="1" />
<field name="picking_policy" invisible="1" />
<field name="warehouse_id" invisible="1" />
<field name="location_id" invisible="1" />
<field name="procurement_group_id" invisible="1" />
<field name="company_id" invisible="1" />
<field name="state" />
</tree>
</field>
</page>
</notebook>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids"
widget="mail_followers"/>
<field name="activity_ids" widget="mail_activity"/>
<field name="message_ids" widget="mail_thread"/>
<field name="message_follower_ids" widget="mail_followers" />
<field name="activity_ids" widget="mail_activity" />
<field name="message_ids" widget="mail_thread" />
</div>
</form>
</field>
</record>
<record model="ir.actions.act_window"
id="stock_request_order_action">
<record model="ir.actions.act_window" id="stock_request_order_action">
<field name="name">Stock Request Orders</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">stock.request.order</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
</record>
</odoo>

View File

@@ -1,113 +1,175 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2017 Eficent
License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="view_stock_request_tree" model="ir.ui.view">
<field name="name">stock.request.tree</field>
<field name="model">stock.request</field>
<field name="arch" type="xml">
<tree string="Stock Requests" decoration-muted="state == 'cancel'" decoration-bf="message_needaction==True">
<field name="message_needaction" invisible="1"/>
<field name="name"/>
<field name="warehouse_id" groups="stock.group_stock_multi_locations"/>
<field name="location_id" groups="stock.group_stock_multi_locations"/>
<field name="allow_virtual_location" invisible="1"/>
<field name="route_id" options="{'no_create': True}" groups="stock.group_stock_multi_locations"/>
<field name="product_id"/>
<field name="product_uom_id"
options="{'no_open': True, 'no_create': True}" groups="uom.group_uom"/>
<field name="product_uom_qty"/>
<tree
string="Stock Requests"
decoration-muted="state == 'cancel'"
decoration-bf="message_needaction==True"
>
<field name="message_needaction" invisible="1" />
<field name="name" />
<field name="warehouse_id" groups="stock.group_stock_multi_locations" />
<field name="location_id" groups="stock.group_stock_multi_locations" />
<field name="allow_virtual_location" invisible="1" />
<field
name="route_id"
options="{'no_create': True}"
groups="stock.group_stock_multi_locations"
/>
<field name="product_id" />
<field
name="product_uom_id"
options="{'no_open': True, 'no_create': True}"
groups="uom.group_uom"
/>
<field name="product_uom_qty" />
<field name="qty_in_progress" />
<field name="qty_done" />
<field name="state"/>
<field name="state" />
</tree>
</field>
</record>
<record model="ir.ui.view" id="stock_request_search">
<field name="name">stock.request.search</field>
<field name="model">stock.request</field>
<field name="arch" type="xml">
<search string="Stock Requests Search">
<field name="name" string="Stock Requests"/>
<field name="warehouse_id"/>
<field name="location_id" groups="stock.group_stock_multi_locations"/>
<field name="company_id" groups="base.group_multi_company"/>
<field name="product_id"/>
<filter string="Archived" name="inactive" domain="[('active','=',False)]"/>
<field name="name" string="Stock Requests" />
<field name="warehouse_id" />
<field name="location_id" groups="stock.group_stock_multi_locations" />
<field name="company_id" groups="base.group_multi_company" />
<field name="product_id" />
<filter
string="Archived"
name="inactive"
domain="[('active','=',False)]"
/>
<group expand="0" string="Group By">
<filter name="warehouse" string="Warehouse" domain="[]" context="{'group_by':'warehouse_id'}"/>
<filter name="location" string="Location" domain="[]" context="{'group_by':'location_id'}"/>
<filter
name="warehouse"
string="Warehouse"
domain="[]"
context="{'group_by':'warehouse_id'}"
/>
<filter
name="location"
string="Location"
domain="[]"
context="{'group_by':'location_id'}"
/>
</group>
</search>
</field>
</record>
<record id="view_stock_request_form" model="ir.ui.view">
<field name="name">stock.request.form</field>
<field name="model">stock.request</field>
<field name="arch" type="xml">
<form string="Stock Requests">
<header>
<button name="action_confirm"
string="Confirm" type="object"
attrs="{'invisible': [('state', 'not in', ['draft'])]}"/>
<button name="action_cancel" states="draft,open"
type="object" string="Cancel"/>
<button name="action_draft" states="cancel" type="object"
string="Set to Draft"/>
<button name="action_done"
string="Done" type="object"
attrs="{'invisible': [('state', 'not in', ['open'])]}"/>
<field name="state" widget="statusbar"/>
<button
name="action_confirm"
string="Confirm"
type="object"
attrs="{'invisible': [('state', 'not in', ['draft'])]}"
/>
<button
name="action_cancel"
states="draft,open"
type="object"
string="Cancel"
/>
<button
name="action_draft"
states="cancel"
type="object"
string="Set to Draft"
/>
<button
name="action_done"
string="Done"
type="object"
attrs="{'invisible': [('state', 'not in', ['open'])]}"
/>
<field name="state" widget="statusbar" />
</header>
<sheet>
<div class="oe_button_box" name="button_box">
<field name="picking_ids" invisible="1"/>
<button type="object"
<field name="picking_ids" invisible="1" />
<button
type="object"
name="action_view_transfer"
class="oe_stat_button"
icon="fa-truck"
attrs="{'invisible': [('picking_count', '=', 0)]}"
groups="stock.group_stock_user">
<field name="picking_count" widget="statinfo"
string="Transfers"/>
groups="stock.group_stock_user"
>
<field
name="picking_count"
widget="statinfo"
string="Transfers"
/>
</button>
</div>
<div class="oe_title">
<label for="name" string="Stock Request"/>
<label for="name" string="Stock Request" />
<h1>
<field name="name" readonly="1"/>
<field name="name" readonly="1" />
</h1>
</div>
<group>
<group>
<field name="order_id" readonly="1" groups="stock_request.group_stock_request_order"/>
<field name="product_id"/>
<field name="expected_date"/>
<field name="picking_policy"/>
<field
name="order_id"
readonly="1"
groups="stock_request.group_stock_request_order"
/>
<field name="product_id" />
<field name="expected_date" />
<field name="picking_policy" />
</group>
<group>
<field name="warehouse_id" widget="selection" groups="stock.group_stock_multi_locations"/>
<field name="location_id" groups="stock.group_stock_multi_locations"
domain="['|', ('company_id', '=', company_id), ('company_id', '=', False)]"/>
<field name="route_id"
options="{'no_create': True}" groups="stock.group_stock_multi_locations"/>
<field name="route_ids" invisible="1"/>
<field name="procurement_group_id"
groups="stock.group_adv_location"/>
<field name="company_id" groups="base.group_multi_company" options="{'no_create': True}"/>
<field
name="warehouse_id"
widget="selection"
groups="stock.group_stock_multi_locations"
/>
<field
name="location_id"
groups="stock.group_stock_multi_locations"
domain="['|', ('company_id', '=', company_id), ('company_id', '=', False)]"
/>
<field
name="route_id"
options="{'no_create': True}"
groups="stock.group_stock_multi_locations"
/>
<field name="route_ids" invisible="1" />
<field
name="procurement_group_id"
groups="stock.group_adv_location"
/>
<field
name="company_id"
groups="base.group_multi_company"
options="{'no_create': True}"
/>
</group>
<group name="quantities">
<label for="product_uom_qty"/>
<label for="product_uom_qty" />
<div>
<field name="product_uom_qty"
class="oe_inline"/>
<field name="product_uom_id"
class="oe_inline"
options="{'no_open': True, 'no_create': True}"
groups="uom.group_uom"/>
<field name="product_uom_qty" class="oe_inline" />
<field
name="product_uom_id"
class="oe_inline"
options="{'no_open': True, 'no_create': True}"
groups="uom.group_uom"
/>
</div>
<field name="qty_in_progress" />
<field name="qty_done" />
@@ -118,27 +180,24 @@
</notebook>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers"/>
<field name="activity_ids" widget="mail_activity"/>
<field name="message_ids" widget="mail_thread"/>
<field name="message_follower_ids" widget="mail_followers" />
<field name="activity_ids" widget="mail_activity" />
<field name="message_ids" widget="mail_thread" />
</div>
</form>
</field>
</record>
<record id="action_stock_request_form" model="ir.actions.act_window">
<field name="name">Stock Requests</field>
<field name="res_model">stock.request</field>
<field name="type">ir.actions.act_window</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="view_id" ref="view_stock_request_tree"/>
<field name="view_id" ref="view_stock_request_tree" />
<field name="search_view_id" ref="stock_request_search" />
<field name="help" type="html">
<p class="oe_view_nocontent_create">
<p class="oe_view_nocontent_create">
Click to add a Stock Request.
</p>
</field>
</record>
</odoo>