odoo-addon-shopfloor-mobile 16.0.1.4.0__py3-none-any.whl → 18.0.1.0.1__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 (56) hide show
  1. odoo/addons/shopfloor_mobile/README.rst +109 -92
  2. odoo/addons/shopfloor_mobile/__manifest__.py +2 -2
  3. odoo/addons/shopfloor_mobile/i18n/shopfloor_mobile.pot +1 -1
  4. odoo/addons/shopfloor_mobile/readme/CONTRIBUTORS.md +11 -0
  5. odoo/addons/shopfloor_mobile/readme/CREDITS.md +5 -0
  6. odoo/addons/shopfloor_mobile/readme/DESCRIPTION.md +30 -0
  7. odoo/addons/shopfloor_mobile/readme/{HISTORY.rst → HISTORY.md} +1 -2
  8. odoo/addons/shopfloor_mobile/readme/ROADMAP.md +43 -0
  9. odoo/addons/shopfloor_mobile/readme/USAGE.md +29 -0
  10. odoo/addons/shopfloor_mobile/static/description/index.html +73 -61
  11. odoo/addons/shopfloor_mobile/static/wms/src/components/{batch_picking_detail.js → batch_picking_detail.esm.js} +0 -1
  12. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/{detail_location.js → detail_location.esm.js} +1 -1
  13. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/{detail_lot.js → detail_lot.esm.js} +2 -1
  14. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/{detail_operation.js → detail_operation.esm.js} +1 -1
  15. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/{detail_package.js → detail_package.esm.js} +1 -1
  16. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/{detail_product.js → detail_product.esm.js} +2 -1
  17. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/{detail_transfer.js → detail_transfer.esm.js} +1 -1
  18. odoo/addons/shopfloor_mobile/static/wms/src/components/forms/{form_edit_stock_picking.js → form_edit_stock_picking.esm.js} +0 -1
  19. odoo/addons/shopfloor_mobile/static/wms/src/components/{manual_select_color.js → manual_select_color.esm.js} +1 -1
  20. odoo/addons/shopfloor_mobile/static/wms/src/components/{misc.js → misc.esm.js} +1 -3
  21. odoo/addons/shopfloor_mobile/static/wms/src/components/{packaging-qty-picker.js → packaging-qty-picker.esm.js} +20 -18
  22. odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/{mixins.js → mixins.esm.js} +2 -3
  23. odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/{picking_select.js → picking_select.esm.js} +8 -5
  24. odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/{picking_summary.js → picking_summary.esm.js} +11 -5
  25. odoo/addons/shopfloor_mobile/static/wms/src/demo/{demo.checkout.js → demo.checkout.esm.js} +4 -4
  26. odoo/addons/shopfloor_mobile/static/wms/src/demo/{demo.cluster_picking.js → demo.cluster_picking.esm.js} +1 -1
  27. odoo/addons/shopfloor_mobile/static/wms/src/demo/{demo.delivery.js → demo.delivery.esm.js} +3 -3
  28. odoo/addons/shopfloor_mobile/static/wms/src/demo/{demo.location_content_transfer.js → demo.location_content_transfer.esm.js} +1 -1
  29. odoo/addons/shopfloor_mobile/static/wms/src/demo/{demo.scan_anything.js → demo.scan_anything.esm.js} +1 -1
  30. odoo/addons/shopfloor_mobile/static/wms/src/demo/{demo.single_pack_transfer.js → demo.single_pack_transfer.esm.js} +1 -1
  31. odoo/addons/shopfloor_mobile/static/wms/src/demo/{demo.zone_picking.js → demo.zone_picking.esm.js} +3 -3
  32. odoo/addons/shopfloor_mobile/static/wms/src/i18n/{add_translations_to_registry.js → add_translations_to_registry.esm.js} +1 -1
  33. odoo/addons/shopfloor_mobile/static/wms/src/scenario/{checkout.js → checkout.esm.js} +7 -6
  34. odoo/addons/shopfloor_mobile/static/wms/src/scenario/{checkout_states.js → checkout_states.esm.js} +3 -1
  35. odoo/addons/shopfloor_mobile/static/wms/src/scenario/{cluster_picking.js → cluster_picking.esm.js} +8 -7
  36. odoo/addons/shopfloor_mobile/static/wms/src/scenario/{delivery.js → delivery.esm.js} +10 -6
  37. odoo/addons/shopfloor_mobile/static/wms/src/scenario/{location_content_transfer.js → location_content_transfer.esm.js} +13 -7
  38. odoo/addons/shopfloor_mobile/static/wms/src/scenario/{single_pack_transfer.js → single_pack_transfer.esm.js} +2 -2
  39. odoo/addons/shopfloor_mobile/static/wms/src/scenario/{zone_picking.js → zone_picking.esm.js} +21 -24
  40. odoo/addons/shopfloor_mobile/static/wms/src/{wms_utils.js → wms_utils.esm.js} +29 -26
  41. odoo/addons/shopfloor_mobile/templates/assets.xml +30 -30
  42. odoo_addon_shopfloor_mobile-18.0.1.0.1.dist-info/METADATA +250 -0
  43. odoo_addon_shopfloor_mobile-18.0.1.0.1.dist-info/RECORD +59 -0
  44. {odoo_addon_shopfloor_mobile-16.0.1.4.0.dist-info → odoo_addon_shopfloor_mobile-18.0.1.0.1.dist-info}/WHEEL +1 -1
  45. odoo_addon_shopfloor_mobile-18.0.1.0.1.dist-info/top_level.txt +1 -0
  46. odoo/addons/shopfloor_mobile/readme/CONTRIBUTORS.rst +0 -12
  47. odoo/addons/shopfloor_mobile/readme/CREDITS.rst +0 -5
  48. odoo/addons/shopfloor_mobile/readme/DESCRIPTION.rst +0 -31
  49. odoo/addons/shopfloor_mobile/readme/ROADMAP.rst +0 -29
  50. odoo/addons/shopfloor_mobile/readme/USAGE.rst +0 -34
  51. odoo_addon_shopfloor_mobile-16.0.1.4.0.dist-info/METADATA +0 -232
  52. odoo_addon_shopfloor_mobile-16.0.1.4.0.dist-info/RECORD +0 -59
  53. odoo_addon_shopfloor_mobile-16.0.1.4.0.dist-info/top_level.txt +0 -1
  54. /odoo/addons/shopfloor_mobile/static/wms/src/components/{batch_picking_line_detail.js → batch_picking_line_detail.esm.js} +0 -0
  55. /odoo/addons/shopfloor_mobile/static/wms/src/components/detail/{detail_picking.js → detail_picking.esm.js} +0 -0
  56. /odoo/addons/shopfloor_mobile/static/wms/src/{screen.js → screen.esm.js} +0 -0
@@ -18,123 +18,123 @@
18
18
  />
19
19
  <script
20
20
  id="script_scren_override"
21
- t-attf-src="/shopfloor_mobile/static/wms/src/screen.js?v=#{mod_version}"
21
+ t-attf-src="/shopfloor_mobile/static/wms/src/screen.esm.js?v=#{mod_version}"
22
22
  type="module"
23
23
  />
24
24
  <script
25
25
  id="script_wms_utils"
26
- t-attf-src="/shopfloor_mobile/static/wms/src/wms_utils.js?v=#{mod_version}"
26
+ t-attf-src="/shopfloor_mobile/static/wms/src/wms_utils.esm.js?v=#{mod_version}"
27
27
  type="module"
28
28
  />
29
29
  <script
30
30
  id="script_manual_select_color"
31
- t-attf-src="/shopfloor_mobile/static/wms/src/components/manual_select_color.js?v=#{mod_version}"
31
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/manual_select_color.esm.js?v=#{mod_version}"
32
32
  type="module"
33
33
  />
34
34
  <script
35
35
  id="script_misc"
36
- t-attf-src="/shopfloor_mobile/static/wms/src/components/misc.js?v=#{mod_version}"
36
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/misc.esm.js?v=#{mod_version}"
37
37
  type="module"
38
38
  />
39
39
  <script
40
40
  id="script_add_translations_registry"
41
- t-attf-src="/shopfloor_mobile/static/wms/src/i18n/add_translations_to_registry.js?v=#{app_version}"
41
+ t-attf-src="/shopfloor_mobile/static/wms/src/i18n/add_translations_to_registry.esm.js?v=#{app_version}"
42
42
  type="module"
43
43
  />
44
44
  <script
45
45
  id="script_component_packaging_qty_picker"
46
- t-attf-src="/shopfloor_mobile/static/wms/src/components/packaging-qty-picker.js?v=#{mod_version}"
46
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/packaging-qty-picker.esm.js?v=#{mod_version}"
47
47
  type="module"
48
48
  />
49
49
  <script
50
50
  id="script_component_detail_location"
51
- t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_location.js?v=#{mod_version}"
51
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_location.esm.js?v=#{mod_version}"
52
52
  type="module"
53
53
  />
54
54
  <script
55
55
  id="script_component_detail_package"
56
- t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_package.js?v=#{mod_version}"
56
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_package.esm.js?v=#{mod_version}"
57
57
  type="module"
58
58
  />
59
59
  <script
60
60
  id="script_component_detail_lot"
61
- t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_lot.js?v=#{mod_version}"
61
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_lot.esm.js?v=#{mod_version}"
62
62
  type="module"
63
63
  />
64
64
  <script
65
65
  id="script_component_detail_product"
66
- t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_product.js?v=#{mod_version}"
66
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_product.esm.js?v=#{mod_version}"
67
67
  type="module"
68
68
  />
69
69
  <script
70
70
  id="script_component_detail_transfer"
71
- t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_transfer.js?v=#{mod_version}"
71
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_transfer.esm.js?v=#{mod_version}"
72
72
  type="module"
73
73
  />
74
74
  <script
75
75
  id="script_component_detail_operation"
76
- t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_operation.js?v=#{mod_version}"
76
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/detail/detail_operation.esm.js?v=#{mod_version}"
77
77
  type="module"
78
78
  />
79
79
  <script
80
80
  id="script_component_batch_picking_detail"
81
- t-attf-src="/shopfloor_mobile/static/wms/src/components/batch_picking_detail.js?v=#{mod_version}"
81
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/batch_picking_detail.esm.js?v=#{mod_version}"
82
82
  type="module"
83
83
  />
84
84
  <script
85
85
  id="script_component_batch_picking_line_detail"
86
- t-attf-src="/shopfloor_mobile/static/wms/src/components/batch_picking_line_detail.js?v=#{mod_version}"
86
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/batch_picking_line_detail.esm.js?v=#{mod_version}"
87
87
  type="module"
88
88
  />
89
89
  <script
90
90
  id="script_component_picking_select"
91
- t-attf-src="/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/picking_select.js?v=#{mod_version}"
91
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/picking_select.esm.js?v=#{mod_version}"
92
92
  type="module"
93
93
  />
94
94
  <script
95
95
  id="script_component_picking_summary"
96
- t-attf-src="/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/picking_summary.js?v=#{mod_version}"
96
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/picking_summary.esm.js?v=#{mod_version}"
97
97
  type="module"
98
98
  />
99
99
  <script
100
100
  id="script_component_form_edit_stock_picking"
101
- t-attf-src="/shopfloor_mobile/static/wms/src/components/forms/form_edit_stock_picking.js?v=#{mod_version}"
101
+ t-attf-src="/shopfloor_mobile/static/wms/src/components/forms/form_edit_stock_picking.esm.js?v=#{mod_version}"
102
102
  type="module"
103
103
  />
104
104
  <!-- Scenario -->
105
105
  <script
106
106
  id="script_scenario_single_pack_transfer"
107
- t-attf-src="/shopfloor_mobile/static/wms/src/scenario/single_pack_transfer.js?v=#{mod_version}"
107
+ t-attf-src="/shopfloor_mobile/static/wms/src/scenario/single_pack_transfer.esm.js?v=#{mod_version}"
108
108
  type="module"
109
109
  />
110
110
  <script
111
111
  id="script_scenario_cluster_picking"
112
- t-attf-src="/shopfloor_mobile/static/wms/src/scenario/cluster_picking.js?v=#{mod_version}"
112
+ t-attf-src="/shopfloor_mobile/static/wms/src/scenario/cluster_picking.esm.js?v=#{mod_version}"
113
113
  type="module"
114
114
  />
115
115
  <script
116
116
  id="script_scenario_checkout_states"
117
- t-attf-src="/shopfloor_mobile/static/wms/src/scenario/checkout_states.js?v=#{mod_version}"
117
+ t-attf-src="/shopfloor_mobile/static/wms/src/scenario/checkout_states.esm.js?v=#{mod_version}"
118
118
  type="module"
119
119
  />
120
120
  <script
121
121
  id="script_scenario_checkout"
122
- t-attf-src="/shopfloor_mobile/static/wms/src/scenario/checkout.js?v=#{mod_version}"
122
+ t-attf-src="/shopfloor_mobile/static/wms/src/scenario/checkout.esm.js?v=#{mod_version}"
123
123
  type="module"
124
124
  />
125
125
  <script
126
126
  id="script_scenario_delivery"
127
- t-attf-src="/shopfloor_mobile/static/wms/src/scenario/delivery.js?v=#{mod_version}"
127
+ t-attf-src="/shopfloor_mobile/static/wms/src/scenario/delivery.esm.js?v=#{mod_version}"
128
128
  type="module"
129
129
  />
130
130
  <script
131
131
  id="script_scenario_location_content_transfer"
132
- t-attf-src="/shopfloor_mobile/static/wms/src/scenario/location_content_transfer.js?v=#{mod_version}"
132
+ t-attf-src="/shopfloor_mobile/static/wms/src/scenario/location_content_transfer.esm.js?v=#{mod_version}"
133
133
  type="module"
134
134
  />
135
135
  <script
136
136
  id="script_scenario_zone_picking"
137
- t-attf-src="/shopfloor_mobile/static/wms/src/scenario/zone_picking.js?v=#{mod_version}"
137
+ t-attf-src="/shopfloor_mobile/static/wms/src/scenario/zone_picking.esm.js?v=#{mod_version}"
138
138
  type="module"
139
139
  />
140
140
  </script>
@@ -147,32 +147,32 @@
147
147
  <t t-set="mod_version" t-value="get_version('shopfloor_mobile')" />
148
148
  <script
149
149
  id="script_demo_checkout"
150
- t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.checkout.js?v=#{mod_version}"
150
+ t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.checkout.esm.js?v=#{mod_version}"
151
151
  type="module"
152
152
  />
153
153
  <script
154
154
  id="script_demo_cluster_picking"
155
- t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.cluster_picking.js?v=#{mod_version}"
155
+ t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.cluster_picking.esm.js?v=#{mod_version}"
156
156
  type="module"
157
157
  />
158
158
  <script
159
159
  id="script_demo_delivery"
160
- t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.delivery.js?v=#{mod_version}"
160
+ t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.delivery.esm.js?v=#{mod_version}"
161
161
  type="module"
162
162
  />
163
163
  <script
164
164
  id="script_demo_single_pack_transfer"
165
- t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.single_pack_transfer.js?v=#{mod_version}"
165
+ t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.single_pack_transfer.esm.js?v=#{mod_version}"
166
166
  type="module"
167
167
  />
168
168
  <script
169
169
  id="script_demo_zone_picking"
170
- t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.zone_picking.js?v=#{mod_version}"
170
+ t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.zone_picking.esm.js?v=#{mod_version}"
171
171
  type="module"
172
172
  />
173
173
  <script
174
174
  id="script_demo_location_content_transfer"
175
- t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.location_content_transfer.js?v=#{mod_version}"
175
+ t-attf-src="/shopfloor_mobile/static/wms/src/demo/demo.location_content_transfer.esm.js?v=#{mod_version}"
176
176
  type="module"
177
177
  />
178
178
  </xpath>
@@ -0,0 +1,250 @@
1
+ Metadata-Version: 2.1
2
+ Name: odoo-addon-shopfloor_mobile
3
+ Version: 18.0.1.0.1
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo-addon-shopfloor==18.0.*
6
+ Requires-Dist: odoo-addon-shopfloor_mobile_base==18.0.*
7
+ Requires-Dist: odoo==18.0.*
8
+ Summary: Mobile frontend for WMS Shopfloor app
9
+ Home-page: https://github.com/OCA/stock-logistics-shopfloor
10
+ License: AGPL-3
11
+ Author: Camptocamp, BCIM, Akretion, Odoo Community Association (OCA)
12
+ Author-email: support@odoo-community.org
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Framework :: Odoo
15
+ Classifier: Framework :: Odoo :: 18.0
16
+ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
17
+ Description-Content-Type: text/x-rst
18
+
19
+ .. image:: https://odoo-community.org/readme-banner-image
20
+ :target: https://odoo-community.org/get-involved?utm_source=readme
21
+ :alt: Odoo Community Association
22
+
23
+ ================
24
+ Shopfloor mobile
25
+ ================
26
+
27
+ ..
28
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
+ !! This file is generated by oca-gen-addon-readme !!
30
+ !! changes will be overwritten. !!
31
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32
+ !! source digest: sha256:5343b7be8eb4f58f7548ae53194c5554d3a7d9ac639fb64e27cae31cf8cd2766
33
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
34
+
35
+ .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
36
+ :target: https://odoo-community.org/page/development-status
37
+ :alt: Beta
38
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
39
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
40
+ :alt: License: AGPL-3
41
+ .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--shopfloor-lightgray.png?logo=github
42
+ :target: https://github.com/OCA/stock-logistics-shopfloor/tree/18.0/shopfloor_mobile
43
+ :alt: OCA/stock-logistics-shopfloor
44
+ .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
45
+ :target: https://translation.odoo-community.org/projects/stock-logistics-shopfloor-18-0/stock-logistics-shopfloor-18-0-shopfloor_mobile
46
+ :alt: Translate me on Weblate
47
+ .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
48
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-shopfloor&target_branch=18.0
49
+ :alt: Try me on Runboat
50
+
51
+ |badge1| |badge2| |badge3| |badge4| |badge5|
52
+
53
+ Frontend for Shopfloor app.
54
+
55
+ The work is organized in scenario. A scenario represents a process in
56
+ the warehouse (eg: receive, deliver). The app allows to start each
57
+ process through the main menu.
58
+
59
+ Each scenario is linked to a specific menu item which can be configured
60
+ in the backend. Each scenario drives you through the work to do.
61
+
62
+ Tech details
63
+ ------------
64
+
65
+ - This frontend is built on top of `VueJS <vuejs.org>`__ and
66
+ `VuetifyJS <vuetifyjs.com/>`__ and relies on shopfloor module that
67
+ exposes REST API in Odoo (based in turn on
68
+ `base_rest <https://github.com/OCA/rest-framework/tree/13.0/base_rest>`__).
69
+
70
+ - The whole business logic comes from shopfloor module, this module
71
+ takes care of providing a nice and reactive UI to work with.
72
+
73
+ - No Odoo JS is used, no assets machinery used.
74
+
75
+ Static assets are loaded straight, served by a specific controller.
76
+ This app is a Single Page App, hence resources are loaded only once.
77
+
78
+ The version of the module appended to the URL of each resources makes
79
+ sure it's not cached when the version changes.
80
+
81
+ - When developing you can use a demo mode which allows to define
82
+ interactive scenario with pure JS demo data, without interacting with
83
+ Odoo. Nothing to deal with Odoo demo data.
84
+
85
+ **Table of contents**
86
+
87
+ .. contents::
88
+ :local:
89
+
90
+ Usage
91
+ =====
92
+
93
+ Pre-requisites
94
+ --------------
95
+
96
+ - Your Odoo instance is accessible via mobile device
97
+ - You have an API Key configured
98
+
99
+ Start the app
100
+ -------------
101
+
102
+ - Go to "Inventory -> Configuration -> Shopfloor -> Shopfloor App"
103
+ - In the login screen fill in your API key
104
+ - Hit "Login"
105
+
106
+ Select a profile
107
+ ----------------
108
+
109
+ Several profiles can be configured in the backend, you must choose one
110
+ before starting.
111
+
112
+ - Tap on "Configure profile"
113
+ - Select a profile
114
+
115
+ This will load all available menu items for the selected profile.
116
+
117
+ Change language
118
+ ---------------
119
+
120
+ - Go to "Settings -> Language"
121
+ - Select a language
122
+
123
+ Customization
124
+ -------------
125
+
126
+ Please refer to shopfloor_mobile_custom_example.
127
+
128
+ Known issues / Roadmap
129
+ ======================
130
+
131
+ - Split module by scenario
132
+
133
+ - Improve documentation and demo data
134
+
135
+ - Document each component
136
+
137
+ - Document demo mode
138
+
139
+ - Find / create a nice icon
140
+
141
+ - Finish base translations (move all UI strings to translatable terms)
142
+
143
+ - Use SCSS
144
+
145
+ - Refactor states definition
146
+
147
+ States are now part of the scenario data. They should be specific
148
+ objects with their own class. They should also provide all the actions
149
+ that should be displayed w/ their handlers when needed. Actions can be
150
+ popup actions or buttons at the bottom of the screen. The tricky part
151
+ here could be how to register this states for the given component.
152
+ Today states have access to the full object of the scenario component
153
+ as they are part of it. \_get_state_spec could probably lookup for
154
+ registered states (eg: when you register a component in the registry
155
+ you should provide states as well). When we'll have states in this
156
+ fashion we should also consider if they should provide their own
157
+ template. This way the component template will hold only the generic
158
+ bits of the scenario.
159
+
160
+ - Back buttons should be smarter
161
+
162
+ In some cases getting back using history is fine but very often this
163
+ could lead to outdated data display. To mitigate this in particular
164
+ scenario's steps, custom handlers for the back action have been
165
+ implemented. For instance, in cluster_picking when you hit back on
166
+ manual selection it forces the state to go to start and reload. For
167
+ starting we should provide on_back property to all states where we
168
+ want to display it (no more specific check on the state to display
169
+ this button). This part is also related to "Refactor states
170
+ definition".
171
+
172
+ - Go through \_.forEach and similar calls to replace them w/ vanilla JS
173
+ (eg: .map())
174
+
175
+ Changelog
176
+ =========
177
+
178
+ 13.0.1.0.0
179
+ ----------
180
+
181
+ First official version.
182
+
183
+ Bug Tracker
184
+ ===========
185
+
186
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-shopfloor/issues>`_.
187
+ In case of trouble, please check there if your issue has already been reported.
188
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
189
+ `feedback <https://github.com/OCA/stock-logistics-shopfloor/issues/new?body=module:%20shopfloor_mobile%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
190
+
191
+ Do not contact contributors directly about support or help with technical issues.
192
+
193
+ Credits
194
+ =======
195
+
196
+ Authors
197
+ -------
198
+
199
+ * Camptocamp
200
+ * BCIM
201
+ * Akretion
202
+
203
+ Contributors
204
+ ------------
205
+
206
+ - Simone Orsi <simahawk@gmail.com>
207
+ - Thierry Ducrest <thierry.ducrest@camptocamp.com>
208
+ - Guewen Baconnier <guewen.baconnier@camptocamp.com>
209
+ - Raphaël Reverdy <raphael.reverdy@akretion.com>
210
+ - Sébastien Beau <sebastien.beau@akretion.com>
211
+ - Jacques-Etienne Baudoux <je@bcim.be>
212
+
213
+ **Design**
214
+
215
+ - Joël Grand-Guillaume <joel.grandguillaume@camptocamp.com>
216
+ - Jacques-Etienne Baudoux <je@bcim.be>
217
+
218
+ Other credits
219
+ -------------
220
+
221
+ **Financial support**
222
+
223
+ - Cosanum
224
+ - Camptocamp R&D
225
+ - Akretion R&D
226
+
227
+ Maintainers
228
+ -----------
229
+
230
+ This module is maintained by the OCA.
231
+
232
+ .. image:: https://odoo-community.org/logo.png
233
+ :alt: Odoo Community Association
234
+ :target: https://odoo-community.org
235
+
236
+ OCA, or the Odoo Community Association, is a nonprofit organization whose
237
+ mission is to support the collaborative development of Odoo features and
238
+ promote its widespread use.
239
+
240
+ .. |maintainer-simahawk| image:: https://github.com/simahawk.png?size=40px
241
+ :target: https://github.com/simahawk
242
+ :alt: simahawk
243
+
244
+ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
245
+
246
+ |maintainer-simahawk|
247
+
248
+ This module is part of the `OCA/stock-logistics-shopfloor <https://github.com/OCA/stock-logistics-shopfloor/tree/18.0/shopfloor_mobile>`_ project on GitHub.
249
+
250
+ You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -0,0 +1,59 @@
1
+ odoo/addons/shopfloor_mobile/README.rst,sha256=UmHT0U7vbLx-7twlKbc9yBMFyr-9zuYWAS6fFKVJT7I,7544
2
+ odoo/addons/shopfloor_mobile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ odoo/addons/shopfloor_mobile/__manifest__.py,sha256=5NRg1zBM05mcz3MRQ_S0fPLfz5gJbJAbGTAPcXceQVA,705
4
+ odoo/addons/shopfloor_mobile/i18n/de.po,sha256=6eRN27NdcMT5a9_rC7t-L1IyssIf4d0sV8XcBlxYETU,411
5
+ odoo/addons/shopfloor_mobile/i18n/es_AR.po,sha256=8mGWCcMew3na_BE6yzC9aGqTSHNwLq_fu1r-JnZnYGE,1149
6
+ odoo/addons/shopfloor_mobile/i18n/it.po,sha256=Fuhk7nf_wDaq10_RJlCCe4xE6u8qKIml2r_4nUJ1O1w,412
7
+ odoo/addons/shopfloor_mobile/i18n/pt_BR.po,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ odoo/addons/shopfloor_mobile/i18n/shopfloor_mobile.pot,sha256=2nkV-O77dcHWhLBfGldb2hwKdpsp_Iq_PU5QMeyP-mo,341
9
+ odoo/addons/shopfloor_mobile/readme/CONTRIBUTORS.md,sha256=9fV8XRI7FHlu1rZooxvlWcoD188t7zC5Frd8eUHz3tk,421
10
+ odoo/addons/shopfloor_mobile/readme/CREDITS.md,sha256=mijiEMeb8qlUh8sbIa_3gn03LhbjHBFrlNCF_9CZELM,65
11
+ odoo/addons/shopfloor_mobile/readme/DESCRIPTION.md,sha256=tsBMHhIrbnsPP5KBIRgtnmjxPvdHhVbCmjglGgU6tOA,1225
12
+ odoo/addons/shopfloor_mobile/readme/HISTORY.md,sha256=uDTaJkR5ECI5b0x32Vuj4ONzBVvfsfMjPm20jISB5Ps,39
13
+ odoo/addons/shopfloor_mobile/readme/ROADMAP.md,sha256=GMldnYqUvyrfgwUbIjZ_68wJtHmOyE1Tb_vQZtAplOo,1741
14
+ odoo/addons/shopfloor_mobile/readme/USAGE.md,sha256=0rRYeb0UEsTSg2EiEB0WHlOGdEMX8sCJT5blDcF0fFU,618
15
+ odoo/addons/shopfloor_mobile/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
16
+ odoo/addons/shopfloor_mobile/static/description/index.html,sha256=zSP52hzehSed3XuUyyweJqU57UnnQwYSXuqPXGGoZ54,18351
17
+ odoo/addons/shopfloor_mobile/static/wms/.gitignore,sha256=rQCFL3FQm3Lll35BRUETzj1HYlakdld--GvTGLPeHpE,214
18
+ odoo/addons/shopfloor_mobile/static/wms/src/screen.esm.js,sha256=77TQgYSfpnErCuhV9FjQujMFlrKU7EZ6OdeTJnZutV8,1461
19
+ odoo/addons/shopfloor_mobile/static/wms/src/wms_utils.esm.js,sha256=89d19IbDlfFavsgsinKfEtyaSTbRZduITxwxAHnnLbE,12178
20
+ odoo/addons/shopfloor_mobile/static/wms/src/components/batch_picking_detail.esm.js,sha256=aYV5pOy7oFIK-gEeLSdkz4Ps501wsPVY5u-hTbjIHNs,2147
21
+ odoo/addons/shopfloor_mobile/static/wms/src/components/batch_picking_line_detail.esm.js,sha256=4d32G1yQAlzmjOGr9ta4VC8olCLREN_U-xbkJGf8XSU,4772
22
+ odoo/addons/shopfloor_mobile/static/wms/src/components/manual_select_color.esm.js,sha256=COp95jc7KHzZJj5hVkIh0a4cvYyZMGSP-nwUG2LhrKY,937
23
+ odoo/addons/shopfloor_mobile/static/wms/src/components/misc.esm.js,sha256=sd5r1W16vefj0_Ukx3L6zP_9Ph7fhSTO_lRfr5YGxZk,6250
24
+ odoo/addons/shopfloor_mobile/static/wms/src/components/packaging-qty-picker.esm.js,sha256=mMMvFYGIUKk8c8yYK-e50VovcqdnJHklEe2tKJCplUA,12070
25
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_location.esm.js,sha256=ZBb339MzSWOPvhZFD1rsPcuTKhJzxdbx_7G_m_7Zcv8,5009
26
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_lot.esm.js,sha256=pJi7YWfe3S5TII7vu1tlcwprH8X1rVuOdJGB-A2H_QE,3230
27
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_operation.esm.js,sha256=EvGXb195Js7koQyUChcfwdgfUcPKYgpGs1qI4IaJNR8,1740
28
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_package.esm.js,sha256=39om9yPp9t8kymGmj0NklXKP-WXbHzw0eeysXOKXybw,2746
29
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_picking.esm.js,sha256=PeavOYvJjfkKNeA-TGU9UGugyPD1DjeW3A02Cr0LY1k,1123
30
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_product.esm.js,sha256=2waHitHVyPfgVku4_PbWiTeaiaUHt6cMbtNoO1Zae04,5923
31
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_transfer.esm.js,sha256=XwbrwwQjsa-4Apl-6vo_4Ugc8ndG-VAl-I2DsjRWfy0,4681
32
+ odoo/addons/shopfloor_mobile/static/wms/src/components/forms/form_edit_stock_picking.esm.js,sha256=E58UTtyFM3dMpRLoqnQ3707x-chaLVi-Xl14bFTNnDc,1125
33
+ odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/mixins.esm.js,sha256=J_6lkp3NdOyDMbPfFo_L55ZExd7zOQdhXtx9YurQWPE,4055
34
+ odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/picking_select.esm.js,sha256=DLoO26gYhBLO-G7Jg0Kp2m9_VnaYZC49O7DjEY4Apq8,5036
35
+ odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/picking_summary.esm.js,sha256=n8Q4W3b2CYDG8t1_HNcPqci-xHbLDFbeDvX9VUdGKTI,9286
36
+ odoo/addons/shopfloor_mobile/static/wms/src/css/main.css,sha256=IUQoC2TMPRXOmVsIxZcRmgJ4dM0FRQ7Fn84iVqnY5Y8,1613
37
+ odoo/addons/shopfloor_mobile/static/wms/src/css/normalize.css,sha256=bdpVgqwoXxfp59Yz0w32yF7uaIWAHPbSlQYY4DWeUII,6260
38
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.checkout.esm.js,sha256=WuZRSewnear0zqIntxMOlIbhdONBo1wHRM1cb6dLk14,7305
39
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.cluster_picking.esm.js,sha256=SrEdrpMmyp9VgtArLnZZYRbwv350B58vRomvw5eXo_E,5192
40
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.delivery.esm.js,sha256=ZtxJdoBoU2Kfizy_jBTi3WKTnS9sVzmxWu03obcZNM0,2063
41
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.location_content_transfer.esm.js,sha256=gacktD6B-NhtOPJF58sDreO787IK07cWfNeuTKPMtU4,5419
42
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.scan_anything.esm.js,sha256=09QhOZ477dBhWrXeJd4X6FqpuwcY14Tv8zZlwzK4CKg,3042
43
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.single_pack_transfer.esm.js,sha256=cqLAf8a8aH32OI8AUkXwLW2MIP0kEtkTMmivuQQfkCE,2235
44
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.zone_picking.esm.js,sha256=a61UdtWTdU2PeV2XxjL71Rni4sjZGClvtmptY23d8Pk,8469
45
+ odoo/addons/shopfloor_mobile/static/wms/src/i18n/add_translations_to_registry.esm.js,sha256=oOQBHbaQ9zKDgIvBPE3B3T7glyLPkp6auRtwJUma48I,280
46
+ odoo/addons/shopfloor_mobile/static/wms/src/i18n/en.json,sha256=gn981MlQXNBYiVZHWOV4o0LzdrCqZ2Z9ptjPArF8C-Q,1944
47
+ odoo/addons/shopfloor_mobile/static/wms/src/i18n/fr.json,sha256=-nRVyM2PsggBL1WjxYzyeRdC4kwx7HzSOXAN83TJehE,1941
48
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/checkout.esm.js,sha256=SsnRuy37xL3wcJH0KpBn-plGYxb669soPAFNq_uquB0,19452
49
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/checkout_states.esm.js,sha256=55R7ueFRfJCff_aClYcdqwfaZkooYt8T1U93ZTmq0O0,15046
50
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/cluster_picking.esm.js,sha256=h08tBH3Fz3hNvg8BZExS_NKQBft6F3XLMwx6zVA_V3g,20547
51
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/delivery.esm.js,sha256=Vko1GQWH8VKXuwozOaod2HjBoyPLR3-E8QQnghUldOs,15062
52
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/location_content_transfer.esm.js,sha256=l7cPPf4wAZntUcnsapldO_LalHCwvfR4snnsfwwFWzA,18335
53
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/single_pack_transfer.esm.js,sha256=ipc8fKBtv4_KRZBEBV5pmmefjtHnSOarx5KUnfyjNoE,6114
54
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/zone_picking.esm.js,sha256=mNcE39AtO9vPfjSrNybjV9hiNoSErMyJ0ev1PgOOxd0,44849
55
+ odoo/addons/shopfloor_mobile/templates/assets.xml,sha256=K9Tu1nUq_t8WquSEV4GHigPd5QuYY-2rqbt4V9sWkxs,7993
56
+ odoo_addon_shopfloor_mobile-18.0.1.0.1.dist-info/METADATA,sha256=hcd_wcQGd53whR2AclzUUOdX__BMFxXqCA9yVKaok9k,8230
57
+ odoo_addon_shopfloor_mobile-18.0.1.0.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
58
+ odoo_addon_shopfloor_mobile-18.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
59
+ odoo_addon_shopfloor_mobile-18.0.1.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: Whool 1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,12 +0,0 @@
1
- * Simone Orsi <simahawk@gmail.com>
2
- * Thierry Ducrest <thierry.ducrest@camptocamp.com>
3
- * Guewen Baconnier <guewen.baconnier@camptocamp.com>
4
- * Raphaël Reverdy <raphael.reverdy@akretion.com>
5
- * Sébastien Beau <sebastien.beau@akretion.com>
6
- * Jacques-Etienne Baudoux <je@bcim.be>
7
-
8
- Design
9
- ~~~~~~
10
-
11
- * Joël Grand-Guillaume <joel.grandguillaume@camptocamp.com>
12
- * Jacques-Etienne Baudoux <je@bcim.be>
@@ -1,5 +0,0 @@
1
- **Financial support**
2
-
3
- * Cosanum
4
- * Camptocamp R&D
5
- * Akretion R&D
@@ -1,31 +0,0 @@
1
- Frontend for Shopfloor app.
2
-
3
- The work is organized in scenario.
4
- A scenario represents a process in the warehouse (eg: receive, deliver).
5
- The app allows to start each process through the main menu.
6
-
7
- Each scenario is linked to a specific menu item which can be configured in the backend.
8
- Each scenario drives you through the work to do.
9
-
10
-
11
- Tech details
12
- ~~~~~~~~~~~~
13
-
14
- * This frontend is built on top of `VueJS <vuejs.org>`_ and `VuetifyJS <vuetifyjs.com/>`_
15
- and relies on `shopfloor` module that exposes REST API in Odoo
16
- (based in turn on `base_rest <https://github.com/OCA/rest-framework/tree/13.0/base_rest>`_).
17
-
18
- * The whole business logic comes from `shopfloor` module,
19
- this module takes care of providing a nice and reactive UI to work with.
20
-
21
- * No Odoo JS is used, no assets machinery used.
22
-
23
- Static assets are loaded straight, served by a specific controller.
24
- This app is a Single Page App, hence resources are loaded only once.
25
-
26
- The version of the module appended to the URL of each resources
27
- makes sure it's not cached when the version changes.
28
-
29
- * When developing you can use a demo mode which allows to define interactive scenario
30
- with pure JS demo data, without interacting with Odoo.
31
- Nothing to deal with Odoo demo data.
@@ -1,29 +0,0 @@
1
- * Split module by scenario
2
- * Improve documentation and demo data
3
- * Document each component
4
- * Document demo mode
5
- * Find / create a nice icon
6
- * Finish base translations (move all UI strings to translatable terms)
7
- * Use SCSS
8
- * Refactor states definition
9
-
10
- States are now part of the scenario data. They should be specific objects with their own class.
11
- They should also provide all the actions that should be displayed w/ their handlers when needed.
12
- Actions can be popup actions or buttons at the bottom of the screen.
13
- The tricky part here could be how to register this states for the given component.
14
- Today states have access to the full object of the scenario component as they are part of it.
15
- `_get_state_spec` could probably lookup for registered states
16
- (eg: when you register a component in the registry you should provide states as well).
17
- When we'll have states in this fashion we should also consider if they should provide their own template.
18
- This way the component template will hold only the generic bits of the scenario.
19
-
20
- * Back buttons should be smarter
21
-
22
- In some cases getting back using history is fine but very often this could lead to outdated data display.
23
- To mitigate this in particular scenario's steps, custom handlers for the back action have been implemented.
24
- For instance, in cluster_picking when you hit back on manual selection it forces the state to go to start and reload.
25
- For starting we should provide `on_back` property to all states where we want to display it
26
- (no more specific check on the state to display this button).
27
- This part is also related to "Refactor states definition".
28
-
29
- * Go through `_.forEach` and similar calls to replace them w/ vanilla JS (eg: `.map()`)
@@ -1,34 +0,0 @@
1
- Pre-requisites
2
- ~~~~~~~~~~~~~~
3
-
4
- * Your Odoo instance is accessible via mobile device
5
- * You have an API Key configured
6
-
7
- Start the app
8
- ~~~~~~~~~~~~~
9
-
10
- * Go to "Inventory -> Configuration -> Shopfloor -> Shopfloor App"
11
- * In the login screen fill in your API key
12
- * Hit "Login"
13
-
14
- Select a profile
15
- ~~~~~~~~~~~~~~~~
16
-
17
- Several profiles can be configured in the backend,
18
- you must choose one before starting.
19
-
20
- * Tap on "Configure profile"
21
- * Select a profile
22
-
23
- This will load all available menu items for the selected profile.
24
-
25
- Change language
26
- ~~~~~~~~~~~~~~~
27
-
28
- * Go to "Settings -> Language"
29
- * Select a language
30
-
31
- Customization
32
- ~~~~~~~~~~~~~
33
-
34
- Please refer to `shopfloor_mobile_custom_example`.