odoo-addon-shipment-advice 16.0.1.7.2.1__py3-none-any.whl → 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.
Files changed (43) hide show
  1. odoo/addons/shipment_advice/README.rst +29 -28
  2. odoo/addons/shipment_advice/__manifest__.py +4 -4
  3. odoo/addons/shipment_advice/data/queue_job_channel.xml +4 -4
  4. odoo/addons/shipment_advice/data/queue_job_function.xml +18 -15
  5. odoo/addons/shipment_advice/i18n/it.po +3 -3
  6. odoo/addons/shipment_advice/i18n/shipment_advice.pot +78 -109
  7. odoo/addons/shipment_advice/models/shipment_advice.py +32 -67
  8. odoo/addons/shipment_advice/models/stock_move_line.py +23 -21
  9. odoo/addons/shipment_advice/models/stock_package_level.py +12 -1
  10. odoo/addons/shipment_advice/models/stock_picking.py +7 -5
  11. odoo/addons/shipment_advice/readme/CONTRIBUTORS.md +12 -0
  12. odoo/addons/shipment_advice/report/report_shipment_advice.xml +1 -1
  13. odoo/addons/shipment_advice/static/description/index.html +17 -20
  14. odoo/addons/shipment_advice/tests/common.py +6 -7
  15. odoo/addons/shipment_advice/tests/test_shipment_advice.py +2 -2
  16. odoo/addons/shipment_advice/tests/test_shipment_advice_async.py +3 -3
  17. odoo/addons/shipment_advice/tests/test_shipment_advice_load.py +12 -4
  18. odoo/addons/shipment_advice/tests/test_shipment_advice_picking_values.py +2 -2
  19. odoo/addons/shipment_advice/tests/test_shipment_advice_stock_user.py +1 -1
  20. odoo/addons/shipment_advice/tests/test_shipment_advice_unload.py +6 -6
  21. odoo/addons/shipment_advice/views/res_config_settings.xml +28 -33
  22. odoo/addons/shipment_advice/views/shipment_advice.xml +42 -64
  23. odoo/addons/shipment_advice/views/stock_move.xml +4 -1
  24. odoo/addons/shipment_advice/views/stock_move_line.xml +9 -8
  25. odoo/addons/shipment_advice/views/stock_package_level.xml +5 -5
  26. odoo/addons/shipment_advice/views/stock_picking.xml +9 -16
  27. odoo/addons/shipment_advice/wizards/load_shipment.py +15 -15
  28. odoo/addons/shipment_advice/wizards/load_shipment.xml +9 -20
  29. odoo/addons/shipment_advice/wizards/plan_shipment.py +10 -10
  30. odoo/addons/shipment_advice/wizards/plan_shipment.xml +6 -16
  31. odoo/addons/shipment_advice/wizards/unload_shipment.py +6 -6
  32. odoo/addons/shipment_advice/wizards/unload_shipment.xml +4 -11
  33. odoo/addons/shipment_advice/wizards/unplan_shipment.py +6 -6
  34. odoo/addons/shipment_advice/wizards/unplan_shipment.xml +5 -16
  35. {odoo_addon_shipment_advice-16.0.1.7.2.1.dist-info → odoo_addon_shipment_advice-18.0.1.0.0.3.dist-info}/METADATA +37 -36
  36. odoo_addon_shipment_advice-18.0.1.0.0.3.dist-info/RECORD +56 -0
  37. {odoo_addon_shipment_advice-16.0.1.7.2.1.dist-info → odoo_addon_shipment_advice-18.0.1.0.0.3.dist-info}/WHEEL +1 -1
  38. odoo_addon_shipment_advice-18.0.1.0.0.3.dist-info/top_level.txt +1 -0
  39. odoo/addons/shipment_advice/readme/CONTRIBUTORS.rst +0 -13
  40. odoo/addons/shipment_advice/readme/CREDITS.rst +0 -6
  41. odoo_addon_shipment_advice-16.0.1.7.2.1.dist-info/RECORD +0 -57
  42. odoo_addon_shipment_advice-16.0.1.7.2.1.dist-info/top_level.txt +0 -1
  43. /odoo/addons/shipment_advice/readme/{DESCRIPTION.rst → DESCRIPTION.md} +0 -0
@@ -7,7 +7,7 @@ Shipment Advice
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:42b81c5fcdcb772ae5220e2758962658d87c1c83d548a3fb56b665d67cb819a6
10
+ !! source digest: sha256:95c96f19154e5730489d76cddc8ddbd8a5a8e273db29d5aa9c871fc51fa22d33
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Shipment Advice
17
17
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
  :alt: License: AGPL-3
19
19
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--transport-lightgray.png?logo=github
20
- :target: https://github.com/OCA/stock-logistics-transport/tree/16.0/shipment_advice
20
+ :target: https://github.com/OCA/stock-logistics-transport/tree/18.0/shipment_advice
21
21
  :alt: OCA/stock-logistics-transport
22
22
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice
23
+ :target: https://translation.odoo-community.org/projects/stock-logistics-transport-18-0/stock-logistics-transport-18-0-shipment_advice
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-transport&target_branch=16.0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-transport&target_branch=18.0
27
27
  :alt: Try me on Runboat
28
28
 
29
29
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -41,7 +41,7 @@ Bug Tracker
41
41
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-transport/issues>`_.
42
42
  In case of trouble, please check there if your issue has already been reported.
43
43
  If you spotted it first, help us to smash it by providing a detailed and welcomed
44
- `feedback <https://github.com/OCA/stock-logistics-transport/issues/new?body=module:%20shipment_advice%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
44
+ `feedback <https://github.com/OCA/stock-logistics-transport/issues/new?body=module:%20shipment_advice%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
45
45
 
46
46
  Do not contact contributors directly about support or help with technical issues.
47
47
 
@@ -49,39 +49,32 @@ Credits
49
49
  =======
50
50
 
51
51
  Authors
52
- ~~~~~~~
52
+ -------
53
53
 
54
54
  * Camptocamp
55
+ * BCIM
55
56
 
56
57
  Contributors
57
- ~~~~~~~~~~~~
58
+ ------------
58
59
 
59
- * Sébastien Alix <sebastien.alix@camptocamp.com>
60
- * Guewen Baconnier <guewen.baconnier@camptocamp.com>
61
- * Simone Orsi <simahawk@gmail.com>
62
- * `Trobz <https://trobz.com>`_:
63
- * Dung Tran <dungtd@trobz.com>
64
- * Michael Tietz (MT Software) <mtietz@mt-software.de>
65
- * Jacques-Etienne Baudoux <je@bcim.be>
60
+ - Sébastien Alix <sebastien.alix@camptocamp.com>
61
+ - Guewen Baconnier <guewen.baconnier@camptocamp.com>
62
+ - Simone Orsi <simahawk@gmail.com>
63
+ - `Trobz <https://trobz.com>`__:
66
64
 
67
- Design
68
- ~~~~~~
69
-
70
- * Joël Grand-Guillaume <joel.grandguillaume@camptocamp.com>
71
- * Jacques-Etienne Baudoux <je@bcim.be>
65
+ - Dung Tran <dungtd@trobz.com>
72
66
 
73
- Other credits
74
- ~~~~~~~~~~~~~
67
+ - Michael Tietz (MT Software) <mtietz@mt-software.de>
68
+ - Jacques-Etienne Baudoux <je@bcim.be>
75
69
 
76
- **Financial support**
77
-
78
- * Cosanum
79
- * Camptocamp R&D
70
+ Design
71
+ ~~~~~~
80
72
 
81
- The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp
73
+ - Joël Grand-Guillaume <joel.grandguillaume@camptocamp.com>
74
+ - Jacques-Etienne Baudoux <je@bcim.be>
82
75
 
83
76
  Maintainers
84
- ~~~~~~~~~~~
77
+ -----------
85
78
 
86
79
  This module is maintained by the OCA.
87
80
 
@@ -93,6 +86,14 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
93
86
  mission is to support the collaborative development of Odoo features and
94
87
  promote its widespread use.
95
88
 
96
- This module is part of the `OCA/stock-logistics-transport <https://github.com/OCA/stock-logistics-transport/tree/16.0/shipment_advice>`_ project on GitHub.
89
+ .. |maintainer-jbaudoux| image:: https://github.com/jbaudoux.png?size=40px
90
+ :target: https://github.com/jbaudoux
91
+ :alt: jbaudoux
92
+
93
+ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
94
+
95
+ |maintainer-jbaudoux|
96
+
97
+ This module is part of the `OCA/stock-logistics-transport <https://github.com/OCA/stock-logistics-transport/tree/18.0/shipment_advice>`_ project on GitHub.
97
98
 
98
99
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -4,13 +4,13 @@
4
4
  {
5
5
  "name": "Shipment Advice",
6
6
  "summary": "Manage your (un)loading process through shipment advices.",
7
- "version": "16.0.1.7.2",
8
- "author": "Camptocamp, Odoo Community Association (OCA)",
7
+ "version": "18.0.1.0.0",
8
+ "author": "Camptocamp, BCIM, Odoo Community Association (OCA)",
9
+ "maintainers": ["jbaudoux"],
9
10
  "website": "https://github.com/OCA/stock-logistics-transport",
10
11
  "category": "Warehouse Management",
11
12
  "depends": [
12
- "stock",
13
- "delivery",
13
+ "stock_delivery",
14
14
  # OCA/queue
15
15
  "queue_job",
16
16
  # OCA/stock-logistics-transport
@@ -2,8 +2,8 @@
2
2
  <!-- Copyright 2023 ACSONE SA/NV
3
3
  License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
4
4
  <odoo>
5
- <record model="queue.job.channel" id="shipment_advice_queue_channel">
6
- <field name="name">shipment_advice</field>
7
- <field name="parent_id" ref="queue_job.channel_root" />
8
- </record>
5
+ <record model="queue.job.channel" id="shipment_advice_queue_channel">
6
+ <field name="name">shipment_advice</field>
7
+ <field name="parent_id" ref="queue_job.channel_root" />
8
+ </record>
9
9
  </odoo>
@@ -2,25 +2,28 @@
2
2
  <!-- Copyright 2022 ACSONE SA/NV
3
3
  License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
4
4
  <odoo>
5
- <record id="job_function_shipment_advice_validate_picking" model="queue.job.function">
6
- <field name="model_id" ref="shipment_advice.model_shipment_advice" />
7
- <field name="method">_validate_picking</field>
8
- <field name="channel_id" ref="shipment_advice.shipment_advice_queue_channel" />
9
- </record>
10
- <record
5
+ <record
6
+ id="job_function_shipment_advice_validate_picking"
7
+ model="queue.job.function"
8
+ >
9
+ <field name="model_id" ref="shipment_advice.model_shipment_advice" />
10
+ <field name="method">_validate_picking</field>
11
+ <field name="channel_id" ref="shipment_advice.shipment_advice_queue_channel" />
12
+ </record>
13
+ <record
11
14
  id="job_function_shipment_advice_unplan_undone_moves"
12
15
  model="queue.job.function"
13
16
  >
14
- <field name="model_id" ref="shipment_advice.model_shipment_advice" />
15
- <field name="method">_unplan_undone_moves</field>
16
- <field name="channel_id" ref="shipment_advice.shipment_advice_queue_channel" />
17
- </record>
18
- <record
17
+ <field name="model_id" ref="shipment_advice.model_shipment_advice" />
18
+ <field name="method">_unplan_undone_moves</field>
19
+ <field name="channel_id" ref="shipment_advice.shipment_advice_queue_channel" />
20
+ </record>
21
+ <record
19
22
  id="job_function_shipment_advice_postprocess_action_done"
20
23
  model="queue.job.function"
21
24
  >
22
- <field name="model_id" ref="shipment_advice.model_shipment_advice" />
23
- <field name="method">_postprocess_action_done</field>
24
- <field name="channel_id" ref="shipment_advice.shipment_advice_queue_channel" />
25
- </record>
25
+ <field name="model_id" ref="shipment_advice.model_shipment_advice" />
26
+ <field name="method">_postprocess_action_done</field>
27
+ <field name="channel_id" ref="shipment_advice.shipment_advice_queue_channel" />
28
+ </record>
26
29
  </odoo>
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 16.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2025-05-06 11:24+0000\n"
9
+ "PO-Revision-Date: 2024-11-08 11:06+0000\n"
10
10
  "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: it\n"
@@ -14,7 +14,7 @@ msgstr ""
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
15
  "Content-Transfer-Encoding: \n"
16
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Weblate 5.10.4\n"
17
+ "X-Generator: Weblate 5.6.2\n"
18
18
 
19
19
  #. module: shipment_advice
20
20
  #. odoo-python
@@ -109,7 +109,7 @@ msgstr "Conteggio allegati"
109
109
  #. module: shipment_advice
110
110
  #: model_terms:ir.ui.view,arch_db:shipment_advice.shipment_advice_view_form
111
111
  msgid "Back to draft"
112
- msgstr "Reimposta a bozza"
112
+ msgstr "Ritorna a bozza"
113
113
 
114
114
  #. module: shipment_advice
115
115
  #: model:ir.model.fields,field_description:shipment_advice.field_stock_picking__loaded_move_lines_count