odoo-addon-stock-request 16.0.1.0.0.2__py3-none-any.whl → 17.0.1.0.0.2__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 (32) hide show
  1. odoo/addons/stock_request/README.rst +41 -41
  2. odoo/addons/stock_request/__manifest__.py +1 -1
  3. odoo/addons/stock_request/i18n/de.po +48 -0
  4. odoo/addons/stock_request/i18n/es.po +3 -0
  5. odoo/addons/stock_request/i18n/stock_request.pot +14 -31
  6. odoo/addons/stock_request/i18n/zh_CN.po +48 -0
  7. odoo/addons/stock_request/models/stock_move.py +2 -2
  8. odoo/addons/stock_request/models/stock_move_line.py +4 -4
  9. odoo/addons/stock_request/models/stock_request.py +50 -43
  10. odoo/addons/stock_request/models/stock_request_abstract.py +2 -1
  11. odoo/addons/stock_request/models/stock_request_order.py +0 -13
  12. odoo/addons/stock_request/models/stock_rule.py +1 -1
  13. odoo/addons/stock_request/readme/CONFIGURE.md +16 -0
  14. odoo/addons/stock_request/readme/CONTRIBUTORS.md +13 -0
  15. odoo/addons/stock_request/readme/{DESCRIPTION.rst → DESCRIPTION.md} +2 -1
  16. odoo/addons/stock_request/readme/{ROADMAP.rst → ROADMAP.md} +3 -3
  17. odoo/addons/stock_request/readme/USAGE.md +16 -0
  18. odoo/addons/stock_request/security/stock_request_security.xml +5 -1
  19. odoo/addons/stock_request/static/description/index.html +17 -17
  20. odoo/addons/stock_request/tests/test_stock_request.py +171 -149
  21. odoo/addons/stock_request/views/res_config_settings_views.xml +72 -108
  22. odoo/addons/stock_request/views/stock_picking_views.xml +1 -1
  23. odoo/addons/stock_request/views/stock_request_order_views.xml +40 -36
  24. odoo/addons/stock_request/views/stock_request_views.xml +40 -39
  25. {odoo_addon_stock_request-16.0.1.0.0.2.dist-info → odoo_addon_stock_request-17.0.1.0.0.2.dist-info}/METADATA +47 -50
  26. {odoo_addon_stock_request-16.0.1.0.0.2.dist-info → odoo_addon_stock_request-17.0.1.0.0.2.dist-info}/RECORD +28 -28
  27. {odoo_addon_stock_request-16.0.1.0.0.2.dist-info → odoo_addon_stock_request-17.0.1.0.0.2.dist-info}/WHEEL +1 -1
  28. odoo_addon_stock_request-17.0.1.0.0.2.dist-info/top_level.txt +1 -0
  29. odoo/addons/stock_request/readme/CONFIGURE.rst +0 -17
  30. odoo/addons/stock_request/readme/CONTRIBUTORS.rst +0 -15
  31. odoo/addons/stock_request/readme/USAGE.rst +0 -16
  32. odoo_addon_stock_request-16.0.1.0.0.2.dist-info/top_level.txt +0 -1
@@ -1,18 +1,17 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-stock-request
3
- Version: 16.0.1.0.0.2
2
+ Name: odoo-addon-stock_request
3
+ Version: 17.0.1.0.0.2
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo>=17.0a,<17.1dev
4
6
  Summary: Internal request for stock
5
7
  Home-page: https://github.com/OCA/stock-logistics-request
8
+ License: LGPL-3
6
9
  Author: ForgeFlow, Odoo Community Association (OCA)
7
10
  Author-email: support@odoo-community.org
8
- License: LGPL-3
9
- Platform: UNKNOWN
10
11
  Classifier: Programming Language :: Python
11
12
  Classifier: Framework :: Odoo
12
- Classifier: Framework :: Odoo :: 16.0
13
+ Classifier: Framework :: Odoo :: 17.0
13
14
  Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
14
- Requires-Python: >=3.10
15
- Requires-Dist: odoo <16.1dev,>=16.0a
16
15
 
17
16
  =============
18
17
  Stock Request
@@ -23,7 +22,7 @@ Stock Request
23
22
  !! This file is generated by oca-gen-addon-readme !!
24
23
  !! changes will be overwritten. !!
25
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:a466d45b459fb5887294de33e31dfbd31db3dcedb0f5b44560203bdfe27da502
25
+ !! source digest: sha256:a6ad00aa5c7750ab61a1779781df12ad36dd4d825a469e9171796efb048ede46
27
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
27
 
29
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -33,19 +32,20 @@ Stock Request
33
32
  :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
34
33
  :alt: License: LGPL-3
35
34
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--request-lightgray.png?logo=github
36
- :target: https://github.com/OCA/stock-logistics-request/tree/16.0/stock_request
35
+ :target: https://github.com/OCA/stock-logistics-request/tree/17.0/stock_request
37
36
  :alt: OCA/stock-logistics-request
38
37
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
39
- :target: https://translation.odoo-community.org/projects/stock-logistics-request-16-0/stock-logistics-request-16-0-stock_request
38
+ :target: https://translation.odoo-community.org/projects/stock-logistics-request-17-0/stock-logistics-request-17-0-stock_request
40
39
  :alt: Translate me on Weblate
41
40
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
42
- :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-request&target_branch=16.0
41
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-request&target_branch=17.0
43
42
  :alt: Try me on Runboat
44
43
 
45
44
  |badge1| |badge2| |badge3| |badge4| |badge5|
46
45
 
47
46
  This module was written to allow users to request products that are
48
- frequently stocked by the company, to be transferred to their chosen location.
47
+ frequently stocked by the company, to be transferred to their chosen
48
+ location.
49
49
 
50
50
  **Table of contents**
51
51
 
@@ -57,48 +57,47 @@ Configuration
57
57
 
58
58
  To configure this module:
59
59
 
60
- * Go to Stock Requests > Settings
60
+ - Go to Stock Requests > Settings
61
61
 
62
62
  Users should be assigned to the groups 'Stock Request / User' or 'Stock
63
63
  Request / Manager'.
64
64
 
65
65
  ## Group Stock Request / User
66
66
 
67
- * Can see her/his own Stock Requests, and others that she/he's been granted
68
- permission to follow.
69
-
70
- * Can create/update only her/his Stock Requests.
67
+ - Can see her/his own Stock Requests, and others that she/he's been
68
+ granted permission to follow.
69
+ - Can create/update only her/his Stock Requests.
71
70
 
72
71
  ## Group Stock Request / Manager
73
72
 
74
- * Can fully manage all Stock Requests
73
+ - Can fully manage all Stock Requests
75
74
 
76
75
  Usage
77
76
  =====
78
77
 
79
78
  ## Creation
80
79
 
81
- * Go to 'Stock Requests / Stock Requests' and create a new Request.
82
- * Indicate a product, quantity and location.
83
- * Press 'Confirm'.
80
+ - Go to 'Stock Requests / Stock Requests' and create a new Request.
81
+ - Indicate a product, quantity and location.
82
+ - Press 'Confirm'.
84
83
 
85
- Upon confirmation the request will be evaluated using the procurement rules
86
- for the selected location.
84
+ Upon confirmation the request will be evaluated using the procurement
85
+ rules for the selected location.
87
86
 
88
- In case that transfers are created, the user will be able to access to them
89
- from the button 'Transfers' available in the Stock Request.
87
+ In case that transfers are created, the user will be able to access to
88
+ them from the button 'Transfers' available in the Stock Request.
90
89
 
91
90
  ## Cancel
92
91
 
93
- When the user cancels a Stock Request, the related pending stock moves will be
94
- also cancelled.
92
+ When the user cancels a Stock Request, the related pending stock moves
93
+ will be also cancelled.
95
94
 
96
95
  Known issues / Roadmap
97
96
  ======================
98
97
 
99
- There is no way to achieve Storck Request and Stock Request Orders.
100
- It should be developed taking into account that only Cancel and Done
101
- stock request can be archived.
98
+ There is no way to achieve Storck Request and Stock Request Orders. It
99
+ should be developed taking into account that only Cancel and Done stock
100
+ request can be archived.
102
101
 
103
102
  It is also required to manage active field logically from Orders to SRs.
104
103
 
@@ -108,7 +107,7 @@ Bug Tracker
108
107
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-request/issues>`_.
109
108
  In case of trouble, please check there if your issue has already been reported.
110
109
  If you spotted it first, help us to smash it by providing a detailed and welcomed
111
- `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**>`_.
110
+ `feedback <https://github.com/OCA/stock-logistics-request/issues/new?body=module:%20stock_request%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
112
111
 
113
112
  Do not contact contributors directly about support or help with technical issues.
114
113
 
@@ -116,31 +115,31 @@ Credits
116
115
  =======
117
116
 
118
117
  Authors
119
- ~~~~~~~
118
+ -------
120
119
 
121
120
  * ForgeFlow
122
121
 
123
122
  Contributors
124
- ~~~~~~~~~~~~
123
+ ------------
125
124
 
126
- * Jordi Ballester (EFICENT) <jordi.ballester@forgeflow.com>.
127
- * Enric Tobella <etobella@creublanca.es>
128
- * Atte Isopuro <atte.isopuro@avoin.systems>
129
- * Lois Rilo <lois.rilo@forgeflow.com>
130
- * Raul Martin <raul.martin@braintec-group.com>
131
- * Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
132
- * `Open Source Integrators <https://www.opensourceintegrators.com>`_
125
+ - Jordi Ballester (EFICENT) <jordi.ballester@forgeflow.com>.
126
+ - Enric Tobella <etobella@creublanca.es>
127
+ - Atte Isopuro <atte.isopuro@avoin.systems>
128
+ - Lois Rilo <lois.rilo@forgeflow.com>
129
+ - Raul Martin <raul.martin@braintec-group.com>
130
+ - Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
131
+ - `Open Source Integrators <https://www.opensourceintegrators.com>`__
133
132
 
134
- * Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
135
- * Steve Campbell <scampbell@opensourceintegrators.com>
133
+ - Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
134
+ - Steve Campbell <scampbell@opensourceintegrators.com>
136
135
 
137
- * Héctor Villarreal <hector.villarreal@forgeflow.com>
138
- * Kitti U. <kittiu@ecosoft.co.th>
139
- * Bernat Puig <bernat.puig@forgeflow.com>
140
- * Oriol Miranda <oriol.miranda@forgeflow.com>
136
+ - Héctor Villarreal <hector.villarreal@forgeflow.com>
137
+ - Kitti U. <kittiu@ecosoft.co.th>
138
+ - Bernat Puig <bernat.puig@forgeflow.com>
139
+ - Oriol Miranda <oriol.miranda@forgeflow.com>
141
140
 
142
141
  Maintainers
143
- ~~~~~~~~~~~
142
+ -----------
144
143
 
145
144
  This module is maintained by the OCA.
146
145
 
@@ -152,8 +151,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
152
151
  mission is to support the collaborative development of Odoo features and
153
152
  promote its widespread use.
154
153
 
155
- 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.
154
+ This module is part of the `OCA/stock-logistics-request <https://github.com/OCA/stock-logistics-request/tree/17.0/stock_request>`_ project on GitHub.
156
155
 
157
156
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
158
-
159
-
@@ -1,11 +1,11 @@
1
- odoo/addons/stock_request/README.rst,sha256=7w8VhfEYvAxe9XjAD_zXtFAkmMgrGUDO9bBkIFiz1Rk,4854
1
+ odoo/addons/stock_request/README.rst,sha256=tastpq0FypfSPGJAY0BkowH6miTK-Q_NLXo0TfdEvW0,4877
2
2
  odoo/addons/stock_request/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
- odoo/addons/stock_request/__manifest__.py,sha256=bwgQWJ7UKbiePlVkcuS-ky0DcvC34jUOpvb9ndg4UXg,949
3
+ odoo/addons/stock_request/__manifest__.py,sha256=8tJlBlvqG3_mLMGnMIs7aOlb8_fT6QVmyYYZXSeuCzQ,949
4
4
  odoo/addons/stock_request/data/stock_request_sequence_data.xml,sha256=MKvzK__cH1gecmyqWK6Vj7yJ0o1-oKbqy2ydNoTUhs0,683
5
5
  odoo/addons/stock_request/i18n/ca.po,sha256=esyDU9Yu0hwPUOtfsHQMXF8rBo9alq627oW4pjKdSz0,45378
6
- odoo/addons/stock_request/i18n/de.po,sha256=p6fbBscic31ob2_VprGStRMWZ87SbH3kKeV905RQYu8,49195
6
+ odoo/addons/stock_request/i18n/de.po,sha256=WJPaIcs1TzXa9HBoH8s2M5j8M-VyBef_ojyvVPc7-64,50346
7
7
  odoo/addons/stock_request/i18n/el_GR.po,sha256=6hYEUykgF7qb4F1_qnVWbaB52u6QOpkjlvf4Hx0nttU,45398
8
- odoo/addons/stock_request/i18n/es.po,sha256=fcRGFJOPQRoCCG2ECsAiP0W5bpvsb61XiROFRLbQr8Y,52146
8
+ odoo/addons/stock_request/i18n/es.po,sha256=QuAYnW6-Xr-wFttRohqGi2UmbNlyqoI3bc-K0G9zXok,52213
9
9
  odoo/addons/stock_request/i18n/es_ES.po,sha256=MyfTdBvhYrHsiDvEgi5sPUBh79FCcbt1lncLTGkZtyI,45395
10
10
  odoo/addons/stock_request/i18n/eu.po,sha256=2hW2pEWdx5jscz2Pseqho7RX7cX_PZkR49Tb2v5Kt4M,45378
11
11
  odoo/addons/stock_request/i18n/fi.po,sha256=ZcHaNUDjIX07_lSC4-TbHdQNoRTljPk04OtqY-thqHQ,45375
@@ -25,47 +25,47 @@ odoo/addons/stock_request/i18n/pt_BR.po,sha256=uPjiOnsQLZNC5PQpxhm8Elrc8Elm79xfd
25
25
  odoo/addons/stock_request/i18n/ro.po,sha256=3LwukLo1eYigB6ku6wCTA2qusa5hw-QXmuuGPGGZmrg,45421
26
26
  odoo/addons/stock_request/i18n/ru.po,sha256=mNZxcActc2glKn1p5ON3oIIPGBIsScDbVLatATKEVpk,45537
27
27
  odoo/addons/stock_request/i18n/sl.po,sha256=QCaC_cbubySNNBMQWmTfiGnwcuwGIUOojT1fycmKGR4,45435
28
- odoo/addons/stock_request/i18n/stock_request.pot,sha256=u5cAGM_EBSuCFcAG2XkiSPWPB1idAofiD95rVXxxAkY,44174
28
+ odoo/addons/stock_request/i18n/stock_request.pot,sha256=xzkqDw2xbkviICHIc8Jdyvknu3fPceoExC6WBUFPfGs,43650
29
29
  odoo/addons/stock_request/i18n/tr.po,sha256=r60U6TJ_vBn0S3dld_FG6paWxyiAYTQQ4mUxjsv-k5A,45375
30
30
  odoo/addons/stock_request/i18n/tr_TR.po,sha256=jJLn7AXZi9P5xYENz1PoMmOZEQUmn_t600deh9pifLw,45393
31
31
  odoo/addons/stock_request/i18n/vi_VN.po,sha256=Gb0X-8J-P_58-9VZySKX_mVhxbfrdevHdmYOOvXGdSs,45398
32
- odoo/addons/stock_request/i18n/zh_CN.po,sha256=yzwwxO_IHOrUwyc8aPcZ9OI5nTLtps2grI4Q2xmNJzE,49200
32
+ odoo/addons/stock_request/i18n/zh_CN.po,sha256=bNiVJoJ1NYHdQOMx1bFVtq1JN1Iu6N8cqiPQrBLtabk,50463
33
33
  odoo/addons/stock_request/models/__init__.py,sha256=bYu_0FMNdEqiMtwOb1bdKXk6gmJfzbII-d5WcVbEwXA,423
34
34
  odoo/addons/stock_request/models/procurement_group.py,sha256=t4rDQT-nuHHl8AC5ZMg-MiEkNNao1QN0CoKyXsOaFjc,1085
35
35
  odoo/addons/stock_request/models/res_company.py,sha256=j7vyh8MZNBDWtNyUxAc-HYP2XaiSlM8feOqTXjHWOiA,459
36
36
  odoo/addons/stock_request/models/res_config_settings.py,sha256=pOiuN_Vyoj1j0rwfjgxWutL-Iyljcj0v-7Fjil90R74,1379
37
37
  odoo/addons/stock_request/models/stock_location.py,sha256=ckie9pUiJ2r_pU_-ojYZieaObCD3F2m1Xv4p3KYDGww,1474
38
- odoo/addons/stock_request/models/stock_move.py,sha256=hDQhoO9GHD_-64C0VEcR9csAbldXHI_UtbbEVqVEyfQ,2812
39
- odoo/addons/stock_request/models/stock_move_line.py,sha256=yG9lnTjfAdUBdcclnrsB5bzvpItmpV0wrCHIh7hdJDQ,2773
38
+ odoo/addons/stock_request/models/stock_move.py,sha256=Pu8aIo3ydPuoUbUuBcKjCND_VRilp5Uh6AKnzQmbOhs,2782
39
+ odoo/addons/stock_request/models/stock_move_line.py,sha256=702fk1bOy_efH8bdRVJRjR53WdT9ddD_RWftaaXhXUA,2746
40
40
  odoo/addons/stock_request/models/stock_picking.py,sha256=XmdxMG-GNKJjF6RE8inj45TBy1eEhmRh4nzb-0bMQs0,1339
41
- odoo/addons/stock_request/models/stock_request.py,sha256=tQUs8c77adpgGwKvP-iWwGjYTzN2JK5efraWTz7xfoc,16136
42
- odoo/addons/stock_request/models/stock_request_abstract.py,sha256=rtzhU32BlurbA-dcYb_j_2RaYtPTlGfXX4M95Hy_THc,9432
41
+ odoo/addons/stock_request/models/stock_request.py,sha256=0m5SfECu2ZM1vgH8-C40kgvIEbgY_AEpQpD9GJIz4oQ,16069
42
+ odoo/addons/stock_request/models/stock_request_abstract.py,sha256=5t4nAyLHEIWh3i5NKKa_hRaZ7eNG66nUZTCzuJxMiYo,9445
43
43
  odoo/addons/stock_request/models/stock_request_allocation.py,sha256=1c_OH1oWS-93lc__erTtlGxDr4FlOVffFMXRbRZxhEY,2867
44
- odoo/addons/stock_request/models/stock_request_order.py,sha256=p5aQD6XFO8oqOwlcCNvBfyjin7dpYpsV2pZEjUHBSp4,12673
44
+ odoo/addons/stock_request/models/stock_request_order.py,sha256=7JxEWcjjZY5oyJlg-m8dZvf1AfPGE82WoZTL4cViYr4,12192
45
45
  odoo/addons/stock_request/models/stock_route.py,sha256=VFATxVyY7QGHjX3R83wSrST-EgXstJZY1QS0uALgbQw,853
46
- odoo/addons/stock_request/models/stock_rule.py,sha256=bo-oD3LubsetGtFs7m3OpZxQ1QIPPBP9EoNByDKgisI,1048
46
+ odoo/addons/stock_request/models/stock_rule.py,sha256=BQSN-HB1snD0ex-pGwcVwxZHmxXDSb4aI1VNDkIjYKM,1033
47
47
  odoo/addons/stock_request/models/stock_warehouse.py,sha256=yiJG9Yw2A1dBXwi61ehdlRbyD8PnGJqiyfJxxyN8KQQ,1476
48
- odoo/addons/stock_request/readme/CONFIGURE.rst,sha256=oWuZKRYFvcvc6abPWiHAKiTqASkPxbsg1j8rP3MIL20,409
49
- odoo/addons/stock_request/readme/CONTRIBUTORS.rst,sha256=5gud7gN9-HutcYJGuJD3FKF0Lhnxyiau_oRlaD7gd2o,662
50
- odoo/addons/stock_request/readme/DESCRIPTION.rst,sha256=8FLFyvUAds5dVP7TaM5JTuKumXfvdJnusAUsbNRY5TI,147
51
- odoo/addons/stock_request/readme/ROADMAP.rst,sha256=0gooWv3yds0ZYbEvqbWCXhaNcmlEZnQs5vsqJFUqcb0,242
52
- odoo/addons/stock_request/readme/USAGE.rst,sha256=txX1WR6-6exib6YMrpcrShc2vzSvqm4VaGi_mXBknkc,493
48
+ odoo/addons/stock_request/readme/CONFIGURE.md,sha256=lOyGz00Pdcf69B2H67eh-r0CLvg1KyGAQKeEeiy9n-w,411
49
+ odoo/addons/stock_request/readme/CONTRIBUTORS.md,sha256=wG9iXOvR7hXRWAlf-9MeO6yghO3bbbdh493HSpYpEkI,706
50
+ odoo/addons/stock_request/readme/DESCRIPTION.md,sha256=x41zw051Zcs7t0kA2Cw7skelop0qYT3sQUcioNLs0Dc,147
51
+ odoo/addons/stock_request/readme/ROADMAP.md,sha256=F3GCZ3OjrMoAX_qo7F3W5sC7T5ZoCrepd2jLMcMVxew,242
52
+ odoo/addons/stock_request/readme/USAGE.md,sha256=1u5aLrASIKa4hhhCMBJaLMonD0mmSeRJhnaWsxOzRf4,495
53
53
  odoo/addons/stock_request/security/ir.model.access.csv,sha256=dsUwAR79-qQNVwCZhvCXyEvztUe4mNdw7QQOzx_aU3I,1994
54
- odoo/addons/stock_request/security/stock_request_security.xml,sha256=4nM10OVzHSG11_H2WsQ5HeIcPyGzceGq93qtJue1r0M,5886
54
+ odoo/addons/stock_request/security/stock_request_security.xml,sha256=VP0gCObFyM2wl0jcsO_J0vt2_jV0BQWtj4UMSqPellA,5978
55
55
  odoo/addons/stock_request/static/description/icon.png,sha256=HZGM_z7Ta3zNQ2924BUiMfDuVSCWqrEwUQMWXBnK7yk,15218
56
56
  odoo/addons/stock_request/static/description/icon.svg,sha256=e3qo4KGYRy7Mfzhb_bCfVA-73Rk2Lx1z9_kz7tTjdO0,9771
57
- odoo/addons/stock_request/static/description/index.html,sha256=xWW5VOoung4gsxaU_WgwZjOtFif7ND2p3za8Vp_XU4g,16034
57
+ odoo/addons/stock_request/static/description/index.html,sha256=QjFQHCRRWsaqgmRbROnGLOBFE_vmSxeT7W5o7MtTDFI,15995
58
58
  odoo/addons/stock_request/tests/__init__.py,sha256=3NQ2fafGprBbsMjR2Y__yzyvFX5Vio1r0j6tT3FTbas,33
59
- odoo/addons/stock_request/tests/test_stock_request.py,sha256=BGqwFZwDo0kJa6xQwWVIR9vX6sxA4rZXgyYq9E1iOq0,54138
59
+ odoo/addons/stock_request/tests/test_stock_request.py,sha256=c3X5e7I8PndUkVzEXDyob04mBkRZm-8HUS7gcOC96Ks,54884
60
60
  odoo/addons/stock_request/views/product.xml,sha256=CJ6RE5uGQLlIMDCPKxw8nhodb_rR3jaj-mF5ozCFUKI,1517
61
- odoo/addons/stock_request/views/res_config_settings_views.xml,sha256=l2V6pRh1FEbFuNEAy5Sp6DB945HXNF1YMUzeAzg-jM0,8628
61
+ odoo/addons/stock_request/views/res_config_settings_views.xml,sha256=kE05fmV2drjepSISURc67R7Uk_62zayWtncGSxzKTBo,6260
62
62
  odoo/addons/stock_request/views/stock_move_views.xml,sha256=Z5pNG0WfYz-CTlxgB-rma0BoT08VQDHnm3J_Ksu9BxA,1072
63
- odoo/addons/stock_request/views/stock_picking_views.xml,sha256=l0YKqO46QFDdiBoSzOoU7PBrLnNkFxPIHFbBcPWXTVk,1036
63
+ odoo/addons/stock_request/views/stock_picking_views.xml,sha256=fmOupY9n5FFuFZtYz1C5wy77OpX-7DmIBVrGJ2uEAVw,1017
64
64
  odoo/addons/stock_request/views/stock_request_allocation_views.xml,sha256=NhoVR2RSOx_OuiKP34g5yzc4U0jNHbVwHySZsIF9BOc,2615
65
65
  odoo/addons/stock_request/views/stock_request_menu.xml,sha256=S_3HPkmYcHC_xtPjusHiZX7RUW5CGrJW3w52ScnJFNw,1308
66
- odoo/addons/stock_request/views/stock_request_order_views.xml,sha256=Kf73CfQ_gTqjW0UObFh5EDHwYapdl_dMS4oSpEnsWuM,10520
67
- odoo/addons/stock_request/views/stock_request_views.xml,sha256=zs_4N_VAskigIJp9i-kkG40QEqkxeteK-qcJ6MQqeqU,11757
68
- odoo_addon_stock_request-16.0.1.0.0.2.dist-info/METADATA,sha256=Oxh7yiutUL3zrEE0Mz2TMf8nQND5R8HTWvWgoRMR4AQ,5410
69
- odoo_addon_stock_request-16.0.1.0.0.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
70
- odoo_addon_stock_request-16.0.1.0.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
71
- odoo_addon_stock_request-16.0.1.0.0.2.dist-info/RECORD,,
66
+ odoo/addons/stock_request/views/stock_request_order_views.xml,sha256=nEFtoyX7dnytFmT1uZ2GBphAKpN1IEnvnuA_IJSWGRk,10938
67
+ odoo/addons/stock_request/views/stock_request_views.xml,sha256=o_9aY_EOfHymmrg79uQJcVi4snCTUMt3CWacxmnIrxY,12136
68
+ odoo_addon_stock_request-17.0.1.0.0.2.dist-info/METADATA,sha256=jG2ToirwoFrri1u_JrWberU0qW414r9J04xWQZeuXEk,5412
69
+ odoo_addon_stock_request-17.0.1.0.0.2.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
70
+ odoo_addon_stock_request-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
71
+ odoo_addon_stock_request-17.0.1.0.0.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: Whool 1.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,17 +0,0 @@
1
- To configure this module:
2
-
3
- * Go to Stock Requests > Settings
4
-
5
- Users should be assigned to the groups 'Stock Request / User' or 'Stock
6
- Request / Manager'.
7
-
8
- ## Group Stock Request / User
9
-
10
- * Can see her/his own Stock Requests, and others that she/he's been granted
11
- permission to follow.
12
-
13
- * Can create/update only her/his Stock Requests.
14
-
15
- ## Group Stock Request / Manager
16
-
17
- * Can fully manage all Stock Requests
@@ -1,15 +0,0 @@
1
- * Jordi Ballester (EFICENT) <jordi.ballester@forgeflow.com>.
2
- * Enric Tobella <etobella@creublanca.es>
3
- * Atte Isopuro <atte.isopuro@avoin.systems>
4
- * Lois Rilo <lois.rilo@forgeflow.com>
5
- * Raul Martin <raul.martin@braintec-group.com>
6
- * Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
7
- * `Open Source Integrators <https://www.opensourceintegrators.com>`_
8
-
9
- * Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
10
- * Steve Campbell <scampbell@opensourceintegrators.com>
11
-
12
- * Héctor Villarreal <hector.villarreal@forgeflow.com>
13
- * Kitti U. <kittiu@ecosoft.co.th>
14
- * Bernat Puig <bernat.puig@forgeflow.com>
15
- * Oriol Miranda <oriol.miranda@forgeflow.com>
@@ -1,16 +0,0 @@
1
- ## Creation
2
-
3
- * Go to 'Stock Requests / Stock Requests' and create a new Request.
4
- * Indicate a product, quantity and location.
5
- * Press 'Confirm'.
6
-
7
- Upon confirmation the request will be evaluated using the procurement rules
8
- for the selected location.
9
-
10
- In case that transfers are created, the user will be able to access to them
11
- from the button 'Transfers' available in the Stock Request.
12
-
13
- ## Cancel
14
-
15
- When the user cancels a Stock Request, the related pending stock moves will be
16
- also cancelled.