odoo-addon-shopfloor-delivery-shipment-mobile 18.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.
@@ -0,0 +1,38 @@
1
+ <?xml version="1.0" encoding="utf-8" ?>
2
+ <!-- Copyright 2021 Camptocamp SA
3
+ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
4
+ <odoo>
5
+ <template
6
+ id="shopfloor_app_assets"
7
+ inherit_id="shopfloor_mobile.shopfloor_app_assets"
8
+ >
9
+ <script id="script_scenario_zone_picking" position="after">
10
+ <t
11
+ t-set="mod_version"
12
+ t-value="get_version('shopfloor_delivery_shipment_mobile')"
13
+ />
14
+ <script
15
+ id="script_scenario_delivery_shipmnet"
16
+ t-attf-src="/shopfloor_delivery_shipment_mobile/static/src/scenario/delivery_shipment.esm.js?v=#{mod_version}"
17
+ type="module"
18
+ />
19
+ </script>
20
+ </template>
21
+
22
+ <template
23
+ id="shopfloor_app_demo_assets"
24
+ inherit_id="shopfloor_mobile.shopfloor_app_demo_assets"
25
+ >
26
+ <script id="script_demo_location_content_transfer" position="after">
27
+ <t
28
+ t-set="mod_version"
29
+ t-value="get_version('shopfloor_delivery_shipment_mobile')"
30
+ />
31
+ <script
32
+ id="script_demo_delivery_shipmnet"
33
+ t-attf-src="/shopfloor_delivery_shipment_mobile/static/src/demo/demo.delivery_shipment.esm.js?v=#{mod_version}"
34
+ type="module"
35
+ />
36
+ </script>
37
+ </template>
38
+ </odoo>
@@ -0,0 +1,105 @@
1
+ Metadata-Version: 2.1
2
+ Name: odoo-addon-shopfloor_delivery_shipment_mobile
3
+ Version: 18.0.1.0.0.3
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo-addon-shopfloor_delivery_shipment==18.0.*
6
+ Requires-Dist: odoo-addon-shopfloor_mobile==18.0.*
7
+ Requires-Dist: odoo==18.0.*
8
+ Summary: Frontend for delivery shipment scenario for shopfloor
9
+ Home-page: https://github.com/OCA/stock-logistics-shopfloor
10
+ License: AGPL-3
11
+ Author: Camptocamp, 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
+ Classifier: Development Status :: 3 - Alpha
18
+ Description-Content-Type: text/x-rst
19
+
20
+ .. image:: https://odoo-community.org/readme-banner-image
21
+ :target: https://odoo-community.org/get-involved?utm_source=readme
22
+ :alt: Odoo Community Association
23
+
24
+ ==================================
25
+ Shopfloor Delivery Shipment Mobile
26
+ ==================================
27
+
28
+ ..
29
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
+ !! This file is generated by oca-gen-addon-readme !!
31
+ !! changes will be overwritten. !!
32
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
33
+ !! source digest: sha256:f6542b02d2b20274ee4bf7dd93bd45f75339bbe3f16ecf76dd7d54d140f1bba0
34
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
35
+
36
+ .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
37
+ :target: https://odoo-community.org/page/development-status
38
+ :alt: Alpha
39
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
40
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
41
+ :alt: License: AGPL-3
42
+ .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--shopfloor-lightgray.png?logo=github
43
+ :target: https://github.com/OCA/stock-logistics-shopfloor/tree/18.0/shopfloor_delivery_shipment_mobile
44
+ :alt: OCA/stock-logistics-shopfloor
45
+ .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
46
+ :target: https://translation.odoo-community.org/projects/stock-logistics-shopfloor-18-0/stock-logistics-shopfloor-18-0-shopfloor_delivery_shipment_mobile
47
+ :alt: Translate me on Weblate
48
+ .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
49
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-shopfloor&target_branch=18.0
50
+ :alt: Try me on Runboat
51
+
52
+ |badge1| |badge2| |badge3| |badge4| |badge5|
53
+
54
+ This module adds the front end part for the shopfloor scenario for
55
+ delivery shipment.
56
+
57
+ .. IMPORTANT::
58
+ This is an alpha version, the data model and design can change at any time without warning.
59
+ Only for development or testing purpose, do not use in production.
60
+ `More details on development status <https://odoo-community.org/page/development-status>`_
61
+
62
+ **Table of contents**
63
+
64
+ .. contents::
65
+ :local:
66
+
67
+ Bug Tracker
68
+ ===========
69
+
70
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-shopfloor/issues>`_.
71
+ In case of trouble, please check there if your issue has already been reported.
72
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
73
+ `feedback <https://github.com/OCA/stock-logistics-shopfloor/issues/new?body=module:%20shopfloor_delivery_shipment_mobile%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
74
+
75
+ Do not contact contributors directly about support or help with technical issues.
76
+
77
+ Credits
78
+ =======
79
+
80
+ Authors
81
+ -------
82
+
83
+ * Camptocamp
84
+
85
+ Contributors
86
+ ------------
87
+
88
+ - Thierry Ducrest <thierry.ducrest@camptocamp.com>
89
+
90
+ Maintainers
91
+ -----------
92
+
93
+ This module is maintained by the OCA.
94
+
95
+ .. image:: https://odoo-community.org/logo.png
96
+ :alt: Odoo Community Association
97
+ :target: https://odoo-community.org
98
+
99
+ OCA, or the Odoo Community Association, is a nonprofit organization whose
100
+ mission is to support the collaborative development of Odoo features and
101
+ promote its widespread use.
102
+
103
+ This module is part of the `OCA/stock-logistics-shopfloor <https://github.com/OCA/stock-logistics-shopfloor/tree/18.0/shopfloor_delivery_shipment_mobile>`_ project on GitHub.
104
+
105
+ You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -0,0 +1,18 @@
1
+ odoo/addons/shopfloor_delivery_shipment_mobile/README.rst,sha256=jnm1VBxZVSdxJ8ogWAMr9Y2v8D1ek9QISR6NQBm0usU,3553
2
+ odoo/addons/shopfloor_delivery_shipment_mobile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ odoo/addons/shopfloor_delivery_shipment_mobile/__manifest__.py,sha256=yQuDpfsGV7SqXXYsyMwYvEBdrlajE6ayHnyQnxIPGSM,574
4
+ odoo/addons/shopfloor_delivery_shipment_mobile/i18n/es_AR.po,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ odoo/addons/shopfloor_delivery_shipment_mobile/i18n/it.po,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ odoo/addons/shopfloor_delivery_shipment_mobile/i18n/pt_BR.po,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ odoo/addons/shopfloor_delivery_shipment_mobile/i18n/shopfloor_delivery_shipment_mobile.pot,sha256=2nkV-O77dcHWhLBfGldb2hwKdpsp_Iq_PU5QMeyP-mo,341
8
+ odoo/addons/shopfloor_delivery_shipment_mobile/readme/CONTRIBUTORS.md,sha256=bBvPafZ73ac3e7bSdQNZWSRUg73Ruybl5BTH_KuMqzU,55
9
+ odoo/addons/shopfloor_delivery_shipment_mobile/readme/DESCRIPTION.md,sha256=BNXl-RItMRxWKYGISno32udys7TiJagMszG4LmDP088,86
10
+ odoo/addons/shopfloor_delivery_shipment_mobile/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
11
+ odoo/addons/shopfloor_delivery_shipment_mobile/static/description/index.html,sha256=X7r7f9EjCUPTEkZWPLCfsikkke8KGB7fd18YUoznU24,13032
12
+ odoo/addons/shopfloor_delivery_shipment_mobile/static/src/demo/demo.delivery_shipment.esm.js,sha256=FsnTvq8BumfXJqYIZMeY0n9hOkazVVH40K-MsdNrZf0,3541
13
+ odoo/addons/shopfloor_delivery_shipment_mobile/static/src/scenario/delivery_shipment.esm.js,sha256=an-QNVwKNLUFbnK6GEhYqxm5_1zdqHWCbwwSWK1Xvj4,21963
14
+ odoo/addons/shopfloor_delivery_shipment_mobile/templates/assets.xml,sha256=rYrUKUZ1AWs3lJSOS8mnuRawSxDL111Hh_sBhudntUA,1385
15
+ odoo_addon_shopfloor_delivery_shipment_mobile-18.0.1.0.0.3.dist-info/METADATA,sha256=32mIwrJsj3Hhi7n23ljn69WImSMLDNtRvUgHTYj6zdY,4316
16
+ odoo_addon_shopfloor_delivery_shipment_mobile-18.0.1.0.0.3.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
17
+ odoo_addon_shopfloor_delivery_shipment_mobile-18.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
18
+ odoo_addon_shopfloor_delivery_shipment_mobile-18.0.1.0.0.3.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: Whool 1.3
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+