odoo-addon-stock-request 15.0.1.7.0.1__py3-none-any.whl → 16.0.1.0.0.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.
Files changed (49) hide show
  1. odoo/addons/stock_request/README.rst +9 -9
  2. odoo/addons/stock_request/__manifest__.py +2 -2
  3. odoo/addons/stock_request/i18n/ca.po +36 -31
  4. odoo/addons/stock_request/i18n/de.po +49 -77
  5. odoo/addons/stock_request/i18n/el_GR.po +36 -31
  6. odoo/addons/stock_request/i18n/es.po +60 -38
  7. odoo/addons/stock_request/i18n/es_ES.po +36 -31
  8. odoo/addons/stock_request/i18n/eu.po +36 -31
  9. odoo/addons/stock_request/i18n/fi.po +36 -31
  10. odoo/addons/stock_request/i18n/fr.po +36 -31
  11. odoo/addons/stock_request/i18n/fr_CH.po +36 -31
  12. odoo/addons/stock_request/i18n/fr_FR.po +36 -31
  13. odoo/addons/stock_request/i18n/gl.po +36 -31
  14. odoo/addons/stock_request/i18n/hr.po +36 -31
  15. odoo/addons/stock_request/i18n/hr_HR.po +36 -31
  16. odoo/addons/stock_request/i18n/it.po +36 -31
  17. odoo/addons/stock_request/i18n/ja.po +36 -31
  18. odoo/addons/stock_request/i18n/ja_JP.po +36 -31
  19. odoo/addons/stock_request/i18n/nl.po +36 -31
  20. odoo/addons/stock_request/i18n/nl_NL.po +36 -31
  21. odoo/addons/stock_request/i18n/pt.po +36 -31
  22. odoo/addons/stock_request/i18n/pt_BR.po +36 -31
  23. odoo/addons/stock_request/i18n/ro.po +36 -31
  24. odoo/addons/stock_request/i18n/ru.po +36 -31
  25. odoo/addons/stock_request/i18n/sl.po +36 -31
  26. odoo/addons/stock_request/i18n/stock_request.pot +37 -32
  27. odoo/addons/stock_request/i18n/tr.po +36 -31
  28. odoo/addons/stock_request/i18n/tr_TR.po +36 -31
  29. odoo/addons/stock_request/i18n/vi_VN.po +36 -31
  30. odoo/addons/stock_request/i18n/zh_CN.po +52 -75
  31. odoo/addons/stock_request/models/__init__.py +1 -1
  32. odoo/addons/stock_request/models/stock_picking.py +2 -2
  33. odoo/addons/stock_request/models/stock_request.py +40 -29
  34. odoo/addons/stock_request/models/stock_request_abstract.py +5 -7
  35. odoo/addons/stock_request/models/stock_request_order.py +11 -8
  36. odoo/addons/stock_request/models/{stock_location_route.py → stock_route.py} +2 -2
  37. odoo/addons/stock_request/security/stock_request_security.xml +1 -5
  38. odoo/addons/stock_request/static/description/index.html +5 -5
  39. odoo/addons/stock_request/tests/test_stock_request.py +140 -156
  40. odoo/addons/stock_request/views/res_config_settings_views.xml +5 -2
  41. odoo/addons/stock_request/views/stock_request_order_views.xml +14 -3
  42. odoo/addons/stock_request/views/stock_request_views.xml +14 -5
  43. {odoo_addon_stock_request-15.0.1.7.0.1.dist-info → odoo_addon_stock_request-16.0.1.0.0.3.dist-info}/METADATA +14 -14
  44. odoo_addon_stock_request-16.0.1.0.0.3.dist-info/RECORD +71 -0
  45. {odoo_addon_stock_request-15.0.1.7.0.1.dist-info → odoo_addon_stock_request-16.0.1.0.0.3.dist-info}/WHEEL +1 -1
  46. odoo/addons/stock_request/migrations/15.0.1.4.0/noupdate_changes.xml +0 -14
  47. odoo/addons/stock_request/migrations/15.0.1.4.0/post-migration.py +0 -10
  48. odoo_addon_stock_request-15.0.1.7.0.1.dist-info/RECORD +0 -73
  49. {odoo_addon_stock_request-15.0.1.7.0.1.dist-info → odoo_addon_stock_request-16.0.1.0.0.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:f7abc85838ce009026d931feb4eeef8b5d7c9fc791db18affe7a3e6e7dcec1ea
10
+ !! source digest: sha256:a466d45b459fb5887294de33e31dfbd31db3dcedb0f5b44560203bdfe27da502
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -16,14 +16,14 @@ Stock Request
16
16
  .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
17
17
  :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
18
18
  :alt: License: LGPL-3
19
- .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
20
- :target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_request
21
- :alt: OCA/stock-logistics-warehouse
19
+ .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--request-lightgray.png?logo=github
20
+ :target: https://github.com/OCA/stock-logistics-request/tree/16.0/stock_request
21
+ :alt: OCA/stock-logistics-request
22
22
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_request
23
+ :target: https://translation.odoo-community.org/projects/stock-logistics-request-16-0/stock-logistics-request-16-0-stock_request
24
24
  :alt: Translate me on Weblate
25
25
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=15.0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-request&target_branch=16.0
27
27
  :alt: Try me on Runboat
28
28
 
29
29
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -89,10 +89,10 @@ It is also required to manage active field logically from Orders to SRs.
89
89
  Bug Tracker
90
90
  ===========
91
91
 
92
- Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
92
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-request/issues>`_.
93
93
  In case of trouble, please check there if your issue has already been reported.
94
94
  If you spotted it first, help us to smash it by providing a detailed and welcomed
95
- `feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_request%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
95
+ `feedback <https://github.com/OCA/stock-logistics-request/issues/new?body=module:%20stock_request%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
96
96
 
97
97
  Do not contact contributors directly about support or help with technical issues.
98
98
 
@@ -136,6 +136,6 @@ 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
- 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.
139
+ This module is part of the `OCA/stock-logistics-request <https://github.com/OCA/stock-logistics-request/tree/16.0/stock_request>`_ project on GitHub.
140
140
 
141
141
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -4,9 +4,9 @@
4
4
  {
5
5
  "name": "Stock Request",
6
6
  "summary": "Internal request for stock",
7
- "version": "15.0.1.7.0",
7
+ "version": "16.0.1.0.0",
8
8
  "license": "LGPL-3",
9
- "website": "https://github.com/OCA/stock-logistics-warehouse",
9
+ "website": "https://github.com/OCA/stock-logistics-request",
10
10
  "author": "ForgeFlow, Odoo Community Association (OCA)",
11
11
  "category": "Warehouse Management",
12
12
  "depends": ["stock"],
@@ -19,6 +19,7 @@ msgstr ""
19
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
20
 
21
21
  #. module: stock_request
22
+ #. odoo-python
22
23
  #: code:addons/stock_request/models/stock_move_line.py:0
23
24
  #, python-format
24
25
  msgid ""
@@ -68,7 +69,9 @@ msgstr ""
68
69
 
69
70
  #. module: stock_request
70
71
  #: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
71
- msgid "Add State to Stock Request and Stock Request Orders if activated."
72
+ msgid ""
73
+ "Add State to Stock Request and Stock Request Orders if\n"
74
+ " activated."
72
75
  msgstr ""
73
76
 
74
77
  #. module: stock_request
@@ -110,8 +113,8 @@ msgstr ""
110
113
  #. module: stock_request
111
114
  #: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
112
115
  msgid ""
113
- "By default only internal and transit locations are allowed in Stock Request "
114
- "and Orders."
116
+ "By default only internal and transit locations are allowed in\n"
117
+ " Stock Request and Orders."
115
118
  msgstr ""
116
119
 
117
120
  #. module: stock_request
@@ -164,6 +167,7 @@ msgid "Company"
164
167
  msgstr ""
165
168
 
166
169
  #. module: stock_request
170
+ #. odoo-python
167
171
  #: code:addons/stock_request/models/stock_request.py:0
168
172
  #, python-format
169
173
  msgid "Company must be equal to the order"
@@ -276,6 +280,7 @@ msgid "Expected Date"
276
280
  msgstr ""
277
281
 
278
282
  #. module: stock_request
283
+ #. odoo-python
279
284
  #: code:addons/stock_request/models/stock_request.py:0
280
285
  #, python-format
281
286
  msgid "Expected date must be equal to the order"
@@ -349,11 +354,8 @@ msgstr ""
349
354
 
350
355
  #. module: stock_request
351
356
  #: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction
352
- #: model:ir.model.fields,help:stock_request.field_stock_request__message_unread
353
357
  #: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction
354
- #: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread
355
358
  #: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction
356
- #: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread
357
359
  msgid "If checked, new messages require your attention."
358
360
  msgstr ""
359
361
 
@@ -381,7 +383,7 @@ msgid "Inventory Locations"
381
383
  msgstr ""
382
384
 
383
385
  #. module: stock_request
384
- #: model:ir.model,name:stock_request.model_stock_location_route
386
+ #: model:ir.model,name:stock_request.model_stock_route
385
387
  msgid "Inventory Routes"
386
388
  msgstr ""
387
389
 
@@ -433,6 +435,7 @@ msgid "Location"
433
435
  msgstr ""
434
436
 
435
437
  #. module: stock_request
438
+ #. odoo-python
436
439
  #: code:addons/stock_request/models/stock_request.py:0
437
440
  #, python-format
438
441
  msgid "Location must be equal to the order"
@@ -495,7 +498,6 @@ msgstr ""
495
498
 
496
499
  #. module: stock_request
497
500
  #: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq
498
- #: model:ir.model.constraint,message:stock_request.constraint_stock_request_kanban_name_uniq
499
501
  msgid "Name must be unique"
500
502
  msgstr ""
501
503
 
@@ -538,7 +540,7 @@ msgstr ""
538
540
  #: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter
539
541
  #: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter
540
542
  #: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter
541
- msgid "Number of messages which requires an action"
543
+ msgid "Number of messages requiring action"
542
544
  msgstr ""
543
545
 
544
546
  #. module: stock_request
@@ -549,19 +551,14 @@ msgid "Number of messages with delivery error"
549
551
  msgstr ""
550
552
 
551
553
  #. module: stock_request
552
- #: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter
553
- #: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter
554
- #: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter
555
- msgid "Number of unread messages"
556
- msgstr ""
557
-
558
- #. module: stock_request
554
+ #. odoo-python
559
555
  #: code:addons/stock_request/models/stock_request_order.py:0
560
556
  #, python-format
561
557
  msgid "Only orders on draft state can be unlinked"
562
558
  msgstr ""
563
559
 
564
560
  #. module: stock_request
561
+ #. odoo-python
565
562
  #: code:addons/stock_request/models/stock_request.py:0
566
563
  #, python-format
567
564
  msgid "Only requests on draft state can be unlinked"
@@ -602,6 +599,7 @@ msgid "Procurement Group"
602
599
  msgstr ""
603
600
 
604
601
  #. module: stock_request
602
+ #. odoo-python
605
603
  #: code:addons/stock_request/models/stock_request.py:0
606
604
  #, python-format
607
605
  msgid "Procurement group must be equal to the order"
@@ -701,6 +699,7 @@ msgid "Real Quantity"
701
699
  msgstr ""
702
700
 
703
701
  #. module: stock_request
702
+ #. odoo-python
704
703
  #: code:addons/stock_request/models/stock_move_line.py:0
705
704
  #, python-format
706
705
  msgid "Receipt confirmation %(picking_name)s for your Request %(request_name)s"
@@ -741,6 +740,7 @@ msgid "Requested Quantity (UoM)"
741
740
  msgstr ""
742
741
 
743
742
  #. module: stock_request
743
+ #. odoo-python
744
744
  #: code:addons/stock_request/models/stock_request.py:0
745
745
  #, python-format
746
746
  msgid "Requested by must be equal to the order"
@@ -819,6 +819,7 @@ msgstr ""
819
819
  #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id
820
820
  #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids
821
821
  #: model:ir.module.category,name:stock_request.module_category_stock_request
822
+ #: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
822
823
  #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
823
824
  msgid "Stock Request"
824
825
  msgstr ""
@@ -881,6 +882,7 @@ msgid "Stock Request name must be unique"
881
882
  msgstr ""
882
883
 
883
884
  #. module: stock_request
885
+ #. odoo-python
884
886
  #: code:addons/stock_request/models/stock_request_abstract.py:0
885
887
  #, python-format
886
888
  msgid "Stock Request product quantity has to be strictly positive."
@@ -945,6 +947,7 @@ msgid "Submitted state in Stock Requests"
945
947
  msgstr ""
946
948
 
947
949
  #. module: stock_request
950
+ #. odoo-python
948
951
  #: code:addons/stock_request/models/stock_move.py:0
949
952
  #: code:addons/stock_request/models/stock_request_order.py:0
950
953
  #, python-format
@@ -952,12 +955,14 @@ msgid "The company of the stock request must match with that of the location."
952
955
  msgstr ""
953
956
 
954
957
  #. module: stock_request
958
+ #. odoo-python
955
959
  #: code:addons/stock_request/models/stock_request_order.py:0
956
960
  #, python-format
957
961
  msgid "The company of the stock request must match with that of the warehouse."
958
962
  msgstr ""
959
963
 
960
964
  #. module: stock_request
965
+ #. odoo-python
961
966
  #: code:addons/stock_request/models/stock_move_line.py:0
962
967
  #, python-format
963
968
  msgid ""
@@ -966,18 +971,21 @@ msgid ""
966
971
  msgstr ""
967
972
 
968
973
  #. module: stock_request
974
+ #. odoo-python
969
975
  #: code:addons/stock_request/models/stock_request.py:0
970
976
  #, python-format
971
977
  msgid "The picking policy must be equal to the order"
972
978
  msgstr ""
973
979
 
974
980
  #. module: stock_request
981
+ #. odoo-python
975
982
  #: code:addons/stock_request/models/stock_request_order.py:0
976
983
  #, python-format
977
984
  msgid "There should be at least one request item for confirming the order."
978
985
  msgstr ""
979
986
 
980
987
  #. module: stock_request
988
+ #. odoo-python
981
989
  #: code:addons/stock_request/models/stock_request_order.py:0
982
990
  #, python-format
983
991
  msgid "This action only works in the context of products"
@@ -1001,20 +1009,6 @@ msgstr ""
1001
1009
  msgid "Type of the exception activity on record."
1002
1010
  msgstr ""
1003
1011
 
1004
- #. module: stock_request
1005
- #: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread
1006
- #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread
1007
- #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread
1008
- msgid "Unread Messages"
1009
- msgstr ""
1010
-
1011
- #. module: stock_request
1012
- #: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter
1013
- #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter
1014
- #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter
1015
- msgid "Unread Messages Counter"
1016
- msgstr ""
1017
-
1018
1012
  #. module: stock_request
1019
1013
  #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id
1020
1014
  msgid "UoM"
@@ -1046,6 +1040,7 @@ msgid "Warehouse"
1046
1040
  msgstr ""
1047
1041
 
1048
1042
  #. module: stock_request
1043
+ #. odoo-python
1049
1044
  #: code:addons/stock_request/models/stock_request.py:0
1050
1045
  #, python-format
1051
1046
  msgid "Warehouse must be equal to the order"
@@ -1066,6 +1061,7 @@ msgid "Website communication history"
1066
1061
  msgstr ""
1067
1062
 
1068
1063
  #. module: stock_request
1064
+ #. odoo-python
1069
1065
  #: code:addons/stock_request/models/stock_location.py:0
1070
1066
  #, python-format
1071
1067
  msgid ""
@@ -1074,6 +1070,7 @@ msgid ""
1074
1070
  msgstr ""
1075
1071
 
1076
1072
  #. module: stock_request
1073
+ #. odoo-python
1077
1074
  #: code:addons/stock_request/models/stock_location.py:0
1078
1075
  #, python-format
1079
1076
  msgid ""
@@ -1082,7 +1079,8 @@ msgid ""
1082
1079
  msgstr ""
1083
1080
 
1084
1081
  #. module: stock_request
1085
- #: code:addons/stock_request/models/stock_location_route.py:0
1082
+ #. odoo-python
1083
+ #: code:addons/stock_request/models/stock_route.py:0
1086
1084
  #, python-format
1087
1085
  msgid ""
1088
1086
  "You cannot change the company of the route, as it is already assigned to "
@@ -1090,6 +1088,7 @@ msgid ""
1090
1088
  msgstr ""
1091
1089
 
1092
1090
  #. module: stock_request
1091
+ #. odoo-python
1093
1092
  #: code:addons/stock_request/models/stock_warehouse.py:0
1094
1093
  #, python-format
1095
1094
  msgid ""
@@ -1098,6 +1097,7 @@ msgid ""
1098
1097
  msgstr ""
1099
1098
 
1100
1099
  #. module: stock_request
1100
+ #. odoo-python
1101
1101
  #: code:addons/stock_request/models/stock_warehouse.py:0
1102
1102
  #, python-format
1103
1103
  msgid ""
@@ -1106,30 +1106,35 @@ msgid ""
1106
1106
  msgstr ""
1107
1107
 
1108
1108
  #. module: stock_request
1109
+ #. odoo-python
1109
1110
  #: code:addons/stock_request/models/stock_request_abstract.py:0
1110
1111
  #, python-format
1111
1112
  msgid "You have entered a location that is assigned to another company."
1112
1113
  msgstr ""
1113
1114
 
1114
1115
  #. module: stock_request
1116
+ #. odoo-python
1115
1117
  #: code:addons/stock_request/models/stock_request_abstract.py:0
1116
1118
  #, python-format
1117
1119
  msgid "You have entered a product that is assigned to another company."
1118
1120
  msgstr ""
1119
1121
 
1120
1122
  #. module: stock_request
1123
+ #. odoo-python
1121
1124
  #: code:addons/stock_request/models/stock_request_abstract.py:0
1122
1125
  #, python-format
1123
1126
  msgid "You have entered a route that is assigned to another company."
1124
1127
  msgstr ""
1125
1128
 
1126
1129
  #. module: stock_request
1130
+ #. odoo-python
1127
1131
  #: code:addons/stock_request/models/stock_request_abstract.py:0
1128
1132
  #, python-format
1129
1133
  msgid "You have entered a warehouse that is assigned to another company."
1130
1134
  msgstr ""
1131
1135
 
1132
1136
  #. module: stock_request
1137
+ #. odoo-python
1133
1138
  #: code:addons/stock_request/models/stock_request_abstract.py:0
1134
1139
  #, python-format
1135
1140
  msgid ""