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