odoo-addon-stock-request 15.0.1.8.2__py3-none-any.whl → 15.0.1.8.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/stock_request/README.rst +12 -1
- odoo/addons/stock_request/__manifest__.py +2 -1
- odoo/addons/stock_request/i18n/ca.po +9 -3
- odoo/addons/stock_request/i18n/de.po +9 -3
- odoo/addons/stock_request/i18n/el_GR.po +9 -3
- odoo/addons/stock_request/i18n/es.po +5 -4
- odoo/addons/stock_request/i18n/es_ES.po +9 -3
- odoo/addons/stock_request/i18n/eu.po +9 -3
- odoo/addons/stock_request/i18n/fi.po +9 -3
- odoo/addons/stock_request/i18n/fr.po +9 -3
- odoo/addons/stock_request/i18n/fr_CH.po +9 -3
- odoo/addons/stock_request/i18n/fr_FR.po +9 -3
- odoo/addons/stock_request/i18n/gl.po +9 -3
- odoo/addons/stock_request/i18n/hr.po +11 -5
- odoo/addons/stock_request/i18n/hr_HR.po +11 -5
- odoo/addons/stock_request/i18n/it.po +9 -3
- odoo/addons/stock_request/i18n/ja.po +9 -3
- odoo/addons/stock_request/i18n/ja_JP.po +9 -3
- odoo/addons/stock_request/i18n/nl.po +9 -3
- odoo/addons/stock_request/i18n/nl_NL.po +9 -3
- odoo/addons/stock_request/i18n/pt.po +9 -3
- odoo/addons/stock_request/i18n/pt_BR.po +9 -3
- odoo/addons/stock_request/i18n/ro.po +9 -3
- odoo/addons/stock_request/i18n/ru.po +12 -6
- odoo/addons/stock_request/i18n/sl.po +11 -5
- odoo/addons/stock_request/i18n/tr.po +9 -3
- odoo/addons/stock_request/i18n/tr_TR.po +9 -3
- odoo/addons/stock_request/i18n/vi_VN.po +9 -3
- odoo/addons/stock_request/i18n/zh_CN.po +9 -3
- odoo/addons/stock_request/static/description/index.html +3 -1
- {odoo_addon_stock_request-15.0.1.8.2.dist-info → odoo_addon_stock_request-15.0.1.8.3.dist-info}/METADATA +14 -3
- {odoo_addon_stock_request-15.0.1.8.2.dist-info → odoo_addon_stock_request-15.0.1.8.3.dist-info}/RECORD +34 -34
- {odoo_addon_stock_request-15.0.1.8.2.dist-info → odoo_addon_stock_request-15.0.1.8.3.dist-info}/WHEEL +1 -1
- {odoo_addon_stock_request-15.0.1.8.2.dist-info → odoo_addon_stock_request-15.0.1.8.3.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Stock Request
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
8
8
|
!! changes will be overwritten. !!
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
10
|
+
!! source digest: sha256:5c1dbefdff69e24ce26fa2ccba287bcfeb395f67d5c71c4f9dece54871dc6020
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -136,6 +136,17 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
136
136
|
mission is to support the collaborative development of Odoo features and
|
137
137
|
promote its widespread use.
|
138
138
|
|
139
|
+
.. |maintainer-LoisRForgeFlow| image:: https://github.com/LoisRForgeFlow.png?size=40px
|
140
|
+
:target: https://github.com/LoisRForgeFlow
|
141
|
+
:alt: LoisRForgeFlow
|
142
|
+
.. |maintainer-etobella| image:: https://github.com/etobella.png?size=40px
|
143
|
+
:target: https://github.com/etobella
|
144
|
+
:alt: etobella
|
145
|
+
|
146
|
+
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
147
|
+
|
148
|
+
|maintainer-LoisRForgeFlow| |maintainer-etobella|
|
149
|
+
|
139
150
|
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_request>`_ project on GitHub.
|
140
151
|
|
141
152
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -4,10 +4,11 @@
|
|
4
4
|
{
|
5
5
|
"name": "Stock Request",
|
6
6
|
"summary": "Internal request for stock",
|
7
|
-
"version": "15.0.1.8.
|
7
|
+
"version": "15.0.1.8.3",
|
8
8
|
"license": "LGPL-3",
|
9
9
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
10
10
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
11
|
+
"maintainers": ["LoisRForgeFlow", "etobella"],
|
11
12
|
"category": "Warehouse Management",
|
12
13
|
"depends": ["stock"],
|
13
14
|
"data": [
|
@@ -22,8 +22,8 @@ msgstr ""
|
|
22
22
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
23
23
|
#, python-format
|
24
24
|
msgid ""
|
25
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
26
|
-
"%(product_uom)s</li>"
|
25
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
26
|
+
"%(product_qty)s%(product_uom)s</li>"
|
27
27
|
msgstr ""
|
28
28
|
|
29
29
|
#. module: stock_request
|
@@ -883,7 +883,13 @@ msgid "Stock Request name must be unique"
|
|
883
883
|
msgstr ""
|
884
884
|
|
885
885
|
#. module: stock_request
|
886
|
-
#: code:addons/stock_request/models/
|
886
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
|
+
#, python-format
|
888
|
+
msgid "Stock Request product quantity cannot be negative."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
#. module: stock_request
|
892
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
893
|
#, python-format
|
888
894
|
msgid "Stock Request product quantity has to be strictly positive."
|
889
895
|
msgstr ""
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -905,7 +905,13 @@ msgid "Stock Request name must be unique"
|
|
905
905
|
msgstr "Bezeichner der Anforderung muss eindeutig sein"
|
906
906
|
|
907
907
|
#. module: stock_request
|
908
|
-
#: code:addons/stock_request/models/
|
908
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
909
|
+
#, python-format
|
910
|
+
msgid "Stock Request product quantity cannot be negative."
|
911
|
+
msgstr ""
|
912
|
+
|
913
|
+
#. module: stock_request
|
914
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
909
915
|
#, python-format
|
910
916
|
msgid "Stock Request product quantity has to be strictly positive."
|
911
917
|
msgstr "Bestandsanforderungs-Produktmenge muss streng positiv sein."
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -24,11 +24,11 @@ msgstr ""
|
|
24
24
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
25
25
|
#, python-format
|
26
26
|
msgid ""
|
27
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
28
|
-
"%(product_uom)s</li>"
|
27
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
28
|
+
"%(product_qty)s%(product_uom)s</li>"
|
29
29
|
msgstr ""
|
30
|
-
"<li><b>%(product_name)s</b>: Cantidad transferida
|
31
|
-
"%(product_uom)s</li>"
|
30
|
+
"<li><b>%(product_name)s</b>: Cantidad transferida "
|
31
|
+
"%(product_qty)s%(product_uom)s</li>"
|
32
32
|
|
33
33
|
#. module: stock_request
|
34
34
|
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction
|
@@ -509,6 +509,7 @@ msgstr "Nombre"
|
|
509
509
|
|
510
510
|
#. module: stock_request
|
511
511
|
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
|
512
|
+
#: model:ir.model.constraint,message:stock_request.constraint_stock_request_kanban_name_uniq
|
512
513
|
msgid "Name must be unique"
|
513
514
|
msgstr "El nombre debe ser único"
|
514
515
|
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -22,8 +22,8 @@ msgstr ""
|
|
22
22
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
23
23
|
#, python-format
|
24
24
|
msgid ""
|
25
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
26
|
-
"%(product_uom)s</li>"
|
25
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
26
|
+
"%(product_qty)s%(product_uom)s</li>"
|
27
27
|
msgstr ""
|
28
28
|
|
29
29
|
#. module: stock_request
|
@@ -883,7 +883,13 @@ msgid "Stock Request name must be unique"
|
|
883
883
|
msgstr ""
|
884
884
|
|
885
885
|
#. module: stock_request
|
886
|
-
#: code:addons/stock_request/models/
|
886
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
|
+
#, python-format
|
888
|
+
msgid "Stock Request product quantity cannot be negative."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
#. module: stock_request
|
892
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
893
|
#, python-format
|
888
894
|
msgid "Stock Request product quantity has to be strictly positive."
|
889
895
|
msgstr ""
|
@@ -22,8 +22,8 @@ msgstr ""
|
|
22
22
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
23
23
|
#, python-format
|
24
24
|
msgid ""
|
25
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
26
|
-
"%(product_uom)s</li>"
|
25
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
26
|
+
"%(product_qty)s%(product_uom)s</li>"
|
27
27
|
msgstr ""
|
28
28
|
|
29
29
|
#. module: stock_request
|
@@ -883,7 +883,13 @@ msgid "Stock Request name must be unique"
|
|
883
883
|
msgstr ""
|
884
884
|
|
885
885
|
#. module: stock_request
|
886
|
-
#: code:addons/stock_request/models/
|
886
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
|
+
#, python-format
|
888
|
+
msgid "Stock Request product quantity cannot be negative."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
#. module: stock_request
|
892
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
893
|
#, python-format
|
888
894
|
msgid "Stock Request product quantity has to be strictly positive."
|
889
895
|
msgstr ""
|
@@ -22,8 +22,8 @@ msgstr ""
|
|
22
22
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
23
23
|
#, python-format
|
24
24
|
msgid ""
|
25
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
26
|
-
"%(product_uom)s</li>"
|
25
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
26
|
+
"%(product_qty)s%(product_uom)s</li>"
|
27
27
|
msgstr ""
|
28
28
|
|
29
29
|
#. module: stock_request
|
@@ -883,7 +883,13 @@ msgid "Stock Request name must be unique"
|
|
883
883
|
msgstr ""
|
884
884
|
|
885
885
|
#. module: stock_request
|
886
|
-
#: code:addons/stock_request/models/
|
886
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
|
+
#, python-format
|
888
|
+
msgid "Stock Request product quantity cannot be negative."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
#. module: stock_request
|
892
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
893
|
#, python-format
|
888
894
|
msgid "Stock Request product quantity has to be strictly positive."
|
889
895
|
msgstr ""
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -22,8 +22,8 @@ msgstr ""
|
|
22
22
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
23
23
|
#, python-format
|
24
24
|
msgid ""
|
25
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
26
|
-
"%(product_uom)s</li>"
|
25
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
26
|
+
"%(product_qty)s%(product_uom)s</li>"
|
27
27
|
msgstr ""
|
28
28
|
|
29
29
|
#. module: stock_request
|
@@ -883,7 +883,13 @@ msgid "Stock Request name must be unique"
|
|
883
883
|
msgstr ""
|
884
884
|
|
885
885
|
#. module: stock_request
|
886
|
-
#: code:addons/stock_request/models/
|
886
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
|
+
#, python-format
|
888
|
+
msgid "Stock Request product quantity cannot be negative."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
#. module: stock_request
|
892
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
893
|
#, python-format
|
888
894
|
msgid "Stock Request product quantity has to be strictly positive."
|
889
895
|
msgstr ""
|
@@ -16,15 +16,15 @@ msgstr ""
|
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: \n"
|
19
|
-
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 &&
|
20
|
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
19
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
20
|
+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
21
21
|
|
22
22
|
#. module: stock_request
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -17,15 +17,15 @@ msgstr ""
|
|
17
17
|
"MIME-Version: 1.0\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
"Content-Transfer-Encoding: \n"
|
20
|
-
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 &&
|
21
|
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
20
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
21
|
+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
22
22
|
|
23
23
|
#. module: stock_request
|
24
24
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
25
25
|
#, python-format
|
26
26
|
msgid ""
|
27
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
28
|
-
"%(product_uom)s</li>"
|
27
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
28
|
+
"%(product_qty)s%(product_uom)s</li>"
|
29
29
|
msgstr ""
|
30
30
|
|
31
31
|
#. module: stock_request
|
@@ -885,7 +885,13 @@ msgid "Stock Request name must be unique"
|
|
885
885
|
msgstr ""
|
886
886
|
|
887
887
|
#. module: stock_request
|
888
|
-
#: code:addons/stock_request/models/
|
888
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
889
|
+
#, python-format
|
890
|
+
msgid "Stock Request product quantity cannot be negative."
|
891
|
+
msgstr ""
|
892
|
+
|
893
|
+
#. module: stock_request
|
894
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
889
895
|
#, python-format
|
890
896
|
msgid "Stock Request product quantity has to be strictly positive."
|
891
897
|
msgstr ""
|
@@ -22,8 +22,8 @@ msgstr ""
|
|
22
22
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
23
23
|
#, python-format
|
24
24
|
msgid ""
|
25
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
26
|
-
"%(product_uom)s</li>"
|
25
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
26
|
+
"%(product_qty)s%(product_uom)s</li>"
|
27
27
|
msgstr ""
|
28
28
|
|
29
29
|
#. module: stock_request
|
@@ -883,7 +883,13 @@ msgid "Stock Request name must be unique"
|
|
883
883
|
msgstr ""
|
884
884
|
|
885
885
|
#. module: stock_request
|
886
|
-
#: code:addons/stock_request/models/
|
886
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
|
+
#, python-format
|
888
|
+
msgid "Stock Request product quantity cannot be negative."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
#. module: stock_request
|
892
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
893
|
#, python-format
|
888
894
|
msgid "Stock Request product quantity has to be strictly positive."
|
889
895
|
msgstr ""
|
@@ -18,8 +18,8 @@ msgstr ""
|
|
18
18
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
19
19
|
#, python-format
|
20
20
|
msgid ""
|
21
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
22
|
-
"%(product_uom)s</li>"
|
21
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
22
|
+
"%(product_qty)s%(product_uom)s</li>"
|
23
23
|
msgstr ""
|
24
24
|
|
25
25
|
#. module: stock_request
|
@@ -879,7 +879,13 @@ msgid "Stock Request name must be unique"
|
|
879
879
|
msgstr ""
|
880
880
|
|
881
881
|
#. module: stock_request
|
882
|
-
#: code:addons/stock_request/models/
|
882
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
883
|
+
#, python-format
|
884
|
+
msgid "Stock Request product quantity cannot be negative."
|
885
|
+
msgstr ""
|
886
|
+
|
887
|
+
#. module: stock_request
|
888
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
883
889
|
#, python-format
|
884
890
|
msgid "Stock Request product quantity has to be strictly positive."
|
885
891
|
msgstr ""
|
@@ -18,8 +18,8 @@ msgstr ""
|
|
18
18
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
19
19
|
#, python-format
|
20
20
|
msgid ""
|
21
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
22
|
-
"%(product_uom)s</li>"
|
21
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
22
|
+
"%(product_qty)s%(product_uom)s</li>"
|
23
23
|
msgstr ""
|
24
24
|
|
25
25
|
#. module: stock_request
|
@@ -879,7 +879,13 @@ msgid "Stock Request name must be unique"
|
|
879
879
|
msgstr ""
|
880
880
|
|
881
881
|
#. module: stock_request
|
882
|
-
#: code:addons/stock_request/models/
|
882
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
883
|
+
#, python-format
|
884
|
+
msgid "Stock Request product quantity cannot be negative."
|
885
|
+
msgstr ""
|
886
|
+
|
887
|
+
#. module: stock_request
|
888
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
883
889
|
#, python-format
|
884
890
|
msgid "Stock Request product quantity has to be strictly positive."
|
885
891
|
msgstr ""
|
@@ -22,8 +22,8 @@ msgstr ""
|
|
22
22
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
23
23
|
#, python-format
|
24
24
|
msgid ""
|
25
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
26
|
-
"%(product_uom)s</li>"
|
25
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
26
|
+
"%(product_qty)s%(product_uom)s</li>"
|
27
27
|
msgstr ""
|
28
28
|
|
29
29
|
#. module: stock_request
|
@@ -883,7 +883,13 @@ msgid "Stock Request name must be unique"
|
|
883
883
|
msgstr ""
|
884
884
|
|
885
885
|
#. module: stock_request
|
886
|
-
#: code:addons/stock_request/models/
|
886
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
|
+
#, python-format
|
888
|
+
msgid "Stock Request product quantity cannot be negative."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
#. module: stock_request
|
892
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
893
|
#, python-format
|
888
894
|
msgid "Stock Request product quantity has to be strictly positive."
|
889
895
|
msgstr ""
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -22,8 +22,8 @@ msgstr ""
|
|
22
22
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
23
23
|
#, python-format
|
24
24
|
msgid ""
|
25
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
26
|
-
"%(product_uom)s</li>"
|
25
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
26
|
+
"%(product_qty)s%(product_uom)s</li>"
|
27
27
|
msgstr ""
|
28
28
|
|
29
29
|
#. module: stock_request
|
@@ -883,7 +883,13 @@ msgid "Stock Request name must be unique"
|
|
883
883
|
msgstr ""
|
884
884
|
|
885
885
|
#. module: stock_request
|
886
|
-
#: code:addons/stock_request/models/
|
886
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
|
+
#, python-format
|
888
|
+
msgid "Stock Request product quantity cannot be negative."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
#. module: stock_request
|
892
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
893
|
#, python-format
|
888
894
|
msgid "Stock Request product quantity has to be strictly positive."
|
889
895
|
msgstr ""
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -16,16 +16,16 @@ msgstr ""
|
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: \n"
|
19
|
-
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 &&
|
20
|
-
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) ||
|
21
|
-
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
19
|
+
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
20
|
+
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
|
21
|
+
"(n%100>=11 && n%100<=14)? 2 : 3);\n"
|
22
22
|
|
23
23
|
#. module: stock_request
|
24
24
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
25
25
|
#, python-format
|
26
26
|
msgid ""
|
27
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
28
|
-
"%(product_uom)s</li>"
|
27
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
28
|
+
"%(product_qty)s%(product_uom)s</li>"
|
29
29
|
msgstr ""
|
30
30
|
|
31
31
|
#. module: stock_request
|
@@ -885,7 +885,13 @@ msgid "Stock Request name must be unique"
|
|
885
885
|
msgstr ""
|
886
886
|
|
887
887
|
#. module: stock_request
|
888
|
-
#: code:addons/stock_request/models/
|
888
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
889
|
+
#, python-format
|
890
|
+
msgid "Stock Request product quantity cannot be negative."
|
891
|
+
msgstr ""
|
892
|
+
|
893
|
+
#. module: stock_request
|
894
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
889
895
|
#, python-format
|
890
896
|
msgid "Stock Request product quantity has to be strictly positive."
|
891
897
|
msgstr ""
|
@@ -16,15 +16,15 @@ msgstr ""
|
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: \n"
|
19
|
-
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 ||
|
20
|
-
"%100==4 ? 2 : 3);\n"
|
19
|
+
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
20
|
+
"n%100==4 ? 2 : 3);\n"
|
21
21
|
|
22
22
|
#. module: stock_request
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -22,8 +22,8 @@ msgstr ""
|
|
22
22
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
23
23
|
#, python-format
|
24
24
|
msgid ""
|
25
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
26
|
-
"%(product_uom)s</li>"
|
25
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
26
|
+
"%(product_qty)s%(product_uom)s</li>"
|
27
27
|
msgstr ""
|
28
28
|
|
29
29
|
#. module: stock_request
|
@@ -883,7 +883,13 @@ msgid "Stock Request name must be unique"
|
|
883
883
|
msgstr ""
|
884
884
|
|
885
885
|
#. module: stock_request
|
886
|
-
#: code:addons/stock_request/models/
|
886
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
|
+
#, python-format
|
888
|
+
msgid "Stock Request product quantity cannot be negative."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
#. module: stock_request
|
892
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
887
893
|
#, python-format
|
888
894
|
msgid "Stock Request product quantity has to be strictly positive."
|
889
895
|
msgstr ""
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23
23
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
24
24
|
#, python-format
|
25
25
|
msgid ""
|
26
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
27
|
-
"%(product_uom)s</li>"
|
26
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
27
|
+
"%(product_qty)s%(product_uom)s</li>"
|
28
28
|
msgstr ""
|
29
29
|
|
30
30
|
#. module: stock_request
|
@@ -884,7 +884,13 @@ msgid "Stock Request name must be unique"
|
|
884
884
|
msgstr ""
|
885
885
|
|
886
886
|
#. module: stock_request
|
887
|
-
#: code:addons/stock_request/models/
|
887
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
|
+
#, python-format
|
889
|
+
msgid "Stock Request product quantity cannot be negative."
|
890
|
+
msgstr ""
|
891
|
+
|
892
|
+
#. module: stock_request
|
893
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
888
894
|
#, python-format
|
889
895
|
msgid "Stock Request product quantity has to be strictly positive."
|
890
896
|
msgstr ""
|
@@ -24,8 +24,8 @@ msgstr ""
|
|
24
24
|
#: code:addons/stock_request/models/stock_move_line.py:0
|
25
25
|
#, python-format
|
26
26
|
msgid ""
|
27
|
-
"<li><b>%(product_name)s</b>: Transferred quantity
|
28
|
-
"%(product_uom)s</li>"
|
27
|
+
"<li><b>%(product_name)s</b>: Transferred quantity "
|
28
|
+
"%(product_qty)s%(product_uom)s</li>"
|
29
29
|
msgstr ""
|
30
30
|
|
31
31
|
#. module: stock_request
|
@@ -894,7 +894,13 @@ msgid "Stock Request name must be unique"
|
|
894
894
|
msgstr "库存请求名称必须唯一"
|
895
895
|
|
896
896
|
#. module: stock_request
|
897
|
-
#: code:addons/stock_request/models/
|
897
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
898
|
+
#, python-format
|
899
|
+
msgid "Stock Request product quantity cannot be negative."
|
900
|
+
msgstr ""
|
901
|
+
|
902
|
+
#. module: stock_request
|
903
|
+
#: code:addons/stock_request/models/stock_request.py:0
|
898
904
|
#, python-format
|
899
905
|
msgid "Stock Request product quantity has to be strictly positive."
|
900
906
|
msgstr "库存请求产品的数量必须严格为正数。"
|
@@ -367,7 +367,7 @@ ul.auto-toc {
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
368
368
|
!! changes will be overwritten. !!
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
-
!! source digest: sha256:
|
370
|
+
!! source digest: sha256:5c1dbefdff69e24ce26fa2ccba287bcfeb395f67d5c71c4f9dece54871dc6020
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
372
372
|
<p><a class="reference external image-reference" 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 image-reference" 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 image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/15.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 image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-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 image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
373
|
<p>This module was written to allow users to request products that are
|
@@ -474,6 +474,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
474
474
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
475
475
|
mission is to support the collaborative development of Odoo features and
|
476
476
|
promote its widespread use.</p>
|
477
|
+
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
|
478
|
+
<p><a class="reference external image-reference" href="https://github.com/LoisRForgeFlow"><img alt="LoisRForgeFlow" src="https://github.com/LoisRForgeFlow.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/etobella"><img alt="etobella" src="https://github.com/etobella.png?size=40px" /></a></p>
|
477
479
|
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_request">OCA/stock-logistics-warehouse</a> project on GitHub.</p>
|
478
480
|
<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>
|
479
481
|
</div>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-stock_request
|
3
|
-
Version: 15.0.1.8.
|
3
|
+
Version: 15.0.1.8.3
|
4
4
|
Summary: Internal request for stock
|
5
5
|
Home-page: https://github.com/OCA/stock-logistics-warehouse
|
6
6
|
Author: ForgeFlow, Odoo Community Association (OCA)
|
@@ -11,7 +11,7 @@ Classifier: Framework :: Odoo
|
|
11
11
|
Classifier: Framework :: Odoo :: 15.0
|
12
12
|
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
|
13
13
|
Requires-Python: >=3.8
|
14
|
-
Requires-Dist: odoo
|
14
|
+
Requires-Dist: odoo<15.1dev,>=15.0a
|
15
15
|
|
16
16
|
=============
|
17
17
|
Stock Request
|
@@ -22,7 +22,7 @@ Stock Request
|
|
22
22
|
!! This file is generated by oca-gen-addon-readme !!
|
23
23
|
!! changes will be overwritten. !!
|
24
24
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
25
|
-
!! source digest: sha256:
|
25
|
+
!! source digest: sha256:5c1dbefdff69e24ce26fa2ccba287bcfeb395f67d5c71c4f9dece54871dc6020
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
27
27
|
|
28
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -151,6 +151,17 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
151
151
|
mission is to support the collaborative development of Odoo features and
|
152
152
|
promote its widespread use.
|
153
153
|
|
154
|
+
.. |maintainer-LoisRForgeFlow| image:: https://github.com/LoisRForgeFlow.png?size=40px
|
155
|
+
:target: https://github.com/LoisRForgeFlow
|
156
|
+
:alt: LoisRForgeFlow
|
157
|
+
.. |maintainer-etobella| image:: https://github.com/etobella.png?size=40px
|
158
|
+
:target: https://github.com/etobella
|
159
|
+
:alt: etobella
|
160
|
+
|
161
|
+
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
162
|
+
|
163
|
+
|maintainer-LoisRForgeFlow| |maintainer-etobella|
|
164
|
+
|
154
165
|
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_request>`_ project on GitHub.
|
155
166
|
|
156
167
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -1,35 +1,35 @@
|
|
1
|
-
odoo/addons/stock_request/README.rst,sha256=
|
1
|
+
odoo/addons/stock_request/README.rst,sha256=e1lE8W7owRl3Dgcbxal7ReK3fNaGyS2ygzkEmYQs4J0,5297
|
2
2
|
odoo/addons/stock_request/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
3
|
-
odoo/addons/stock_request/__manifest__.py,sha256=
|
3
|
+
odoo/addons/stock_request/__manifest__.py,sha256=2SYX60S95kdqpuZ7Kp8Scsid1xwKOTnvC4jeyLVU6WM,1002
|
4
4
|
odoo/addons/stock_request/data/stock_request_sequence_data.xml,sha256=MKvzK__cH1gecmyqWK6Vj7yJ0o1-oKbqy2ydNoTUhs0,683
|
5
|
-
odoo/addons/stock_request/i18n/ca.po,sha256=
|
6
|
-
odoo/addons/stock_request/i18n/de.po,sha256=
|
7
|
-
odoo/addons/stock_request/i18n/el_GR.po,sha256=
|
8
|
-
odoo/addons/stock_request/i18n/es.po,sha256=
|
9
|
-
odoo/addons/stock_request/i18n/es_ES.po,sha256=
|
10
|
-
odoo/addons/stock_request/i18n/eu.po,sha256=
|
11
|
-
odoo/addons/stock_request/i18n/fi.po,sha256=
|
12
|
-
odoo/addons/stock_request/i18n/fr.po,sha256=
|
13
|
-
odoo/addons/stock_request/i18n/fr_CH.po,sha256=
|
14
|
-
odoo/addons/stock_request/i18n/fr_FR.po,sha256=
|
15
|
-
odoo/addons/stock_request/i18n/gl.po,sha256=
|
16
|
-
odoo/addons/stock_request/i18n/hr.po,sha256=
|
17
|
-
odoo/addons/stock_request/i18n/hr_HR.po,sha256=
|
18
|
-
odoo/addons/stock_request/i18n/it.po,sha256=
|
19
|
-
odoo/addons/stock_request/i18n/ja.po,sha256=
|
20
|
-
odoo/addons/stock_request/i18n/ja_JP.po,sha256=
|
21
|
-
odoo/addons/stock_request/i18n/nl.po,sha256=
|
22
|
-
odoo/addons/stock_request/i18n/nl_NL.po,sha256=
|
23
|
-
odoo/addons/stock_request/i18n/pt.po,sha256=
|
24
|
-
odoo/addons/stock_request/i18n/pt_BR.po,sha256=
|
25
|
-
odoo/addons/stock_request/i18n/ro.po,sha256=
|
26
|
-
odoo/addons/stock_request/i18n/ru.po,sha256=
|
27
|
-
odoo/addons/stock_request/i18n/sl.po,sha256=
|
5
|
+
odoo/addons/stock_request/i18n/ca.po,sha256=uaGczF195dDr7d2RwxEy6cKZ_GDkrfpe5b6ZJVaMxzk,45890
|
6
|
+
odoo/addons/stock_request/i18n/de.po,sha256=dGnfgyL-N1z2nyTkC-1mDnUlHD8lSP3PvSETmChfIdY,50858
|
7
|
+
odoo/addons/stock_request/i18n/el_GR.po,sha256=_91Y9SCRm7TT_h7UchpDBjTWFSr65f8H4ic7bUm2E-k,45910
|
8
|
+
odoo/addons/stock_request/i18n/es.po,sha256=0w9F6wcPMR7EA6nErYBH5dbqr1VsZVjEi_PtbsHaHTw,52799
|
9
|
+
odoo/addons/stock_request/i18n/es_ES.po,sha256=ssmdNk2S6eYOfxnI6I3k-X3HUkpRvpRS17HBnnLP0u8,45907
|
10
|
+
odoo/addons/stock_request/i18n/eu.po,sha256=e6wtXhusJxMffwSalVSGBzgpOsaoYYzsR72ZbzrU8Fc,45890
|
11
|
+
odoo/addons/stock_request/i18n/fi.po,sha256=SKyfkT_tK4i7fwOYBpF6BKw2BxIZjd_5O1lugBSuYNU,45887
|
12
|
+
odoo/addons/stock_request/i18n/fr.po,sha256=KU6rfDGJFiEIOG_DZ6yEnM486TOLX9G_Jmu8ekJDglI,45887
|
13
|
+
odoo/addons/stock_request/i18n/fr_CH.po,sha256=UDE9Br1B7cRvJ3Aty9gwO7qJ7rerUVZHce3jeAJaGrQ,45910
|
14
|
+
odoo/addons/stock_request/i18n/fr_FR.po,sha256=yNMA4vzNJgordEQyHg5UAo9LWbdNaIM8FVJhbP5Hfy4,45905
|
15
|
+
odoo/addons/stock_request/i18n/gl.po,sha256=Y5Tey7RZral0jf5VlzSuPKCEyAAR7PyhR9iR5OOpvdE,45890
|
16
|
+
odoo/addons/stock_request/i18n/hr.po,sha256=jsiBhFBWvi1wSVoGkZ3n4P_tNRcxDQvGGIIlK6QvFKU,45966
|
17
|
+
odoo/addons/stock_request/i18n/hr_HR.po,sha256=Bn9QDFauRJSpqkxk6g8ssv5L_rL2388rOPD2viWAlOA,45985
|
18
|
+
odoo/addons/stock_request/i18n/it.po,sha256=Iz1KM6qaJ-gRlnVrpcf_00GYgkxJh4UXZDSDCvD00Co,45890
|
19
|
+
odoo/addons/stock_request/i18n/ja.po,sha256=fJ29nB7fJNntAm5_A-4iNnsFTzWSjsXJisSxG5BrpzA,45645
|
20
|
+
odoo/addons/stock_request/i18n/ja_JP.po,sha256=9qXc2PpMN21R3qRU59KND-i3cLlyQ9jn_9-kHrVY_N0,45648
|
21
|
+
odoo/addons/stock_request/i18n/nl.po,sha256=87H-ARWV097xUaRgXiqVzcHRjInqt_L2-Kbj_WTudSs,45887
|
22
|
+
odoo/addons/stock_request/i18n/nl_NL.po,sha256=wWOoQOOfY34Mp5bcofwXIoVQq1W1NQ0025PYlueo9SQ,45910
|
23
|
+
odoo/addons/stock_request/i18n/pt.po,sha256=ntwpLMpFzy6sIgbQwxw670ucRAxX_w5K0IY4F0UTlMQ,45892
|
24
|
+
odoo/addons/stock_request/i18n/pt_BR.po,sha256=vu40pAIY7_N_5WwUohLMEzcUEq4j5bGqZ0a8b9u0RGc,45909
|
25
|
+
odoo/addons/stock_request/i18n/ro.po,sha256=3raxx2ufNALP7HwCF40FCmSllhTjfTdb3ymiL3DqOSg,45933
|
26
|
+
odoo/addons/stock_request/i18n/ru.po,sha256=XXGfZOiNBnklUCW_R6dQ_HPE4SzCz7JZ-FFDv3UIM98,46049
|
27
|
+
odoo/addons/stock_request/i18n/sl.po,sha256=ESQPhnODezgGmtdBVCznEaIi095kCV2Aur0ac5MQTM4,45947
|
28
28
|
odoo/addons/stock_request/i18n/stock_request.pot,sha256=UItfdYeV7CPHQa6zbTFJvI4q6pfBVnSjb4iozTlK6_U,45586
|
29
|
-
odoo/addons/stock_request/i18n/tr.po,sha256=
|
30
|
-
odoo/addons/stock_request/i18n/tr_TR.po,sha256
|
31
|
-
odoo/addons/stock_request/i18n/vi_VN.po,sha256=
|
32
|
-
odoo/addons/stock_request/i18n/zh_CN.po,sha256=
|
29
|
+
odoo/addons/stock_request/i18n/tr.po,sha256=xslYVVmms9eFEP-ylAgyUKi88cH2QFqNoeFU83YMgzU,45887
|
30
|
+
odoo/addons/stock_request/i18n/tr_TR.po,sha256=-oz7yzSxcLDB8eH1GS01g6MXVE2mJd2_W0_AbQB8XIk,45905
|
31
|
+
odoo/addons/stock_request/i18n/vi_VN.po,sha256=dzHODWJ4ZFc1zEuVO8gEstAw5V8FTV6kDwI8QcW1D0w,45910
|
32
|
+
odoo/addons/stock_request/i18n/zh_CN.po,sha256=VppHsbEFRTKC8lXUvvwjVifaGhZ_9dH196k5Tm4K23A,50975
|
33
33
|
odoo/addons/stock_request/migrations/15.0.1.4.0/noupdate_changes.xml,sha256=dIlyU9LK6MuL7wFd29Te7wONI0J4SSS_y1Wi1JyopOw,524
|
34
34
|
odoo/addons/stock_request/migrations/15.0.1.4.0/post-migration.py,sha256=cYHRFqjoDAT8ZSci0UikmzR3iYa-155OGjXokK2Rsk0,315
|
35
35
|
odoo/addons/stock_request/models/__init__.py,sha256=UectPmFQEw_3FXs6QynT2GyZWQjnDhVdBYIyxrDIVGM,432
|
@@ -56,7 +56,7 @@ odoo/addons/stock_request/security/ir.model.access.csv,sha256=dsUwAR79-qQNVwCZhv
|
|
56
56
|
odoo/addons/stock_request/security/stock_request_security.xml,sha256=VP0gCObFyM2wl0jcsO_J0vt2_jV0BQWtj4UMSqPellA,5978
|
57
57
|
odoo/addons/stock_request/static/description/icon.png,sha256=HZGM_z7Ta3zNQ2924BUiMfDuVSCWqrEwUQMWXBnK7yk,15218
|
58
58
|
odoo/addons/stock_request/static/description/icon.svg,sha256=e3qo4KGYRy7Mfzhb_bCfVA-73Rk2Lx1z9_kz7tTjdO0,9771
|
59
|
-
odoo/addons/stock_request/static/description/index.html,sha256=
|
59
|
+
odoo/addons/stock_request/static/description/index.html,sha256=tFfrurtKyd6UXS8pc3-wbx1pHZTQ91JfPeVAXe-E_y0,16552
|
60
60
|
odoo/addons/stock_request/tests/__init__.py,sha256=3NQ2fafGprBbsMjR2Y__yzyvFX5Vio1r0j6tT3FTbas,33
|
61
61
|
odoo/addons/stock_request/tests/test_stock_request.py,sha256=1xgwn7kUE30HvtXucUv6ivwfYtpY84mXqzluMQbyY-c,68502
|
62
62
|
odoo/addons/stock_request/views/product.xml,sha256=CJ6RE5uGQLlIMDCPKxw8nhodb_rR3jaj-mF5ozCFUKI,1517
|
@@ -67,7 +67,7 @@ odoo/addons/stock_request/views/stock_request_allocation_views.xml,sha256=NhoVR2
|
|
67
67
|
odoo/addons/stock_request/views/stock_request_menu.xml,sha256=S_3HPkmYcHC_xtPjusHiZX7RUW5CGrJW3w52ScnJFNw,1308
|
68
68
|
odoo/addons/stock_request/views/stock_request_order_views.xml,sha256=YtB8xkt9nxkYN9FexOH1T6e8_FalgQRhA3ZSWMrj1os,10247
|
69
69
|
odoo/addons/stock_request/views/stock_request_views.xml,sha256=k6jts8SJz1WCqaeCod9dHABEC7i3W1fT-zajr-TUWHo,11319
|
70
|
-
odoo_addon_stock_request-15.0.1.8.
|
71
|
-
odoo_addon_stock_request-15.0.1.8.
|
72
|
-
odoo_addon_stock_request-15.0.1.8.
|
73
|
-
odoo_addon_stock_request-15.0.1.8.
|
70
|
+
odoo_addon_stock_request-15.0.1.8.3.dist-info/METADATA,sha256=stFO2oXf3Tx79yBWVrgEiysIgCyEN0_5K-ryIZXtiYo,5831
|
71
|
+
odoo_addon_stock_request-15.0.1.8.3.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
72
|
+
odoo_addon_stock_request-15.0.1.8.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
73
|
+
odoo_addon_stock_request-15.0.1.8.3.dist-info/RECORD,,
|
File without changes
|