odoo-addon-stock-request 16.0.1.0.0.3__py3-none-any.whl → 17.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.
- odoo/addons/stock_request/README.rst +41 -41
- odoo/addons/stock_request/__manifest__.py +1 -1
- odoo/addons/stock_request/i18n/ca.po +13 -30
- odoo/addons/stock_request/i18n/de.po +72 -41
- odoo/addons/stock_request/i18n/el_GR.po +13 -30
- odoo/addons/stock_request/i18n/es.po +27 -40
- odoo/addons/stock_request/i18n/es_ES.po +13 -30
- odoo/addons/stock_request/i18n/eu.po +13 -30
- odoo/addons/stock_request/i18n/fi.po +13 -30
- odoo/addons/stock_request/i18n/fr.po +13 -30
- odoo/addons/stock_request/i18n/fr_CH.po +13 -30
- odoo/addons/stock_request/i18n/fr_FR.po +13 -30
- odoo/addons/stock_request/i18n/gl.po +13 -30
- odoo/addons/stock_request/i18n/hr.po +13 -30
- odoo/addons/stock_request/i18n/hr_HR.po +13 -30
- odoo/addons/stock_request/i18n/it.po +13 -30
- odoo/addons/stock_request/i18n/ja.po +13 -30
- odoo/addons/stock_request/i18n/ja_JP.po +13 -30
- odoo/addons/stock_request/i18n/nl.po +13 -30
- odoo/addons/stock_request/i18n/nl_NL.po +13 -30
- odoo/addons/stock_request/i18n/pt.po +13 -30
- odoo/addons/stock_request/i18n/pt_BR.po +13 -30
- odoo/addons/stock_request/i18n/ro.po +13 -30
- odoo/addons/stock_request/i18n/ru.po +13 -30
- odoo/addons/stock_request/i18n/sl.po +13 -30
- odoo/addons/stock_request/i18n/stock_request.pot +14 -31
- odoo/addons/stock_request/i18n/tr.po +13 -30
- odoo/addons/stock_request/i18n/tr_TR.po +13 -30
- odoo/addons/stock_request/i18n/vi_VN.po +13 -30
- odoo/addons/stock_request/i18n/zh_CN.po +71 -39
- odoo/addons/stock_request/models/stock_move.py +2 -2
- odoo/addons/stock_request/models/stock_move_line.py +4 -4
- odoo/addons/stock_request/models/stock_request.py +50 -43
- odoo/addons/stock_request/models/stock_request_abstract.py +2 -1
- odoo/addons/stock_request/models/stock_request_order.py +0 -13
- odoo/addons/stock_request/models/stock_rule.py +1 -1
- odoo/addons/stock_request/readme/CONFIGURE.md +16 -0
- odoo/addons/stock_request/readme/CONTRIBUTORS.md +13 -0
- odoo/addons/stock_request/readme/{DESCRIPTION.rst → DESCRIPTION.md} +2 -1
- odoo/addons/stock_request/readme/{ROADMAP.rst → ROADMAP.md} +3 -3
- odoo/addons/stock_request/readme/USAGE.md +16 -0
- odoo/addons/stock_request/security/stock_request_security.xml +5 -1
- odoo/addons/stock_request/static/description/index.html +17 -17
- odoo/addons/stock_request/tests/test_stock_request.py +171 -149
- odoo/addons/stock_request/views/res_config_settings_views.xml +72 -108
- odoo/addons/stock_request/views/stock_picking_views.xml +1 -1
- odoo/addons/stock_request/views/stock_request_order_views.xml +40 -36
- odoo/addons/stock_request/views/stock_request_views.xml +40 -39
- {odoo_addon_stock_request-16.0.1.0.0.3.dist-info → odoo_addon_stock_request-17.0.1.0.0.3.dist-info}/METADATA +47 -50
- odoo_addon_stock_request-17.0.1.0.0.3.dist-info/RECORD +71 -0
- {odoo_addon_stock_request-16.0.1.0.0.3.dist-info → odoo_addon_stock_request-17.0.1.0.0.3.dist-info}/WHEEL +1 -1
- odoo_addon_stock_request-17.0.1.0.0.3.dist-info/top_level.txt +1 -0
- odoo/addons/stock_request/readme/CONFIGURE.rst +0 -17
- odoo/addons/stock_request/readme/CONTRIBUTORS.rst +0 -15
- odoo/addons/stock_request/readme/USAGE.rst +0 -16
- odoo_addon_stock_request-16.0.1.0.0.3.dist-info/RECORD +0 -71
- odoo_addon_stock_request-16.0.1.0.0.3.dist-info/top_level.txt +0 -1
@@ -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:a6ad00aa5c7750ab61a1779781df12ad36dd4d825a469e9171796efb048ede46
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -17,19 +17,20 @@ Stock Request
|
|
17
17
|
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
18
18
|
:alt: License: LGPL-3
|
19
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/
|
20
|
+
:target: https://github.com/OCA/stock-logistics-request/tree/17.0/stock_request
|
21
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-request-
|
23
|
+
:target: https://translation.odoo-community.org/projects/stock-logistics-request-17-0/stock-logistics-request-17-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-request&target_branch=
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-request&target_branch=17.0
|
27
27
|
:alt: Try me on Runboat
|
28
28
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
30
30
|
|
31
31
|
This module was written to allow users to request products that are
|
32
|
-
frequently stocked by the company, to be transferred to their chosen
|
32
|
+
frequently stocked by the company, to be transferred to their chosen
|
33
|
+
location.
|
33
34
|
|
34
35
|
**Table of contents**
|
35
36
|
|
@@ -41,48 +42,47 @@ Configuration
|
|
41
42
|
|
42
43
|
To configure this module:
|
43
44
|
|
44
|
-
|
45
|
+
- Go to Stock Requests > Settings
|
45
46
|
|
46
47
|
Users should be assigned to the groups 'Stock Request / User' or 'Stock
|
47
48
|
Request / Manager'.
|
48
49
|
|
49
50
|
## Group Stock Request / User
|
50
51
|
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
* Can create/update only her/his Stock Requests.
|
52
|
+
- Can see her/his own Stock Requests, and others that she/he's been
|
53
|
+
granted permission to follow.
|
54
|
+
- Can create/update only her/his Stock Requests.
|
55
55
|
|
56
56
|
## Group Stock Request / Manager
|
57
57
|
|
58
|
-
|
58
|
+
- Can fully manage all Stock Requests
|
59
59
|
|
60
60
|
Usage
|
61
61
|
=====
|
62
62
|
|
63
63
|
## Creation
|
64
64
|
|
65
|
-
|
66
|
-
|
67
|
-
|
65
|
+
- Go to 'Stock Requests / Stock Requests' and create a new Request.
|
66
|
+
- Indicate a product, quantity and location.
|
67
|
+
- Press 'Confirm'.
|
68
68
|
|
69
|
-
Upon confirmation the request will be evaluated using the procurement
|
70
|
-
for the selected location.
|
69
|
+
Upon confirmation the request will be evaluated using the procurement
|
70
|
+
rules for the selected location.
|
71
71
|
|
72
|
-
In case that transfers are created, the user will be able to access to
|
73
|
-
from the button 'Transfers' available in the Stock Request.
|
72
|
+
In case that transfers are created, the user will be able to access to
|
73
|
+
them from the button 'Transfers' available in the Stock Request.
|
74
74
|
|
75
75
|
## Cancel
|
76
76
|
|
77
|
-
When the user cancels a Stock Request, the related pending stock moves
|
78
|
-
also cancelled.
|
77
|
+
When the user cancels a Stock Request, the related pending stock moves
|
78
|
+
will be also cancelled.
|
79
79
|
|
80
80
|
Known issues / Roadmap
|
81
81
|
======================
|
82
82
|
|
83
|
-
There is no way to achieve Storck Request and Stock Request Orders.
|
84
|
-
|
85
|
-
|
83
|
+
There is no way to achieve Storck Request and Stock Request Orders. It
|
84
|
+
should be developed taking into account that only Cancel and Done stock
|
85
|
+
request can be archived.
|
86
86
|
|
87
87
|
It is also required to manage active field logically from Orders to SRs.
|
88
88
|
|
@@ -92,7 +92,7 @@ Bug Tracker
|
|
92
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-request/issues/new?body=module:%20stock_request%0Aversion:%
|
95
|
+
`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**>`_.
|
96
96
|
|
97
97
|
Do not contact contributors directly about support or help with technical issues.
|
98
98
|
|
@@ -100,31 +100,31 @@ Credits
|
|
100
100
|
=======
|
101
101
|
|
102
102
|
Authors
|
103
|
-
|
103
|
+
-------
|
104
104
|
|
105
105
|
* ForgeFlow
|
106
106
|
|
107
107
|
Contributors
|
108
|
-
|
108
|
+
------------
|
109
109
|
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
110
|
+
- Jordi Ballester (EFICENT) <jordi.ballester@forgeflow.com>.
|
111
|
+
- Enric Tobella <etobella@creublanca.es>
|
112
|
+
- Atte Isopuro <atte.isopuro@avoin.systems>
|
113
|
+
- Lois Rilo <lois.rilo@forgeflow.com>
|
114
|
+
- Raul Martin <raul.martin@braintec-group.com>
|
115
|
+
- Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
|
116
|
+
- `Open Source Integrators <https://www.opensourceintegrators.com>`__
|
117
117
|
|
118
|
-
|
119
|
-
|
118
|
+
- Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
|
119
|
+
- Steve Campbell <scampbell@opensourceintegrators.com>
|
120
120
|
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
121
|
+
- Héctor Villarreal <hector.villarreal@forgeflow.com>
|
122
|
+
- Kitti U. <kittiu@ecosoft.co.th>
|
123
|
+
- Bernat Puig <bernat.puig@forgeflow.com>
|
124
|
+
- Oriol Miranda <oriol.miranda@forgeflow.com>
|
125
125
|
|
126
126
|
Maintainers
|
127
|
-
|
127
|
+
-----------
|
128
128
|
|
129
129
|
This module is maintained by the OCA.
|
130
130
|
|
@@ -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-request <https://github.com/OCA/stock-logistics-request/tree/
|
139
|
+
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.
|
140
140
|
|
141
141
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -4,7 +4,7 @@
|
|
4
4
|
{
|
5
5
|
"name": "Stock Request",
|
6
6
|
"summary": "Internal request for stock",
|
7
|
-
"version": "
|
7
|
+
"version": "17.0.1.0.0",
|
8
8
|
"license": "LGPL-3",
|
9
9
|
"website": "https://github.com/OCA/stock-logistics-request",
|
10
10
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
@@ -69,9 +69,7 @@ msgstr ""
|
|
69
69
|
|
70
70
|
#. module: stock_request
|
71
71
|
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
|
72
|
-
msgid ""
|
73
|
-
"Add State to Stock Request and Stock Request Orders if\n"
|
74
|
-
" activated."
|
72
|
+
msgid "Add State to Stock Request and Stock Request Orders if activated."
|
75
73
|
msgstr ""
|
76
74
|
|
77
75
|
#. module: stock_request
|
@@ -113,8 +111,8 @@ msgstr ""
|
|
113
111
|
#. module: stock_request
|
114
112
|
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
|
115
113
|
msgid ""
|
116
|
-
"By default only internal and transit locations are allowed in
|
117
|
-
"
|
114
|
+
"By default only internal and transit locations are allowed in Stock Request "
|
115
|
+
"and Orders."
|
118
116
|
msgstr ""
|
119
117
|
|
120
118
|
#. module: stock_request
|
@@ -361,8 +359,11 @@ msgstr ""
|
|
361
359
|
|
362
360
|
#. module: stock_request
|
363
361
|
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
|
362
|
+
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
|
364
363
|
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
|
364
|
+
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
|
365
365
|
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
|
366
|
+
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
|
366
367
|
msgid "If checked, some messages have a delivery error."
|
367
368
|
msgstr ""
|
368
369
|
|
@@ -404,13 +405,6 @@ msgstr ""
|
|
404
405
|
msgid "Kanban"
|
405
406
|
msgstr ""
|
406
407
|
|
407
|
-
#. module: stock_request
|
408
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update
|
409
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update
|
410
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update
|
411
|
-
msgid "Last Modified on"
|
412
|
-
msgstr ""
|
413
|
-
|
414
408
|
#. module: stock_request
|
415
409
|
#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid
|
416
410
|
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid
|
@@ -441,13 +435,6 @@ msgstr ""
|
|
441
435
|
msgid "Location must be equal to the order"
|
442
436
|
msgstr ""
|
443
437
|
|
444
|
-
#. module: stock_request
|
445
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id
|
446
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id
|
447
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id
|
448
|
-
msgid "Main Attachment"
|
449
|
-
msgstr ""
|
450
|
-
|
451
438
|
#. module: stock_request
|
452
439
|
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
|
453
440
|
msgid "Manufacturing"
|
@@ -766,6 +753,13 @@ msgstr ""
|
|
766
753
|
msgid "Routes"
|
767
754
|
msgstr ""
|
768
755
|
|
756
|
+
#. module: stock_request
|
757
|
+
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
|
758
|
+
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
|
759
|
+
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
|
760
|
+
msgid "SMS Delivery error"
|
761
|
+
msgstr ""
|
762
|
+
|
769
763
|
#. module: stock_request
|
770
764
|
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
|
771
765
|
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
|
@@ -897,7 +891,6 @@ msgstr ""
|
|
897
891
|
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
|
898
892
|
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
|
899
893
|
#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form
|
900
|
-
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
|
901
894
|
msgid "Stock Requests"
|
902
895
|
msgstr ""
|
903
896
|
|
@@ -911,16 +904,6 @@ msgstr ""
|
|
911
904
|
msgid "Stock Requests Kanban integration"
|
912
905
|
msgstr ""
|
913
906
|
|
914
|
-
#. module: stock_request
|
915
|
-
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search
|
916
|
-
msgid "Stock Requests Order Search"
|
917
|
-
msgstr ""
|
918
|
-
|
919
|
-
#. module: stock_request
|
920
|
-
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
|
921
|
-
msgid "Stock Requests Search"
|
922
|
-
msgstr ""
|
923
|
-
|
924
907
|
#. module: stock_request
|
925
908
|
#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase
|
926
909
|
msgid "Stock Requests for Purchases"
|
@@ -70,10 +70,9 @@ msgstr ""
|
|
70
70
|
|
71
71
|
#. module: stock_request
|
72
72
|
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
|
73
|
-
msgid ""
|
74
|
-
"Add State to Stock Request and Stock Request Orders if\n"
|
75
|
-
" activated."
|
73
|
+
msgid "Add State to Stock Request and Stock Request Orders if activated."
|
76
74
|
msgstr ""
|
75
|
+
"Füge Status der Anforderung und Anforderungsaufträgen hinzu, falls aktiviert."
|
77
76
|
|
78
77
|
#. module: stock_request
|
79
78
|
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty
|
@@ -115,9 +114,11 @@ msgstr "Anhangszählung"
|
|
115
114
|
#. module: stock_request
|
116
115
|
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
|
117
116
|
msgid ""
|
118
|
-
"By default only internal and transit locations are allowed in
|
119
|
-
"
|
117
|
+
"By default only internal and transit locations are allowed in Stock Request "
|
118
|
+
"and Orders."
|
120
119
|
msgstr ""
|
120
|
+
"Im Standard sind nur interne und Durchgangslager in Anforderungen und "
|
121
|
+
"Aufträgen zulässig."
|
121
122
|
|
122
123
|
#. module: stock_request
|
123
124
|
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
|
@@ -366,8 +367,11 @@ msgstr "Wenn angehakt, erfordern neue Meldungen Ihre Aufmerksamkeit."
|
|
366
367
|
|
367
368
|
#. module: stock_request
|
368
369
|
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
|
370
|
+
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
|
369
371
|
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
|
372
|
+
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
|
370
373
|
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
|
374
|
+
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
|
371
375
|
msgid "If checked, some messages have a delivery error."
|
372
376
|
msgstr "Wenn angehakt, haben Meldungen einen Zustellfehler."
|
373
377
|
|
@@ -410,13 +414,6 @@ msgstr "Positionen"
|
|
410
414
|
msgid "Kanban"
|
411
415
|
msgstr "Kanban"
|
412
416
|
|
413
|
-
#. module: stock_request
|
414
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update
|
415
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update
|
416
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update
|
417
|
-
msgid "Last Modified on"
|
418
|
-
msgstr "Zuletzt geändert am"
|
419
|
-
|
420
417
|
#. module: stock_request
|
421
418
|
#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid
|
422
419
|
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid
|
@@ -447,13 +444,6 @@ msgstr "Ort"
|
|
447
444
|
msgid "Location must be equal to the order"
|
448
445
|
msgstr "Lagerplatz muss dem des Auftrags entsprechen"
|
449
446
|
|
450
|
-
#. module: stock_request
|
451
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id
|
452
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id
|
453
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id
|
454
|
-
msgid "Main Attachment"
|
455
|
-
msgstr "Hauptanhang"
|
456
|
-
|
457
447
|
#. module: stock_request
|
458
448
|
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
|
459
449
|
msgid "Manufacturing"
|
@@ -781,6 +771,14 @@ msgstr "Route"
|
|
781
771
|
msgid "Routes"
|
782
772
|
msgstr "Routen"
|
783
773
|
|
774
|
+
#. module: stock_request
|
775
|
+
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
|
776
|
+
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
|
777
|
+
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
|
778
|
+
#, fuzzy
|
779
|
+
msgid "SMS Delivery error"
|
780
|
+
msgstr "Meldungszustellfehler"
|
781
|
+
|
784
782
|
#. module: stock_request
|
785
783
|
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
|
786
784
|
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
|
@@ -916,7 +914,6 @@ msgstr "Bestandsanforderungs-Produktmenge muss streng positiv sein."
|
|
916
914
|
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
|
917
915
|
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
|
918
916
|
#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form
|
919
|
-
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
|
920
917
|
msgid "Stock Requests"
|
921
918
|
msgstr "Bestandsanforderungen"
|
922
919
|
|
@@ -930,17 +927,6 @@ msgstr "Bestandsanforderung Kostenrechnungsintegration"
|
|
930
927
|
msgid "Stock Requests Kanban integration"
|
931
928
|
msgstr "Bestandsanforderungen Kanban-Integration"
|
932
929
|
|
933
|
-
#. module: stock_request
|
934
|
-
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search
|
935
|
-
#, fuzzy
|
936
|
-
msgid "Stock Requests Order Search"
|
937
|
-
msgstr "Anforderungssuche"
|
938
|
-
|
939
|
-
#. module: stock_request
|
940
|
-
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
|
941
|
-
msgid "Stock Requests Search"
|
942
|
-
msgstr "Anforderungssuche"
|
943
|
-
|
944
930
|
#. module: stock_request
|
945
931
|
#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase
|
946
932
|
msgid "Stock Requests for Purchases"
|
@@ -1166,20 +1152,65 @@ msgstr ""
|
|
1166
1152
|
"Sie müssen eine Produktmengeneinheit aus der gleichen Kategorie, wie die "
|
1167
1153
|
"Basismengeneinheit des Produkts, verwenden"
|
1168
1154
|
|
1169
|
-
#~ msgid "
|
1170
|
-
#~ msgstr ""
|
1171
|
-
#~ "Füge Status der Anforderung und Anforderungsaufträgen hinzu, falls "
|
1172
|
-
#~ "aktiviert."
|
1155
|
+
#~ msgid "Last Modified on"
|
1156
|
+
#~ msgstr "Zuletzt geändert am"
|
1173
1157
|
|
1174
|
-
#~ msgid ""
|
1175
|
-
#~
|
1176
|
-
#~ "Request and Orders."
|
1177
|
-
#~ msgstr ""
|
1178
|
-
#~ "Im Standard sind nur interne und Durchgangslager in Anforderungen und "
|
1179
|
-
#~ "Aufträgen zulässig."
|
1158
|
+
#~ msgid "Main Attachment"
|
1159
|
+
#~ msgstr "Hauptanhang"
|
1180
1160
|
|
1181
1161
|
#~ msgid "Number of messages which requires an action"
|
1182
1162
|
#~ msgstr "Anzahl Meldungen mit Handlungserfordernis"
|
1183
1163
|
|
1184
1164
|
#~ msgid "Number of unread messages"
|
1185
1165
|
#~ msgstr "Anzahl ungelesener Meldungen"
|
1166
|
+
|
1167
|
+
#, fuzzy
|
1168
|
+
#~ msgid "Stock Requests Order Search"
|
1169
|
+
#~ msgstr "Anforderungssuche"
|
1170
|
+
|
1171
|
+
#~ msgid "Stock Requests Search"
|
1172
|
+
#~ msgstr "Anforderungssuche"
|
1173
|
+
|
1174
|
+
#, fuzzy
|
1175
|
+
#~ msgid "Stock request"
|
1176
|
+
#~ msgstr "Bestandsanforderung"
|
1177
|
+
|
1178
|
+
#, python-format
|
1179
|
+
#~ msgid "<li><b>%s</b>: Transferred quantity %s %s</li>"
|
1180
|
+
#~ msgstr "<li><b>%s</b>: Umgelagerte Menge %s %s</li>"
|
1181
|
+
|
1182
|
+
#~ msgid "Followers (Channels)"
|
1183
|
+
#~ msgstr "Follower (Kanäle)"
|
1184
|
+
|
1185
|
+
#, python-format
|
1186
|
+
#~ msgid "Receipt confirmation %s for your Request %s"
|
1187
|
+
#~ msgstr "Bestätigungsbeleg %s zu Ihrer Anforderung %s"
|
1188
|
+
|
1189
|
+
#~ msgid "Requested by"
|
1190
|
+
#~ msgstr "Angefordert durch"
|
1191
|
+
|
1192
|
+
#, python-format
|
1193
|
+
#~ msgid ""
|
1194
|
+
#~ "The following requested items from Stock Request %s have now been "
|
1195
|
+
#~ "received in %s using Picking %s:"
|
1196
|
+
#~ msgstr ""
|
1197
|
+
#~ "Die folgenden Posten aus Anforderung %s sind nun eingegangen in %s unter "
|
1198
|
+
#~ "Kommissionierung %s:"
|
1199
|
+
|
1200
|
+
#~ msgid "Archived"
|
1201
|
+
#~ msgstr "Archiviert"
|
1202
|
+
|
1203
|
+
#~ msgid "If checked new messages require your attention."
|
1204
|
+
#~ msgstr "Wenn angehakt, erfordern Meldungen Ihre Aufmerksamkeit."
|
1205
|
+
|
1206
|
+
#~ msgid "Overdue"
|
1207
|
+
#~ msgstr "Überfällig"
|
1208
|
+
|
1209
|
+
#~ msgid "Planned"
|
1210
|
+
#~ msgstr "Geplant"
|
1211
|
+
|
1212
|
+
#~ msgid "Packing Operation"
|
1213
|
+
#~ msgstr "Packvorgang"
|
1214
|
+
|
1215
|
+
#~ msgid "Procurement Rule"
|
1216
|
+
#~ msgstr "Beschaffungsregel"
|
@@ -70,9 +70,7 @@ msgstr ""
|
|
70
70
|
|
71
71
|
#. module: stock_request
|
72
72
|
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
|
73
|
-
msgid ""
|
74
|
-
"Add State to Stock Request and Stock Request Orders if\n"
|
75
|
-
" activated."
|
73
|
+
msgid "Add State to Stock Request and Stock Request Orders if activated."
|
76
74
|
msgstr ""
|
77
75
|
|
78
76
|
#. module: stock_request
|
@@ -114,8 +112,8 @@ msgstr ""
|
|
114
112
|
#. module: stock_request
|
115
113
|
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
|
116
114
|
msgid ""
|
117
|
-
"By default only internal and transit locations are allowed in
|
118
|
-
"
|
115
|
+
"By default only internal and transit locations are allowed in Stock Request "
|
116
|
+
"and Orders."
|
119
117
|
msgstr ""
|
120
118
|
|
121
119
|
#. module: stock_request
|
@@ -362,8 +360,11 @@ msgstr ""
|
|
362
360
|
|
363
361
|
#. module: stock_request
|
364
362
|
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error
|
363
|
+
#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_sms_error
|
365
364
|
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error
|
365
|
+
#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_sms_error
|
366
366
|
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error
|
367
|
+
#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_sms_error
|
367
368
|
msgid "If checked, some messages have a delivery error."
|
368
369
|
msgstr ""
|
369
370
|
|
@@ -405,13 +406,6 @@ msgstr ""
|
|
405
406
|
msgid "Kanban"
|
406
407
|
msgstr ""
|
407
408
|
|
408
|
-
#. module: stock_request
|
409
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update
|
410
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update
|
411
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update
|
412
|
-
msgid "Last Modified on"
|
413
|
-
msgstr ""
|
414
|
-
|
415
409
|
#. module: stock_request
|
416
410
|
#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid
|
417
411
|
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid
|
@@ -442,13 +436,6 @@ msgstr ""
|
|
442
436
|
msgid "Location must be equal to the order"
|
443
437
|
msgstr ""
|
444
438
|
|
445
|
-
#. module: stock_request
|
446
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id
|
447
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id
|
448
|
-
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id
|
449
|
-
msgid "Main Attachment"
|
450
|
-
msgstr ""
|
451
|
-
|
452
439
|
#. module: stock_request
|
453
440
|
#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
|
454
441
|
msgid "Manufacturing"
|
@@ -767,6 +754,13 @@ msgstr ""
|
|
767
754
|
msgid "Routes"
|
768
755
|
msgstr ""
|
769
756
|
|
757
|
+
#. module: stock_request
|
758
|
+
#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_sms_error
|
759
|
+
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_sms_error
|
760
|
+
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_sms_error
|
761
|
+
msgid "SMS Delivery error"
|
762
|
+
msgstr ""
|
763
|
+
|
770
764
|
#. module: stock_request
|
771
765
|
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
|
772
766
|
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
|
@@ -898,7 +892,6 @@ msgstr ""
|
|
898
892
|
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form
|
899
893
|
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
|
900
894
|
#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form
|
901
|
-
#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form
|
902
895
|
msgid "Stock Requests"
|
903
896
|
msgstr ""
|
904
897
|
|
@@ -912,16 +905,6 @@ msgstr ""
|
|
912
905
|
msgid "Stock Requests Kanban integration"
|
913
906
|
msgstr ""
|
914
907
|
|
915
|
-
#. module: stock_request
|
916
|
-
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search
|
917
|
-
msgid "Stock Requests Order Search"
|
918
|
-
msgstr ""
|
919
|
-
|
920
|
-
#. module: stock_request
|
921
|
-
#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search
|
922
|
-
msgid "Stock Requests Search"
|
923
|
-
msgstr ""
|
924
|
-
|
925
908
|
#. module: stock_request
|
926
909
|
#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase
|
927
910
|
msgid "Stock Requests for Purchases"
|