odoo-addon-stock-release-channel 16.0.2.12.0.2__py3-none-any.whl → 16.0.2.13.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.
- odoo/addons/stock_release_channel/README.rst +1 -1
- odoo/addons/stock_release_channel/__manifest__.py +1 -1
- odoo/addons/stock_release_channel/i18n/es.po +17 -0
- odoo/addons/stock_release_channel/i18n/fr.po +17 -0
- odoo/addons/stock_release_channel/i18n/it.po +17 -0
- odoo/addons/stock_release_channel/i18n/stock_release_channel.pot +17 -0
- odoo/addons/stock_release_channel/models/res_company.py +3 -0
- odoo/addons/stock_release_channel/models/res_config_settings.py +4 -0
- odoo/addons/stock_release_channel/models/stock_move.py +7 -1
- odoo/addons/stock_release_channel/static/description/index.html +1 -1
- odoo/addons/stock_release_channel/tests/test_release_channel.py +19 -0
- odoo/addons/stock_release_channel/views/res_config_settings.xml +11 -0
- {odoo_addon_stock_release_channel-16.0.2.12.0.2.dist-info → odoo_addon_stock_release_channel-16.0.2.13.0.1.dist-info}/METADATA +2 -2
- {odoo_addon_stock_release_channel-16.0.2.12.0.2.dist-info → odoo_addon_stock_release_channel-16.0.2.13.0.1.dist-info}/RECORD +16 -16
- {odoo_addon_stock_release_channel-16.0.2.12.0.2.dist-info → odoo_addon_stock_release_channel-16.0.2.13.0.1.dist-info}/WHEEL +0 -0
- {odoo_addon_stock_release_channel-16.0.2.12.0.2.dist-info → odoo_addon_stock_release_channel-16.0.2.13.0.1.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Stock Release Channels
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:e7f83bfc3cb16f82a37baca270c8909686a102ee6ae44e65e2ac131cb01f28cd
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{
|
|
6
6
|
"name": "Stock Release Channels",
|
|
7
7
|
"summary": "Manage workload in WMS with release channels",
|
|
8
|
-
"version": "16.0.2.
|
|
8
|
+
"version": "16.0.2.13.0",
|
|
9
9
|
"development_status": "Beta",
|
|
10
10
|
"license": "AGPL-3",
|
|
11
11
|
"author": "Camptocamp, BCIM, ACSONE SA/NV, Odoo Community Association (OCA)",
|
|
@@ -513,6 +513,17 @@ msgstr "Código Python"
|
|
|
513
513
|
msgid "Re-assign release channel"
|
|
514
514
|
msgstr "Reasignar canal de liberación"
|
|
515
515
|
|
|
516
|
+
#. module: stock_release_channel
|
|
517
|
+
#: model:ir.model.fields,field_description:stock_release_channel.field_res_company__recompute_channel_on_pickings_at_release
|
|
518
|
+
#: model:ir.model.fields,field_description:stock_release_channel.field_res_config_settings__recompute_channel_on_pickings_at_release
|
|
519
|
+
msgid "Recompute Channel On Pickings At Release"
|
|
520
|
+
msgstr ""
|
|
521
|
+
|
|
522
|
+
#. module: stock_release_channel
|
|
523
|
+
#: model_terms:ir.ui.view,arch_db:stock_release_channel.res_config_settings_view
|
|
524
|
+
msgid "Recompute channel when releasing a transfer"
|
|
525
|
+
msgstr ""
|
|
526
|
+
|
|
516
527
|
#. module: stock_release_channel
|
|
517
528
|
#: model_terms:ir.ui.view,arch_db:stock_release_channel.stock_release_channel_tree_view
|
|
518
529
|
msgid "Related Done Total"
|
|
@@ -781,6 +792,12 @@ msgstr ""
|
|
|
781
792
|
"Al hacer clic en el icono del paquete, se liberan X transferencias menos las "
|
|
782
793
|
"que están en curso y no se han enviado (X - En espera). Este campo define X."
|
|
783
794
|
|
|
795
|
+
#. module: stock_release_channel
|
|
796
|
+
#: model:ir.model.fields,help:stock_release_channel.field_res_company__recompute_channel_on_pickings_at_release
|
|
797
|
+
#: model:ir.model.fields,help:stock_release_channel.field_res_config_settings__recompute_channel_on_pickings_at_release
|
|
798
|
+
msgid "When releasing a transfer, recompute channel"
|
|
799
|
+
msgstr ""
|
|
800
|
+
|
|
784
801
|
#. module: stock_release_channel
|
|
785
802
|
#: model:ir.model.fields,help:stock_release_channel.field_stock_release_channel__code
|
|
786
803
|
msgid "Write Python code to filter out pickings."
|
|
@@ -502,6 +502,17 @@ msgstr ""
|
|
|
502
502
|
msgid "Re-assign release channel"
|
|
503
503
|
msgstr "Réassigner le canal de livraison"
|
|
504
504
|
|
|
505
|
+
#. module: stock_release_channel
|
|
506
|
+
#: model:ir.model.fields,field_description:stock_release_channel.field_res_company__recompute_channel_on_pickings_at_release
|
|
507
|
+
#: model:ir.model.fields,field_description:stock_release_channel.field_res_config_settings__recompute_channel_on_pickings_at_release
|
|
508
|
+
msgid "Recompute Channel On Pickings At Release"
|
|
509
|
+
msgstr ""
|
|
510
|
+
|
|
511
|
+
#. module: stock_release_channel
|
|
512
|
+
#: model_terms:ir.ui.view,arch_db:stock_release_channel.res_config_settings_view
|
|
513
|
+
msgid "Recompute channel when releasing a transfer"
|
|
514
|
+
msgstr ""
|
|
515
|
+
|
|
505
516
|
#. module: stock_release_channel
|
|
506
517
|
#: model_terms:ir.ui.view,arch_db:stock_release_channel.stock_release_channel_tree_view
|
|
507
518
|
msgid "Related Done Total"
|
|
@@ -758,6 +769,12 @@ msgid ""
|
|
|
758
769
|
"ones not shipped (X - Waiting). This field defines X."
|
|
759
770
|
msgstr ""
|
|
760
771
|
|
|
772
|
+
#. module: stock_release_channel
|
|
773
|
+
#: model:ir.model.fields,help:stock_release_channel.field_res_company__recompute_channel_on_pickings_at_release
|
|
774
|
+
#: model:ir.model.fields,help:stock_release_channel.field_res_config_settings__recompute_channel_on_pickings_at_release
|
|
775
|
+
msgid "When releasing a transfer, recompute channel"
|
|
776
|
+
msgstr ""
|
|
777
|
+
|
|
761
778
|
#. module: stock_release_channel
|
|
762
779
|
#: model:ir.model.fields,help:stock_release_channel.field_stock_release_channel__code
|
|
763
780
|
msgid "Write Python code to filter out pickings."
|
|
@@ -513,6 +513,17 @@ msgstr "Codice Python"
|
|
|
513
513
|
msgid "Re-assign release channel"
|
|
514
514
|
msgstr "Riassegna canale rilascio"
|
|
515
515
|
|
|
516
|
+
#. module: stock_release_channel
|
|
517
|
+
#: model:ir.model.fields,field_description:stock_release_channel.field_res_company__recompute_channel_on_pickings_at_release
|
|
518
|
+
#: model:ir.model.fields,field_description:stock_release_channel.field_res_config_settings__recompute_channel_on_pickings_at_release
|
|
519
|
+
msgid "Recompute Channel On Pickings At Release"
|
|
520
|
+
msgstr ""
|
|
521
|
+
|
|
522
|
+
#. module: stock_release_channel
|
|
523
|
+
#: model_terms:ir.ui.view,arch_db:stock_release_channel.res_config_settings_view
|
|
524
|
+
msgid "Recompute channel when releasing a transfer"
|
|
525
|
+
msgstr ""
|
|
526
|
+
|
|
516
527
|
#. module: stock_release_channel
|
|
517
528
|
#: model_terms:ir.ui.view,arch_db:stock_release_channel.stock_release_channel_tree_view
|
|
518
529
|
msgid "Related Done Total"
|
|
@@ -781,6 +792,12 @@ msgstr ""
|
|
|
781
792
|
"Quando si fa clic sull'icona del collo, si rilasciano X trasferimenti meno "
|
|
782
793
|
"quelli in corso non spediti (W - in attesa). Questo campo definisce X."
|
|
783
794
|
|
|
795
|
+
#. module: stock_release_channel
|
|
796
|
+
#: model:ir.model.fields,help:stock_release_channel.field_res_company__recompute_channel_on_pickings_at_release
|
|
797
|
+
#: model:ir.model.fields,help:stock_release_channel.field_res_config_settings__recompute_channel_on_pickings_at_release
|
|
798
|
+
msgid "When releasing a transfer, recompute channel"
|
|
799
|
+
msgstr ""
|
|
800
|
+
|
|
784
801
|
#. module: stock_release_channel
|
|
785
802
|
#: model:ir.model.fields,help:stock_release_channel.field_stock_release_channel__code
|
|
786
803
|
msgid "Write Python code to filter out pickings."
|
|
@@ -497,6 +497,17 @@ msgstr ""
|
|
|
497
497
|
msgid "Re-assign release channel"
|
|
498
498
|
msgstr ""
|
|
499
499
|
|
|
500
|
+
#. module: stock_release_channel
|
|
501
|
+
#: model:ir.model.fields,field_description:stock_release_channel.field_res_company__recompute_channel_on_pickings_at_release
|
|
502
|
+
#: model:ir.model.fields,field_description:stock_release_channel.field_res_config_settings__recompute_channel_on_pickings_at_release
|
|
503
|
+
msgid "Recompute Channel On Pickings At Release"
|
|
504
|
+
msgstr ""
|
|
505
|
+
|
|
506
|
+
#. module: stock_release_channel
|
|
507
|
+
#: model_terms:ir.ui.view,arch_db:stock_release_channel.res_config_settings_view
|
|
508
|
+
msgid "Recompute channel when releasing a transfer"
|
|
509
|
+
msgstr ""
|
|
510
|
+
|
|
500
511
|
#. module: stock_release_channel
|
|
501
512
|
#: model_terms:ir.ui.view,arch_db:stock_release_channel.stock_release_channel_tree_view
|
|
502
513
|
msgid "Related Done Total"
|
|
@@ -752,6 +763,12 @@ msgid ""
|
|
|
752
763
|
"ones not shipped (X - Waiting). This field defines X."
|
|
753
764
|
msgstr ""
|
|
754
765
|
|
|
766
|
+
#. module: stock_release_channel
|
|
767
|
+
#: model:ir.model.fields,help:stock_release_channel.field_res_company__recompute_channel_on_pickings_at_release
|
|
768
|
+
#: model:ir.model.fields,help:stock_release_channel.field_res_config_settings__recompute_channel_on_pickings_at_release
|
|
769
|
+
msgid "When releasing a transfer, recompute channel"
|
|
770
|
+
msgstr ""
|
|
771
|
+
|
|
755
772
|
#. module: stock_release_channel
|
|
756
773
|
#: model:ir.model.fields,help:stock_release_channel.field_stock_release_channel__code
|
|
757
774
|
msgid "Write Python code to filter out pickings."
|
|
@@ -11,5 +11,8 @@ class ResCompany(models.Model):
|
|
|
11
11
|
string="Channels dashboard - Show last delivery done",
|
|
12
12
|
help="In release channels dashboard, add link to last done picking "
|
|
13
13
|
"and show transfer date",
|
|
14
|
+
)
|
|
15
|
+
recompute_channel_on_pickings_at_release = fields.Boolean(
|
|
16
|
+
help="When releasing a transfer, recompute channel",
|
|
14
17
|
default=True,
|
|
15
18
|
)
|
|
@@ -11,3 +11,7 @@ class ResConfigSettings(models.TransientModel):
|
|
|
11
11
|
related="company_id.release_channel_show_last_picking_done",
|
|
12
12
|
readonly=False,
|
|
13
13
|
)
|
|
14
|
+
recompute_channel_on_pickings_at_release = fields.Boolean(
|
|
15
|
+
related="company_id.recompute_channel_on_pickings_at_release",
|
|
16
|
+
readonly=False,
|
|
17
|
+
)
|
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
# Copyright 2022 Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
|
|
3
3
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
4
4
|
|
|
5
|
+
from operator import itemgetter
|
|
6
|
+
|
|
5
7
|
from odoo import models
|
|
8
|
+
from odoo.tools import groupby
|
|
6
9
|
|
|
7
10
|
|
|
8
11
|
class StockMove(models.Model):
|
|
@@ -16,7 +19,10 @@ class StockMove(models.Model):
|
|
|
16
19
|
# As moves can be merged (and then unlinked), we should ensure
|
|
17
20
|
# they still exist.
|
|
18
21
|
moves = self.exists()
|
|
19
|
-
moves
|
|
22
|
+
for company, imoves in groupby(moves, key=itemgetter("company_id")):
|
|
23
|
+
if company.recompute_channel_on_pickings_at_release:
|
|
24
|
+
moves = self.env["stock.move"].concat(*imoves)
|
|
25
|
+
moves.picking_id.assign_release_channel()
|
|
20
26
|
return res
|
|
21
27
|
|
|
22
28
|
def _action_confirm(self, merge=True, merge_into=False):
|
|
@@ -366,7 +366,7 @@ ul.auto-toc {
|
|
|
366
366
|
!! This file is generated by oca-gen-addon-readme !!
|
|
367
367
|
!! changes will be overwritten. !!
|
|
368
368
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
369
|
-
!! source digest: sha256:
|
|
369
|
+
!! source digest: sha256:e7f83bfc3cb16f82a37baca270c8909686a102ee6ae44e65e2ac131cb01f28cd
|
|
370
370
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
371
371
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/wms/tree/16.0/stock_release_channel"><img alt="OCA/wms" src="https://img.shields.io/badge/github-OCA%2Fwms-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_release_channel"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/wms&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
372
372
|
<p>Release channels are:</p>
|
|
@@ -68,3 +68,22 @@ class TestReleaseChannel(ReleaseChannelCase):
|
|
|
68
68
|
move = self._create_single_move(self.product1, 10)
|
|
69
69
|
move.picking_id.assign_release_channel()
|
|
70
70
|
self.assertEqual(move.picking_id.release_channel_id.id, self.default_channel.id)
|
|
71
|
+
|
|
72
|
+
def test_recompute_channel(self):
|
|
73
|
+
channel = self._create_channel(
|
|
74
|
+
name="Test Domain",
|
|
75
|
+
sequence=1,
|
|
76
|
+
rule_domain=[("priority", "=", "1")],
|
|
77
|
+
)
|
|
78
|
+
move = self._create_single_move(self.product1, 10)
|
|
79
|
+
move.picking_id.assign_release_channel()
|
|
80
|
+
move.picking_id.priority = "1" # To find new suitable channel for this picking
|
|
81
|
+
|
|
82
|
+
# Test with recompute_channel_on_pickings_at_release = False
|
|
83
|
+
self.env.company.recompute_channel_on_pickings_at_release = False
|
|
84
|
+
move.release_available_to_promise()
|
|
85
|
+
self.assertEqual(move.picking_id.release_channel_id, self.default_channel)
|
|
86
|
+
# Test with recompute_channel_on_pickings_at_release = False
|
|
87
|
+
self.env.company.recompute_channel_on_pickings_at_release = True
|
|
88
|
+
move.release_available_to_promise()
|
|
89
|
+
self.assertEqual(move.picking_id.release_channel_id, channel)
|
|
@@ -22,6 +22,17 @@
|
|
|
22
22
|
</div>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
25
|
+
<div class="col-12 col-lg-6 o_setting_box">
|
|
26
|
+
<div class="o_setting_left_pane">
|
|
27
|
+
<field name="recompute_channel_on_pickings_at_release" />
|
|
28
|
+
</div>
|
|
29
|
+
<div class="o_setting_right_pane">
|
|
30
|
+
<label for="recompute_channel_on_pickings_at_release" />
|
|
31
|
+
<div class="text-muted">
|
|
32
|
+
Recompute channel when releasing a transfer
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
25
36
|
</xpath>
|
|
26
37
|
</field>
|
|
27
38
|
</record>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-stock-release-channel
|
|
3
|
-
Version: 16.0.2.
|
|
3
|
+
Version: 16.0.2.13.0.1
|
|
4
4
|
Summary: Manage workload in WMS with release channels
|
|
5
5
|
Home-page: https://github.com/OCA/wms
|
|
6
6
|
Author: Camptocamp, BCIM, ACSONE SA/NV, Odoo Community Association (OCA)
|
|
@@ -26,7 +26,7 @@ Stock Release Channels
|
|
|
26
26
|
!! This file is generated by oca-gen-addon-readme !!
|
|
27
27
|
!! changes will be overwritten. !!
|
|
28
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
|
-
!! source digest: sha256:
|
|
29
|
+
!! source digest: sha256:e7f83bfc3cb16f82a37baca270c8909686a102ee6ae44e65e2ac131cb01f28cd
|
|
30
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
31
31
|
|
|
32
32
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
odoo/addons/stock_release_channel/README.rst,sha256=
|
|
1
|
+
odoo/addons/stock_release_channel/README.rst,sha256=izKtNQ55DM6wjJOaTw1RV4ASXSeMDTghKQ1GZ-Smdno,6403
|
|
2
2
|
odoo/addons/stock_release_channel/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
|
3
|
-
odoo/addons/stock_release_channel/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/stock_release_channel/__manifest__.py,sha256=pEs_DDFotQHJ2oPTLZXZt_8MoYh6rCe_89KSdvQ-amg,1296
|
|
4
4
|
odoo/addons/stock_release_channel/data/ir_cron_data.xml,sha256=Fs0se4lPKelUpNvJnfEde32718SRlKCt0hEqQWQ-tQg,639
|
|
5
5
|
odoo/addons/stock_release_channel/data/queue_job_data.xml,sha256=MyCGOSZNti3sgtwtco1_EBCM246w2JG8F478tczgbtA,592
|
|
6
6
|
odoo/addons/stock_release_channel/demo/stock_release_channel.xml,sha256=vV4B7aykN0VNn0xxubIHikwVi0RPMhZDWcYn5BH68ck,334
|
|
7
|
-
odoo/addons/stock_release_channel/i18n/es.po,sha256=
|
|
8
|
-
odoo/addons/stock_release_channel/i18n/fr.po,sha256=
|
|
9
|
-
odoo/addons/stock_release_channel/i18n/it.po,sha256=
|
|
10
|
-
odoo/addons/stock_release_channel/i18n/stock_release_channel.pot,sha256=
|
|
7
|
+
odoo/addons/stock_release_channel/i18n/es.po,sha256=OBgpCcd65zIMXMWTVx1oP4pzljfJwwQN-yXvplQ3SBM,33340
|
|
8
|
+
odoo/addons/stock_release_channel/i18n/fr.po,sha256=8mLmW4PRGuQZqxIZJMACOV3VSaYTXWETcsB7hnf0vtg,28682
|
|
9
|
+
odoo/addons/stock_release_channel/i18n/it.po,sha256=vZjlTix-UkK0yNzdzzdU9607U-pKbOg02uRmcmsz1ZI,33637
|
|
10
|
+
odoo/addons/stock_release_channel/i18n/stock_release_channel.pot,sha256=QlYd4oFl2VnYFyn8GkyRaH43GlxFzLXuiGVZNRU4rBY,28209
|
|
11
11
|
odoo/addons/stock_release_channel/migrations/16.0.1.0.1/pre-migrate.py,sha256=lEss8ujyoQWzjjKzMCOmV79BNEVNPshmY-Xanl7H9CQ,375
|
|
12
12
|
odoo/addons/stock_release_channel/models/__init__.py,sha256=7bzf3wef0yG6SnmE67xQwGn1EM4phSOfm0o4t8k6-oU,175
|
|
13
|
-
odoo/addons/stock_release_channel/models/res_company.py,sha256=
|
|
14
|
-
odoo/addons/stock_release_channel/models/res_config_settings.py,sha256
|
|
13
|
+
odoo/addons/stock_release_channel/models/res_company.py,sha256=Vj27CcrLlr8vsgMelp9ix5z8IkJYhfEb7FBdO23r2VI,616
|
|
14
|
+
odoo/addons/stock_release_channel/models/res_config_settings.py,sha256=-oh2L7FWf60ACuqY5ojgRvlrqNBr9XXMCd78XVN_w9c,571
|
|
15
15
|
odoo/addons/stock_release_channel/models/res_partner.py,sha256=DFaj1L1QFnUNhRGrOlyturX3BYjXrplk-Om4skzmPCI,448
|
|
16
|
-
odoo/addons/stock_release_channel/models/stock_move.py,sha256=
|
|
16
|
+
odoo/addons/stock_release_channel/models/stock_move.py,sha256=iaPhHbzM12YtUjexaCU6MMTQcPPntJ0FJS_BX8NKRHE,1592
|
|
17
17
|
odoo/addons/stock_release_channel/models/stock_picking.py,sha256=ByS0jEkNzvh1EaFcIAFmBXQuoVHcwwv-aNlTteYwS3M,4679
|
|
18
18
|
odoo/addons/stock_release_channel/models/stock_release_channel.py,sha256=TqJ6v9w8H2Wt-YgsS1u9feE6IpvLeQ0J0pd7tZ1kU_A,33526
|
|
19
19
|
odoo/addons/stock_release_channel/readme/CONFIGURE.rst,sha256=foUMWWFytuVRVkV1V4uA4FvsW2I5izyrcR1CzZ6mQTI,93
|
|
@@ -23,7 +23,7 @@ odoo/addons/stock_release_channel/readme/DESCRIPTION.rst,sha256=LJj2UQ3g5NteOFkf
|
|
|
23
23
|
odoo/addons/stock_release_channel/readme/USAGE.rst,sha256=uKImsGjEDoJdmYBbgXcDLcBQ8eh4wZzPE8kGfAQvyDA,1588
|
|
24
24
|
odoo/addons/stock_release_channel/security/stock_release_channel.xml,sha256=U0WfLbMKR4mnNdI4mfN8e7UTxLnyd17eVNhsBy-dMSc,1471
|
|
25
25
|
odoo/addons/stock_release_channel/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
26
|
-
odoo/addons/stock_release_channel/static/description/index.html,sha256=
|
|
26
|
+
odoo/addons/stock_release_channel/static/description/index.html,sha256=r-slZWkv76RMcmVVfhO-TZURiCofTfBPJXNGRhLK6Hg,17341
|
|
27
27
|
odoo/addons/stock_release_channel/static/src/js/progressbar_fractional_widget.js,sha256=sZBSmKdZSR1GFeu04iOH72h7FX5CqujgfTRmFYhh5z0,3184
|
|
28
28
|
odoo/addons/stock_release_channel/static/src/scss/stock_release_channel.scss,sha256=DK0Azc8Gk3FlxeKzjZpLhRZzCQmgXdfLNmfz1CbNN0g,975
|
|
29
29
|
odoo/addons/stock_release_channel/tests/__init__.py,sha256=kjERz9Kti9xbMmP0MgbNnnSDUdMRzZqH78VLjFn3xfk,226
|
|
@@ -32,14 +32,14 @@ odoo/addons/stock_release_channel/tests/test_assign_job.py,sha256=E8k9L8VPSE9Pk_
|
|
|
32
32
|
odoo/addons/stock_release_channel/tests/test_channel_action.py,sha256=jt6IPBPFDiVcvx6kXcSjEoUzRntFmbD5-BK6VVWGP0E,5583
|
|
33
33
|
odoo/addons/stock_release_channel/tests/test_channel_computed_fields.py,sha256=TbVkrpn5Sq6nt-QRQEi2OisjkwUuvwPJ75a0V77FsM0,4725
|
|
34
34
|
odoo/addons/stock_release_channel/tests/test_channel_release_batch.py,sha256=nvLf6TqcnhaA78gSpmK7Pb9unqxTm0RnY4f1QcqFlkY,2247
|
|
35
|
-
odoo/addons/stock_release_channel/tests/test_release_channel.py,sha256=
|
|
35
|
+
odoo/addons/stock_release_channel/tests/test_release_channel.py,sha256=FWgufiA_uo4C6lbVHjQa4fTxcrUJIT4k3vPBAzBGAB0,3609
|
|
36
36
|
odoo/addons/stock_release_channel/tests/test_release_channel_lifecycle.py,sha256=e102LQrHpdGRYWqrVdojIf4pkr1BkVnLk7GHKKFU1X4,3875
|
|
37
37
|
odoo/addons/stock_release_channel/tests/test_release_channel_partner.py,sha256=hr7pvlxHrpPk2pIosivIiboJZGcv4HnE8D6AZ-Zhiwc,3407
|
|
38
|
-
odoo/addons/stock_release_channel/views/res_config_settings.xml,sha256
|
|
38
|
+
odoo/addons/stock_release_channel/views/res_config_settings.xml,sha256=-7hoXY3H-4sNSsSgW4Z2Un2K4Y_HB07yBhnpZspECj0,1701
|
|
39
39
|
odoo/addons/stock_release_channel/views/res_partner.xml,sha256=_eJwfkaXRVNSVcg62MyTg7EJjA4fxQdCujMkDylio0Q,995
|
|
40
40
|
odoo/addons/stock_release_channel/views/stock_picking_views.xml,sha256=lpVhHSEczWZbwx609P6dTOij44LWurxMwxvaHEbdrk8,2794
|
|
41
41
|
odoo/addons/stock_release_channel/views/stock_release_channel_views.xml,sha256=e32iJEoOtwNFKFdp7V-MbNqD8MP8OgVRghf0ZUkJrbM,47356
|
|
42
|
-
odoo_addon_stock_release_channel-16.0.2.
|
|
43
|
-
odoo_addon_stock_release_channel-16.0.2.
|
|
44
|
-
odoo_addon_stock_release_channel-16.0.2.
|
|
45
|
-
odoo_addon_stock_release_channel-16.0.2.
|
|
42
|
+
odoo_addon_stock_release_channel-16.0.2.13.0.1.dist-info/METADATA,sha256=faWsg7uwp8LLZZr1SeDv-UxHOgwNDvnj1rDmXFou8yo,7156
|
|
43
|
+
odoo_addon_stock_release_channel-16.0.2.13.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
44
|
+
odoo_addon_stock_release_channel-16.0.2.13.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
45
|
+
odoo_addon_stock_release_channel-16.0.2.13.0.1.dist-info/RECORD,,
|
|
File without changes
|