odoo-addon-shopfloor-mobile 16.0.1.0.0.6__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 (57) hide show
  1. odoo/addons/shopfloor_mobile/README.rst +215 -0
  2. odoo/addons/shopfloor_mobile/__init__.py +0 -0
  3. odoo/addons/shopfloor_mobile/__manifest__.py +17 -0
  4. odoo/addons/shopfloor_mobile/i18n/es_AR.po +39 -0
  5. odoo/addons/shopfloor_mobile/i18n/pt_BR.po +14 -0
  6. odoo/addons/shopfloor_mobile/i18n/shopfloor_mobile.pot +13 -0
  7. odoo/addons/shopfloor_mobile/readme/CONTRIBUTORS.rst +12 -0
  8. odoo/addons/shopfloor_mobile/readme/CREDITS.rst +5 -0
  9. odoo/addons/shopfloor_mobile/readme/DESCRIPTION.rst +31 -0
  10. odoo/addons/shopfloor_mobile/readme/HISTORY.rst +4 -0
  11. odoo/addons/shopfloor_mobile/readme/ROADMAP.rst +29 -0
  12. odoo/addons/shopfloor_mobile/readme/USAGE.rst +34 -0
  13. odoo/addons/shopfloor_mobile/static/description/icon.png +0 -0
  14. odoo/addons/shopfloor_mobile/static/description/index.html +555 -0
  15. odoo/addons/shopfloor_mobile/static/wms/.gitignore +21 -0
  16. odoo/addons/shopfloor_mobile/static/wms/src/components/batch_picking_detail.js +69 -0
  17. odoo/addons/shopfloor_mobile/static/wms/src/components/batch_picking_line_detail.js +141 -0
  18. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_location.js +66 -0
  19. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_lot.js +91 -0
  20. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_operation.js +50 -0
  21. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_package.js +73 -0
  22. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_picking.js +40 -0
  23. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_product.js +70 -0
  24. odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_transfer.js +128 -0
  25. odoo/addons/shopfloor_mobile/static/wms/src/components/forms/form_edit_stock_picking.js +39 -0
  26. odoo/addons/shopfloor_mobile/static/wms/src/components/manual_select_color.js +24 -0
  27. odoo/addons/shopfloor_mobile/static/wms/src/components/misc.js +201 -0
  28. odoo/addons/shopfloor_mobile/static/wms/src/components/packaging-qty-picker.js +329 -0
  29. odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/mixins.js +130 -0
  30. odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/picking_select.js +135 -0
  31. odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/picking_summary.js +212 -0
  32. odoo/addons/shopfloor_mobile/static/wms/src/css/main.css +73 -0
  33. odoo/addons/shopfloor_mobile/static/wms/src/css/normalize.css +351 -0
  34. odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.checkout.js +257 -0
  35. odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.cluster_picking.js +188 -0
  36. odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.delivery.js +79 -0
  37. odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.location_content_transfer.js +179 -0
  38. odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.scan_anything.js +124 -0
  39. odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.single_pack_transfer.js +83 -0
  40. odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.zone_picking.js +277 -0
  41. odoo/addons/shopfloor_mobile/static/wms/src/i18n/add_translations_to_registry.js +4 -0
  42. odoo/addons/shopfloor_mobile/static/wms/src/i18n/en.json +31 -0
  43. odoo/addons/shopfloor_mobile/static/wms/src/i18n/fr.json +27 -0
  44. odoo/addons/shopfloor_mobile/static/wms/src/scenario/checkout.js +390 -0
  45. odoo/addons/shopfloor_mobile/static/wms/src/scenario/checkout_states.js +380 -0
  46. odoo/addons/shopfloor_mobile/static/wms/src/scenario/cluster_picking.js +481 -0
  47. odoo/addons/shopfloor_mobile/static/wms/src/scenario/delivery.js +353 -0
  48. odoo/addons/shopfloor_mobile/static/wms/src/scenario/location_content_transfer.js +388 -0
  49. odoo/addons/shopfloor_mobile/static/wms/src/scenario/single_pack_transfer.js +132 -0
  50. odoo/addons/shopfloor_mobile/static/wms/src/scenario/zone_picking.js +838 -0
  51. odoo/addons/shopfloor_mobile/static/wms/src/screen.js +36 -0
  52. odoo/addons/shopfloor_mobile/static/wms/src/wms_utils.js +318 -0
  53. odoo/addons/shopfloor_mobile/templates/assets.xml +180 -0
  54. odoo_addon_shopfloor_mobile-16.0.1.0.0.6.dist-info/METADATA +235 -0
  55. odoo_addon_shopfloor_mobile-16.0.1.0.0.6.dist-info/RECORD +57 -0
  56. odoo_addon_shopfloor_mobile-16.0.1.0.0.6.dist-info/WHEEL +5 -0
  57. odoo_addon_shopfloor_mobile-16.0.1.0.0.6.dist-info/top_level.txt +1 -0
@@ -0,0 +1,235 @@
1
+ Metadata-Version: 2.1
2
+ Name: odoo-addon-shopfloor-mobile
3
+ Version: 16.0.1.0.0.6
4
+ Summary: Mobile frontend for WMS Shopfloor app
5
+ Home-page: https://github.com/OCA/wms
6
+ Author: Camptocamp, BCIM, Akretion, Odoo Community Association (OCA)
7
+ Author-email: support@odoo-community.org
8
+ License: AGPL-3
9
+ Platform: UNKNOWN
10
+ Classifier: Programming Language :: Python
11
+ Classifier: Framework :: Odoo
12
+ Classifier: Framework :: Odoo :: 16.0
13
+ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
+ Requires-Python: >=3.10
15
+ Requires-Dist: odoo-addon-shopfloor <16.1dev,>=16.0dev
16
+ Requires-Dist: odoo-addon-shopfloor-mobile-base <16.1dev,>=16.0dev
17
+ Requires-Dist: odoo <16.1dev,>=16.0a
18
+
19
+ ================
20
+ Shopfloor mobile
21
+ ================
22
+
23
+ ..
24
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
+ !! This file is generated by oca-gen-addon-readme !!
26
+ !! changes will be overwritten. !!
27
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
+ !! source digest: sha256:cd664d31e2a374f629474683de47781fd6a0463a2939ab5d86ad0ab5b8f4e0d5
29
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
+
31
+ .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
32
+ :target: https://odoo-community.org/page/development-status
33
+ :alt: Beta
34
+ .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
35
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
36
+ :alt: License: AGPL-3
37
+ .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwms-lightgray.png?logo=github
38
+ :target: https://github.com/OCA/wms/tree/16.0/shopfloor_mobile
39
+ :alt: OCA/wms
40
+ .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
41
+ :target: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-shopfloor_mobile
42
+ :alt: Translate me on Weblate
43
+ .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
44
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/wms&target_branch=16.0
45
+ :alt: Try me on Runboat
46
+
47
+ |badge1| |badge2| |badge3| |badge4| |badge5|
48
+
49
+ Frontend for Shopfloor app.
50
+
51
+ The work is organized in scenario.
52
+ A scenario represents a process in the warehouse (eg: receive, deliver).
53
+ The app allows to start each process through the main menu.
54
+
55
+ Each scenario is linked to a specific menu item which can be configured in the backend.
56
+ Each scenario drives you through the work to do.
57
+
58
+
59
+ Tech details
60
+ ~~~~~~~~~~~~
61
+
62
+ * This frontend is built on top of `VueJS <vuejs.org>`_ and `VuetifyJS <vuetifyjs.com/>`_
63
+ and relies on `shopfloor` module that exposes REST API in Odoo
64
+ (based in turn on `base_rest <https://github.com/OCA/rest-framework/tree/13.0/base_rest>`_).
65
+
66
+ * The whole business logic comes from `shopfloor` module,
67
+ this module takes care of providing a nice and reactive UI to work with.
68
+
69
+ * No Odoo JS is used, no assets machinery used.
70
+
71
+ Static assets are loaded straight, served by a specific controller.
72
+ This app is a Single Page App, hence resources are loaded only once.
73
+
74
+ The version of the module appended to the URL of each resources
75
+ makes sure it's not cached when the version changes.
76
+
77
+ * When developing you can use a demo mode which allows to define interactive scenario
78
+ with pure JS demo data, without interacting with Odoo.
79
+ Nothing to deal with Odoo demo data.
80
+
81
+ **Table of contents**
82
+
83
+ .. contents::
84
+ :local:
85
+
86
+ Usage
87
+ =====
88
+
89
+ Pre-requisites
90
+ ~~~~~~~~~~~~~~
91
+
92
+ * Your Odoo instance is accessible via mobile device
93
+ * You have an API Key configured
94
+
95
+ Start the app
96
+ ~~~~~~~~~~~~~
97
+
98
+ * Go to "Inventory -> Configuration -> Shopfloor -> Shopfloor App"
99
+ * In the login screen fill in your API key
100
+ * Hit "Login"
101
+
102
+ Select a profile
103
+ ~~~~~~~~~~~~~~~~
104
+
105
+ Several profiles can be configured in the backend,
106
+ you must choose one before starting.
107
+
108
+ * Tap on "Configure profile"
109
+ * Select a profile
110
+
111
+ This will load all available menu items for the selected profile.
112
+
113
+ Change language
114
+ ~~~~~~~~~~~~~~~
115
+
116
+ * Go to "Settings -> Language"
117
+ * Select a language
118
+
119
+ Customization
120
+ ~~~~~~~~~~~~~
121
+
122
+ Please refer to `shopfloor_mobile_custom_example`.
123
+
124
+ Known issues / Roadmap
125
+ ======================
126
+
127
+ * Split module by scenario
128
+ * Improve documentation and demo data
129
+ * Document each component
130
+ * Document demo mode
131
+ * Find / create a nice icon
132
+ * Finish base translations (move all UI strings to translatable terms)
133
+ * Use SCSS
134
+ * Refactor states definition
135
+
136
+ States are now part of the scenario data. They should be specific objects with their own class.
137
+ They should also provide all the actions that should be displayed w/ their handlers when needed.
138
+ Actions can be popup actions or buttons at the bottom of the screen.
139
+ The tricky part here could be how to register this states for the given component.
140
+ Today states have access to the full object of the scenario component as they are part of it.
141
+ `_get_state_spec` could probably lookup for registered states
142
+ (eg: when you register a component in the registry you should provide states as well).
143
+ When we'll have states in this fashion we should also consider if they should provide their own template.
144
+ This way the component template will hold only the generic bits of the scenario.
145
+
146
+ * Back buttons should be smarter
147
+
148
+ In some cases getting back using history is fine but very often this could lead to outdated data display.
149
+ To mitigate this in particular scenario's steps, custom handlers for the back action have been implemented.
150
+ For instance, in cluster_picking when you hit back on manual selection it forces the state to go to start and reload.
151
+ For starting we should provide `on_back` property to all states where we want to display it
152
+ (no more specific check on the state to display this button).
153
+ This part is also related to "Refactor states definition".
154
+
155
+ * Go through `_.forEach` and similar calls to replace them w/ vanilla JS (eg: `.map()`)
156
+
157
+ Changelog
158
+ =========
159
+
160
+ 13.0.1.0.0
161
+ ~~~~~~~~~~
162
+
163
+ First official version.
164
+
165
+ Bug Tracker
166
+ ===========
167
+
168
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/wms/issues>`_.
169
+ In case of trouble, please check there if your issue has already been reported.
170
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
171
+ `feedback <https://github.com/OCA/wms/issues/new?body=module:%20shopfloor_mobile%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
172
+
173
+ Do not contact contributors directly about support or help with technical issues.
174
+
175
+ Credits
176
+ =======
177
+
178
+ Authors
179
+ ~~~~~~~
180
+
181
+ * Camptocamp
182
+ * BCIM
183
+ * Akretion
184
+
185
+ Contributors
186
+ ~~~~~~~~~~~~
187
+
188
+ * Simone Orsi <simahawk@gmail.com>
189
+ * Thierry Ducrest <thierry.ducrest@camptocamp.com>
190
+ * Guewen Baconnier <guewen.baconnier@camptocamp.com>
191
+ * Raphaël Reverdy <raphael.reverdy@akretion.com>
192
+ * Sébastien Beau <sebastien.beau@akretion.com>
193
+ * Jacques-Etienne Baudoux <je@bcim.be>
194
+
195
+ Design
196
+ ~~~~~~
197
+
198
+ * Joël Grand-Guillaume <joel.grandguillaume@camptocamp.com>
199
+ * Jacques-Etienne Baudoux <je@bcim.be>
200
+
201
+ Other credits
202
+ ~~~~~~~~~~~~~
203
+
204
+ **Financial support**
205
+
206
+ * Cosanum
207
+ * Camptocamp R&D
208
+ * Akretion R&D
209
+
210
+ Maintainers
211
+ ~~~~~~~~~~~
212
+
213
+ This module is maintained by the OCA.
214
+
215
+ .. image:: https://odoo-community.org/logo.png
216
+ :alt: Odoo Community Association
217
+ :target: https://odoo-community.org
218
+
219
+ OCA, or the Odoo Community Association, is a nonprofit organization whose
220
+ mission is to support the collaborative development of Odoo features and
221
+ promote its widespread use.
222
+
223
+ .. |maintainer-simahawk| image:: https://github.com/simahawk.png?size=40px
224
+ :target: https://github.com/simahawk
225
+ :alt: simahawk
226
+
227
+ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
228
+
229
+ |maintainer-simahawk|
230
+
231
+ This module is part of the `OCA/wms <https://github.com/OCA/wms/tree/16.0/shopfloor_mobile>`_ project on GitHub.
232
+
233
+ You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
234
+
235
+
@@ -0,0 +1,57 @@
1
+ odoo/addons/shopfloor_mobile/README.rst,sha256=CGXjLN0CFKgQtUm4e3aULWoyuY6vSkN7WRlbLolbD3k,7148
2
+ odoo/addons/shopfloor_mobile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ odoo/addons/shopfloor_mobile/__manifest__.py,sha256=VDgLbnVfY0aY7bGzj0mwDHDmPHJNAQIgNSJ_NBmTQPA,683
4
+ odoo/addons/shopfloor_mobile/i18n/es_AR.po,sha256=8mGWCcMew3na_BE6yzC9aGqTSHNwLq_fu1r-JnZnYGE,1149
5
+ odoo/addons/shopfloor_mobile/i18n/pt_BR.po,sha256=9u1-aZlfuc4CipfRAhn70STmXJyS-OrsGEV67XtpEIQ,413
6
+ odoo/addons/shopfloor_mobile/i18n/shopfloor_mobile.pot,sha256=leB6MlaWiU1sPOdcOTxNVY5KVORnHv0MfD14HgQJIIs,341
7
+ odoo/addons/shopfloor_mobile/readme/CONTRIBUTORS.rst,sha256=AEECRuaiP1U4xBwIQOYsHFr-Tgx2-LqBQPmFejH6OIs,392
8
+ odoo/addons/shopfloor_mobile/readme/CREDITS.rst,sha256=gvM_pe6NW3J9LsH6xxFxvRsY1AY8T8fVLeRzce2RKhY,65
9
+ odoo/addons/shopfloor_mobile/readme/DESCRIPTION.rst,sha256=uA0FkgekxpCEfqLjiUlpPWbe-8QKOiVDB6QvoyJ7bJg,1245
10
+ odoo/addons/shopfloor_mobile/readme/HISTORY.rst,sha256=Ibf54quZVYNg74R-oWzny0XeMee1wp8T4Og1gaGo3OQ,47
11
+ odoo/addons/shopfloor_mobile/readme/ROADMAP.rst,sha256=Nm8uyGJvPQWMQtYwwxt8P4WBuLLpUZjZ_p8eqTrFRbM,1726
12
+ odoo/addons/shopfloor_mobile/readme/USAGE.rst,sha256=5NNHChxhLwFVo4m6XhCaSlagf_bpNaZgsF8oSGSQ2WY,677
13
+ odoo/addons/shopfloor_mobile/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
14
+ odoo/addons/shopfloor_mobile/static/description/index.html,sha256=bHEvWLDRhH3ldVhIj0bu46qvDKBsPWPf4twk74wOqJY,18026
15
+ odoo/addons/shopfloor_mobile/static/wms/.gitignore,sha256=rQCFL3FQm3Lll35BRUETzj1HYlakdld--GvTGLPeHpE,214
16
+ odoo/addons/shopfloor_mobile/static/wms/src/screen.js,sha256=77TQgYSfpnErCuhV9FjQujMFlrKU7EZ6OdeTJnZutV8,1461
17
+ odoo/addons/shopfloor_mobile/static/wms/src/wms_utils.js,sha256=6fPt-64R5FEyvWLLzmJny1FoYJxOFW9Lwi9JOF094iY,11104
18
+ odoo/addons/shopfloor_mobile/static/wms/src/components/batch_picking_detail.js,sha256=eyehbELMbEkDp0dREIDR3O7s8hsGh4QXoDcyhlQO8Ms,2175
19
+ odoo/addons/shopfloor_mobile/static/wms/src/components/batch_picking_line_detail.js,sha256=4d32G1yQAlzmjOGr9ta4VC8olCLREN_U-xbkJGf8XSU,4772
20
+ odoo/addons/shopfloor_mobile/static/wms/src/components/manual_select_color.js,sha256=O07YP4zYDSZk1edV8ogvNJCkKyDWIiX7L_g_JzHS5Es,932
21
+ odoo/addons/shopfloor_mobile/static/wms/src/components/misc.js,sha256=9XwbtJimGN3jd2Gon0tgXcy9cBQLWo43rx8_EQIUKJw,6279
22
+ odoo/addons/shopfloor_mobile/static/wms/src/components/packaging-qty-picker.js,sha256=O16dYIr1WSNvO1Ng0CcFkJth2hHsr4_v2Gbdsn2OzFg,12039
23
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_location.js,sha256=PSLYal43YxLSm6sSfLUJuC4yfhYBvcsNxlFuMjm57OY,2067
24
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_lot.js,sha256=1WbsjFnQE_z3PzJ-uSXZfEwvJdVdrgTe5zlWwg0CQtw,3182
25
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_operation.js,sha256=7JdppT91Klgm-vPkXevNB7wsy0wvgKm91qyC733KSD0,1740
26
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_package.js,sha256=FPT_WDXVDPg4m5wLrA9MunjLL9nsDe59qxW-yiLQpM4,2746
27
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_picking.js,sha256=PeavOYvJjfkKNeA-TGU9UGugyPD1DjeW3A02Cr0LY1k,1123
28
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_product.js,sha256=drMFbpcOsWOxyGlvscLEnu0yVMAy_ADaRMAQS4JaJZE,2546
29
+ odoo/addons/shopfloor_mobile/static/wms/src/components/detail/detail_transfer.js,sha256=nH6AOAC_wADB4ogCYeQ1LZpfxLwQtxgTnjmh316e7G4,4705
30
+ odoo/addons/shopfloor_mobile/static/wms/src/components/forms/form_edit_stock_picking.js,sha256=lgn_2rG50gbLH7h2K6iqZHeEFeWguemJPURAR1eWJeU,1153
31
+ odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/mixins.js,sha256=ExPE5POHn6PCe32Kt6S70wNwTZ8UJZg21uPKXO1xaEU,4119
32
+ odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/picking_select.js,sha256=k6hf4t4m0078_6m0XJtDTgoMlLV7CpLbaS62Ju5zXQo,4887
33
+ odoo/addons/shopfloor_mobile/static/wms/src/components/scenario_picking_detail/picking_summary.js,sha256=Xo101r6DENC2EF81TV-kfb-4bNHj5UszWTvqwInMX0Y,8932
34
+ odoo/addons/shopfloor_mobile/static/wms/src/css/main.css,sha256=IUQoC2TMPRXOmVsIxZcRmgJ4dM0FRQ7Fn84iVqnY5Y8,1613
35
+ odoo/addons/shopfloor_mobile/static/wms/src/css/normalize.css,sha256=bdpVgqwoXxfp59Yz0w32yF7uaIWAHPbSlQYY4DWeUII,6260
36
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.checkout.js,sha256=TPrMMaG6qjXK6PeuRLj82XgUWG8QgQnlmkCronsd0tE,7302
37
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.cluster_picking.js,sha256=IgQ_VZvuHxKWkN6JhNtCszTMbuDb2GHIOmhT0VfAcnU,5192
38
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.delivery.js,sha256=ur9Tg4IKj0cjtxKLykEPNj6BijagQcdBRcNwL1Dq2XA,2063
39
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.location_content_transfer.js,sha256=8v9st5pKfu3SmB88rKi8f8cbuGI7Jt9EXguKaflFJS4,5419
40
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.scan_anything.js,sha256=mJqPemuUlNOb7cQWDJ6BwDFHUrKeZmmp7oXiJ4_ehuw,3042
41
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.single_pack_transfer.js,sha256=kF7Y_f6yjauWLJPM_94L-4PZktaR6-aW9K-c8-PJdhg,2235
42
+ odoo/addons/shopfloor_mobile/static/wms/src/demo/demo.zone_picking.js,sha256=BE8pzEGHq5j_Q49Oz-h4bRP89mJG-XSKNZsCRC9nVDQ,8467
43
+ odoo/addons/shopfloor_mobile/static/wms/src/i18n/add_translations_to_registry.js,sha256=rcYYDwMWOrEpWi83WwsNz1C6IJfwIKFE-VDqqrSCcNE,280
44
+ odoo/addons/shopfloor_mobile/static/wms/src/i18n/en.json,sha256=gn981MlQXNBYiVZHWOV4o0LzdrCqZ2Z9ptjPArF8C-Q,1944
45
+ odoo/addons/shopfloor_mobile/static/wms/src/i18n/fr.json,sha256=HNBXPkTX3FTOX0BUkwdGN8VImAm7255oYl8YQUyy8Wc,1983
46
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/checkout.js,sha256=NCcUI9o3ZupjnsPlhphw0ryjQCUdmpADzPFQ5vwRIfw,17816
47
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/checkout_states.js,sha256=cre6oYeWtCyCZ77fUahc2sXyayadN_OD2gNyRP48Jp4,14140
48
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/cluster_picking.js,sha256=ey7_L4LS27CmFrbYFt4ppiFP52kCWOWdixyyyvodmtw,20875
49
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/delivery.js,sha256=mYPBRAjRcI38BgdSVxbhaQnV_vXuD546ysz_0JUZ55Y,15001
50
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/location_content_transfer.js,sha256=18wrorVv5Tv86pwibYgFt2B28XIbqulavbG1ISd1j4Y,17859
51
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/single_pack_transfer.js,sha256=x07S3aKRXLsZm9gobC837lt-84ilTIoUmn0f7Lq5Dl8,5700
52
+ odoo/addons/shopfloor_mobile/static/wms/src/scenario/zone_picking.js,sha256=6BXzGcEijS1n5r2nobebZ6rY_X6qhrzTKhsRUC1Snq4,35375
53
+ odoo/addons/shopfloor_mobile/templates/assets.xml,sha256=QAiHXcCpybR9h4B3WuuDcFZ1DnJcGg2cQ63RCUw2niY,7873
54
+ odoo_addon_shopfloor_mobile-16.0.1.0.0.6.dist-info/METADATA,sha256=_yv3YwRLFcXBQ5bcvAJbk83FA6cAfnFuNEFayTpJQfI,7828
55
+ odoo_addon_shopfloor_mobile-16.0.1.0.0.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
56
+ odoo_addon_shopfloor_mobile-16.0.1.0.0.6.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
57
+ odoo_addon_shopfloor_mobile-16.0.1.0.0.6.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.43.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+