odoo-addon-mrp-multi-level-estimate 16.0.1.1.2__py3-none-any.whl → 17.0.1.0.0.2__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.
Potentially problematic release.
This version of odoo-addon-mrp-multi-level-estimate might be problematic. Click here for more details.
- odoo/addons/mrp_multi_level_estimate/README.rst +19 -17
- odoo/addons/mrp_multi_level_estimate/__manifest__.py +1 -1
- odoo/addons/mrp_multi_level_estimate/i18n/mrp_multi_level_estimate.pot +1 -1
- odoo/addons/mrp_multi_level_estimate/readme/CONFIGURE.md +5 -0
- odoo/addons/mrp_multi_level_estimate/readme/CONTRIBUTORS.md +2 -0
- odoo/addons/mrp_multi_level_estimate/readme/DESCRIPTION.md +3 -0
- odoo/addons/mrp_multi_level_estimate/static/description/index.html +12 -10
- odoo/addons/mrp_multi_level_estimate/tests/test_mrp_multi_level_estimate.py +4 -3
- odoo/addons/mrp_multi_level_estimate/wizards/mrp_multi_level.py +1 -1
- {odoo_addon_mrp_multi_level_estimate-16.0.1.1.2.dist-info → odoo_addon_mrp_multi_level_estimate-17.0.1.0.0.2.dist-info}/METADATA +27 -28
- {odoo_addon_mrp_multi_level_estimate-16.0.1.1.2.dist-info → odoo_addon_mrp_multi_level_estimate-17.0.1.0.0.2.dist-info}/RECORD +13 -13
- {odoo_addon_mrp_multi_level_estimate-16.0.1.1.2.dist-info → odoo_addon_mrp_multi_level_estimate-17.0.1.0.0.2.dist-info}/WHEEL +1 -1
- odoo_addon_mrp_multi_level_estimate-17.0.1.0.0.2.dist-info/top_level.txt +1 -0
- odoo/addons/mrp_multi_level_estimate/readme/CONFIGURE.rst +0 -5
- odoo/addons/mrp_multi_level_estimate/readme/CONTRIBUTORS.rst +0 -2
- odoo/addons/mrp_multi_level_estimate/readme/DESCRIPTION.rst +0 -1
- odoo_addon_mrp_multi_level_estimate-16.0.1.1.2.dist-info/top_level.txt +0 -1
|
@@ -7,7 +7,7 @@ MRP Multi Level Estimate
|
|
|
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:01f10e8bedb3cce520b6426dc2d9b653254a47ddfa75b7d2628c8d4fad6672b1
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
|
@@ -17,18 +17,20 @@ MRP Multi Level Estimate
|
|
|
17
17
|
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
|
18
18
|
:alt: License: LGPL-3
|
|
19
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github
|
|
20
|
-
:target: https://github.com/OCA/manufacture/tree/
|
|
20
|
+
:target: https://github.com/OCA/manufacture/tree/17.0/mrp_multi_level_estimate
|
|
21
21
|
:alt: OCA/manufacture
|
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
-
:target: https://translation.odoo-community.org/projects/manufacture-
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/manufacture-17-0/manufacture-17-0-mrp_multi_level_estimate
|
|
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/manufacture&target_branch=
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=17.0
|
|
27
27
|
:alt: Try me on Runboat
|
|
28
28
|
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
30
30
|
|
|
31
|
-
Integration for MRP Multi Level and `Stock Demand
|
|
31
|
+
Integration for MRP Multi Level and `Stock Demand
|
|
32
|
+
Estimates <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate>`__
|
|
33
|
+
system.
|
|
32
34
|
|
|
33
35
|
**Table of contents**
|
|
34
36
|
|
|
@@ -38,11 +40,11 @@ Integration for MRP Multi Level and `Stock Demand Estimates <https://github.com/
|
|
|
38
40
|
Configuration
|
|
39
41
|
=============
|
|
40
42
|
|
|
41
|
-
You can edit how to consolidate your estimates as demand at product MRP
|
|
42
|
-
level using the field *Group Days of Estimates*. This number
|
|
43
|
-
days to group your estimates as demand for the MRP, e.g:
|
|
44
|
-
have your estimates (regardless of the date range
|
|
45
|
-
demand.
|
|
43
|
+
You can edit how to consolidate your estimates as demand at product MRP
|
|
44
|
+
area level using the field *Group Days of Estimates*. This number
|
|
45
|
+
represents the days to group your estimates as demand for the MRP, e.g:
|
|
46
|
+
if set to 7, you will have your estimates (regardless of the date range
|
|
47
|
+
used) grouped in weekly demand.
|
|
46
48
|
|
|
47
49
|
Bug Tracker
|
|
48
50
|
===========
|
|
@@ -50,7 +52,7 @@ Bug Tracker
|
|
|
50
52
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/issues>`_.
|
|
51
53
|
In case of trouble, please check there if your issue has already been reported.
|
|
52
54
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
53
|
-
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_multi_level_estimate%0Aversion:%
|
|
55
|
+
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_multi_level_estimate%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
54
56
|
|
|
55
57
|
Do not contact contributors directly about support or help with technical issues.
|
|
56
58
|
|
|
@@ -58,18 +60,18 @@ Credits
|
|
|
58
60
|
=======
|
|
59
61
|
|
|
60
62
|
Authors
|
|
61
|
-
|
|
63
|
+
-------
|
|
62
64
|
|
|
63
65
|
* ForgeFlow
|
|
64
66
|
|
|
65
67
|
Contributors
|
|
66
|
-
|
|
68
|
+
------------
|
|
67
69
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
+
- Lois Rilo <lois.rilo@forgeflow.com>
|
|
71
|
+
- Pimolnat Suntian<pimolnats@ecosoft.co.th>
|
|
70
72
|
|
|
71
73
|
Maintainers
|
|
72
|
-
|
|
74
|
+
-----------
|
|
73
75
|
|
|
74
76
|
This module is maintained by the OCA.
|
|
75
77
|
|
|
@@ -89,6 +91,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
89
91
|
|
|
90
92
|
|maintainer-LoisRForgeFlow|
|
|
91
93
|
|
|
92
|
-
This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/
|
|
94
|
+
This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/17.0/mrp_multi_level_estimate>`_ project on GitHub.
|
|
93
95
|
|
|
94
96
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
You can edit how to consolidate your estimates as demand at product MRP
|
|
2
|
+
area level using the field *Group Days of Estimates*. This number
|
|
3
|
+
represents the days to group your estimates as demand for the MRP, e.g:
|
|
4
|
+
if set to 7, you will have your estimates (regardless of the date range
|
|
5
|
+
used) grouped in weekly demand.
|
|
@@ -366,10 +366,12 @@ 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:01f10e8bedb3cce520b6426dc2d9b653254a47ddfa75b7d2628c8d4fad6672b1
|
|
370
370
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
371
|
-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/manufacture/tree/
|
|
372
|
-
<p>Integration for MRP Multi Level and <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate">Stock Demand
|
|
371
|
+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/manufacture/tree/17.0/mrp_multi_level_estimate"><img alt="OCA/manufacture" src="https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/manufacture-17-0/manufacture-17-0-mrp_multi_level_estimate"><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/manufacture&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
372
|
+
<p>Integration for MRP Multi Level and <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate">Stock Demand
|
|
373
|
+
Estimates</a>
|
|
374
|
+
system.</p>
|
|
373
375
|
<p><strong>Table of contents</strong></p>
|
|
374
376
|
<div class="contents local topic" id="contents">
|
|
375
377
|
<ul class="simple">
|
|
@@ -385,18 +387,18 @@ ul.auto-toc {
|
|
|
385
387
|
</div>
|
|
386
388
|
<div class="section" id="configuration">
|
|
387
389
|
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
|
|
388
|
-
<p>You can edit how to consolidate your estimates as demand at product MRP
|
|
389
|
-
level using the field <em>Group Days of Estimates</em>. This number
|
|
390
|
-
days to group your estimates as demand for the MRP, e.g:
|
|
391
|
-
have your estimates (regardless of the date range
|
|
392
|
-
demand.</p>
|
|
390
|
+
<p>You can edit how to consolidate your estimates as demand at product MRP
|
|
391
|
+
area level using the field <em>Group Days of Estimates</em>. This number
|
|
392
|
+
represents the days to group your estimates as demand for the MRP, e.g:
|
|
393
|
+
if set to 7, you will have your estimates (regardless of the date range
|
|
394
|
+
used) grouped in weekly demand.</p>
|
|
393
395
|
</div>
|
|
394
396
|
<div class="section" id="bug-tracker">
|
|
395
397
|
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
|
|
396
398
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/manufacture/issues">GitHub Issues</a>.
|
|
397
399
|
In case of trouble, please check there if your issue has already been reported.
|
|
398
400
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
399
|
-
<a class="reference external" href="https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_multi_level_estimate%0Aversion:%
|
|
401
|
+
<a class="reference external" href="https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_multi_level_estimate%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
400
402
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
401
403
|
</div>
|
|
402
404
|
<div class="section" id="credits">
|
|
@@ -423,7 +425,7 @@ mission is to support the collaborative development of Odoo features and
|
|
|
423
425
|
promote its widespread use.</p>
|
|
424
426
|
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
|
425
427
|
<p><a class="reference external image-reference" href="https://github.com/LoisRForgeFlow"><img alt="LoisRForgeFlow" src="https://github.com/LoisRForgeFlow.png?size=40px" /></a></p>
|
|
426
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/manufacture/tree/
|
|
428
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/manufacture/tree/17.0/mrp_multi_level_estimate">OCA/manufacture</a> project on GitHub.</p>
|
|
427
429
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
|
428
430
|
</div>
|
|
429
431
|
</div>
|
|
@@ -54,7 +54,7 @@ class TestMrpMultiLevelEstimate(TestMrpMultiLevelCommon):
|
|
|
54
54
|
cls.date_without_ranges = today + timedelta(days=150)
|
|
55
55
|
|
|
56
56
|
qty = 140.0
|
|
57
|
-
for sd, ed in zip(start_dates, end_dates):
|
|
57
|
+
for sd, ed in zip(start_dates, end_dates, strict=True):
|
|
58
58
|
qty += 70.0
|
|
59
59
|
cls._create_demand_estimate(cls.prod_test, cls.stock_location, sd, ed, qty)
|
|
60
60
|
cls._create_demand_estimate(cls.prod_test, cls.estimate_loc, sd, ed, qty)
|
|
@@ -225,7 +225,8 @@ class TestMrpMultiLevelEstimate(TestMrpMultiLevelCommon):
|
|
|
225
225
|
]
|
|
226
226
|
)
|
|
227
227
|
self.assertEqual(len(estimates), 3)
|
|
228
|
-
# Change qty of estimates to quantities that
|
|
228
|
+
# Change qty of estimates to quantities that
|
|
229
|
+
# divided by 7 days return a decimal result
|
|
229
230
|
qty = 400
|
|
230
231
|
for estimate in estimates:
|
|
231
232
|
estimate.product_uom_qty = qty
|
|
@@ -362,7 +363,7 @@ class TestMrpMultiLevelEstimate(TestMrpMultiLevelCommon):
|
|
|
362
363
|
mo_form.product_id = fp_1
|
|
363
364
|
mo_form.bom_id = fp_1_bom
|
|
364
365
|
mo_form.product_qty = 10
|
|
365
|
-
mo_form.
|
|
366
|
+
mo_form.date_start = date_mo
|
|
366
367
|
mo = mo_form.save()
|
|
367
368
|
mo.location_src_id = (
|
|
368
369
|
self.estimate_loc
|
|
@@ -68,7 +68,7 @@ class MultiLevelMrp(models.TransientModel):
|
|
|
68
68
|
|
|
69
69
|
@api.model
|
|
70
70
|
def _init_mrp_move_from_forecast(self, product_mrp_area):
|
|
71
|
-
res = super(
|
|
71
|
+
res = super()._init_mrp_move_from_forecast(product_mrp_area)
|
|
72
72
|
if not product_mrp_area.group_estimate_days:
|
|
73
73
|
return False
|
|
74
74
|
today = fields.Date.today()
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version:
|
|
2
|
+
Name: odoo-addon-mrp_multi_level_estimate
|
|
3
|
+
Version: 17.0.1.0.0.2
|
|
4
|
+
Requires-Python: >=3.10
|
|
5
|
+
Requires-Dist: odoo-addon-mrp_multi_level>=17.0dev,<17.1dev
|
|
6
|
+
Requires-Dist: odoo-addon-stock_demand_estimate>=17.0dev,<17.1dev
|
|
7
|
+
Requires-Dist: odoo>=17.0a,<17.1dev
|
|
4
8
|
Summary: Allows to consider demand estimates using MRP multi level.
|
|
5
9
|
Home-page: https://github.com/OCA/manufacture
|
|
10
|
+
License: LGPL-3
|
|
6
11
|
Author: ForgeFlow, Odoo Community Association (OCA)
|
|
7
12
|
Author-email: support@odoo-community.org
|
|
8
|
-
License: LGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
13
|
Classifier: Programming Language :: Python
|
|
11
14
|
Classifier: Framework :: Odoo
|
|
12
|
-
Classifier: Framework :: Odoo ::
|
|
15
|
+
Classifier: Framework :: Odoo :: 17.0
|
|
13
16
|
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
|
|
14
17
|
Classifier: Development Status :: 5 - Production/Stable
|
|
15
|
-
Requires-Python: >=3.10
|
|
16
|
-
Requires-Dist: odoo-addon-mrp-multi-level <16.1dev,>=16.0dev
|
|
17
|
-
Requires-Dist: odoo-addon-stock-demand-estimate <16.1dev,>=16.0dev
|
|
18
|
-
Requires-Dist: odoo <16.1dev,>=16.0a
|
|
19
18
|
|
|
20
19
|
========================
|
|
21
20
|
MRP Multi Level Estimate
|
|
@@ -26,7 +25,7 @@ MRP Multi Level Estimate
|
|
|
26
25
|
!! This file is generated by oca-gen-addon-readme !!
|
|
27
26
|
!! changes will be overwritten. !!
|
|
28
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
|
-
!! source digest: sha256:
|
|
28
|
+
!! source digest: sha256:01f10e8bedb3cce520b6426dc2d9b653254a47ddfa75b7d2628c8d4fad6672b1
|
|
30
29
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
31
30
|
|
|
32
31
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
|
@@ -36,18 +35,20 @@ MRP Multi Level Estimate
|
|
|
36
35
|
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
|
37
36
|
:alt: License: LGPL-3
|
|
38
37
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github
|
|
39
|
-
:target: https://github.com/OCA/manufacture/tree/
|
|
38
|
+
:target: https://github.com/OCA/manufacture/tree/17.0/mrp_multi_level_estimate
|
|
40
39
|
:alt: OCA/manufacture
|
|
41
40
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
42
|
-
:target: https://translation.odoo-community.org/projects/manufacture-
|
|
41
|
+
:target: https://translation.odoo-community.org/projects/manufacture-17-0/manufacture-17-0-mrp_multi_level_estimate
|
|
43
42
|
:alt: Translate me on Weblate
|
|
44
43
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
45
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=
|
|
44
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=17.0
|
|
46
45
|
:alt: Try me on Runboat
|
|
47
46
|
|
|
48
47
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
49
48
|
|
|
50
|
-
Integration for MRP Multi Level and `Stock Demand
|
|
49
|
+
Integration for MRP Multi Level and `Stock Demand
|
|
50
|
+
Estimates <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate>`__
|
|
51
|
+
system.
|
|
51
52
|
|
|
52
53
|
**Table of contents**
|
|
53
54
|
|
|
@@ -57,11 +58,11 @@ Integration for MRP Multi Level and `Stock Demand Estimates <https://github.com/
|
|
|
57
58
|
Configuration
|
|
58
59
|
=============
|
|
59
60
|
|
|
60
|
-
You can edit how to consolidate your estimates as demand at product MRP
|
|
61
|
-
level using the field *Group Days of Estimates*. This number
|
|
62
|
-
days to group your estimates as demand for the MRP, e.g:
|
|
63
|
-
have your estimates (regardless of the date range
|
|
64
|
-
demand.
|
|
61
|
+
You can edit how to consolidate your estimates as demand at product MRP
|
|
62
|
+
area level using the field *Group Days of Estimates*. This number
|
|
63
|
+
represents the days to group your estimates as demand for the MRP, e.g:
|
|
64
|
+
if set to 7, you will have your estimates (regardless of the date range
|
|
65
|
+
used) grouped in weekly demand.
|
|
65
66
|
|
|
66
67
|
Bug Tracker
|
|
67
68
|
===========
|
|
@@ -69,7 +70,7 @@ Bug Tracker
|
|
|
69
70
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/issues>`_.
|
|
70
71
|
In case of trouble, please check there if your issue has already been reported.
|
|
71
72
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
72
|
-
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_multi_level_estimate%0Aversion:%
|
|
73
|
+
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_multi_level_estimate%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
73
74
|
|
|
74
75
|
Do not contact contributors directly about support or help with technical issues.
|
|
75
76
|
|
|
@@ -77,18 +78,18 @@ Credits
|
|
|
77
78
|
=======
|
|
78
79
|
|
|
79
80
|
Authors
|
|
80
|
-
|
|
81
|
+
-------
|
|
81
82
|
|
|
82
83
|
* ForgeFlow
|
|
83
84
|
|
|
84
85
|
Contributors
|
|
85
|
-
|
|
86
|
+
------------
|
|
86
87
|
|
|
87
|
-
|
|
88
|
-
|
|
88
|
+
- Lois Rilo <lois.rilo@forgeflow.com>
|
|
89
|
+
- Pimolnat Suntian<pimolnats@ecosoft.co.th>
|
|
89
90
|
|
|
90
91
|
Maintainers
|
|
91
|
-
|
|
92
|
+
-----------
|
|
92
93
|
|
|
93
94
|
This module is maintained by the OCA.
|
|
94
95
|
|
|
@@ -108,8 +109,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
108
109
|
|
|
109
110
|
|maintainer-LoisRForgeFlow|
|
|
110
111
|
|
|
111
|
-
This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/
|
|
112
|
+
This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/17.0/mrp_multi_level_estimate>`_ project on GitHub.
|
|
112
113
|
|
|
113
114
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
114
|
-
|
|
115
|
-
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
odoo/addons/mrp_multi_level_estimate/README.rst,sha256=
|
|
1
|
+
odoo/addons/mrp_multi_level_estimate/README.rst,sha256=sbuefcBiP7otjoAZ2a5QFK-lV26Uw3aA8uaxpaNV4r8,3638
|
|
2
2
|
odoo/addons/mrp_multi_level_estimate/__init__.py,sha256=0XNpxETgFdVxFDEw03O8oL3NtTSk3we-HEZW2sPKzIU,43
|
|
3
|
-
odoo/addons/mrp_multi_level_estimate/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/mrp_multi_level_estimate/__manifest__.py,sha256=zIles6Vr-UbRhArPgQOdqVXGVCb0fLjty3ybcoDbs7c,757
|
|
4
4
|
odoo/addons/mrp_multi_level_estimate/i18n/es.po,sha256=_WJlT2IFmbDg-JxTfBk9X0sJqHvDvYuGvrUTbYbjFW8,4802
|
|
5
5
|
odoo/addons/mrp_multi_level_estimate/i18n/it.po,sha256=dxT14-6WogFttASV_zPYngTG0xfQw1VaixMeP5szGyU,5284
|
|
6
|
-
odoo/addons/mrp_multi_level_estimate/i18n/mrp_multi_level_estimate.pot,sha256=
|
|
6
|
+
odoo/addons/mrp_multi_level_estimate/i18n/mrp_multi_level_estimate.pot,sha256=wSspCDVEDTW142ajrS_DsRnmEOOVNo4ucxQEKXUdgVI,3337
|
|
7
7
|
odoo/addons/mrp_multi_level_estimate/models/__init__.py,sha256=W36RIYicwEH-lt-zOvL5yuIcRylYDKMfR8g9jMfZ4i0,54
|
|
8
8
|
odoo/addons/mrp_multi_level_estimate/models/mrp_area.py,sha256=Cam0clao7czbcRHjC1LJnVT65doQB43LtYdTreOVD8U,1504
|
|
9
9
|
odoo/addons/mrp_multi_level_estimate/models/product_mrp_area.py,sha256=eN0ZOhWdAEVCCt2o6XGJ2wMMgRWeYoF2TvzU4Y6jqqI,910
|
|
10
|
-
odoo/addons/mrp_multi_level_estimate/readme/CONFIGURE.
|
|
11
|
-
odoo/addons/mrp_multi_level_estimate/readme/CONTRIBUTORS.
|
|
12
|
-
odoo/addons/mrp_multi_level_estimate/readme/DESCRIPTION.
|
|
10
|
+
odoo/addons/mrp_multi_level_estimate/readme/CONFIGURE.md,sha256=Rph9xcyv6KpOQZSmLio1PpyChUwvMSir5vvdIOZk9gQ,314
|
|
11
|
+
odoo/addons/mrp_multi_level_estimate/readme/CONTRIBUTORS.md,sha256=mNNBHvNiG1Y-6b7p4IGcha35sBlsTkwLNtsK9i1Ag4c,90
|
|
12
|
+
odoo/addons/mrp_multi_level_estimate/readme/DESCRIPTION.md,sha256=Hkg5-Bd6kElFaTWFHklHRxqexiYpbP2dsSbqr6Zd1K8,151
|
|
13
13
|
odoo/addons/mrp_multi_level_estimate/static/description/icon.png,sha256=aKBaspA4lNhJTS8Wqa0Iybr5xw5yMaSwIbhrGSYxLdc,7222
|
|
14
|
-
odoo/addons/mrp_multi_level_estimate/static/description/index.html,sha256=
|
|
14
|
+
odoo/addons/mrp_multi_level_estimate/static/description/index.html,sha256=q1DKKa1jFo6TvqVOM30dxNSyyMDfJdsKe3yflSzxwBE,13224
|
|
15
15
|
odoo/addons/mrp_multi_level_estimate/tests/__init__.py,sha256=jubuKAmd3cSFYv9_4_UTWo0H04EVTT9NK2tAyn6arFw,44
|
|
16
|
-
odoo/addons/mrp_multi_level_estimate/tests/test_mrp_multi_level_estimate.py,sha256=
|
|
16
|
+
odoo/addons/mrp_multi_level_estimate/tests/test_mrp_multi_level_estimate.py,sha256=y0AFbkTnCuzpB7Zo7gwpYnQhrNAwa9WhCaiWL-H_QXc,19034
|
|
17
17
|
odoo/addons/mrp_multi_level_estimate/views/mrp_area_views.xml,sha256=oAXwIA8ObQ_AW8pj2i6fDR06UX8tqfds1sGN_jDwEuo,500
|
|
18
18
|
odoo/addons/mrp_multi_level_estimate/views/product_mrp_area_views.xml,sha256=GHZgosx8iiE4tc_L0jHt5iOlTlNlBQUHtT6eCcu5LUs,540
|
|
19
19
|
odoo/addons/mrp_multi_level_estimate/wizards/__init__.py,sha256=7LHDA1MifAAlAnbOClrCiVPeixdWtwqbNQhrt7gElRA,30
|
|
20
|
-
odoo/addons/mrp_multi_level_estimate/wizards/mrp_multi_level.py,sha256=
|
|
21
|
-
odoo_addon_mrp_multi_level_estimate-
|
|
22
|
-
odoo_addon_mrp_multi_level_estimate-
|
|
23
|
-
odoo_addon_mrp_multi_level_estimate-
|
|
24
|
-
odoo_addon_mrp_multi_level_estimate-
|
|
20
|
+
odoo/addons/mrp_multi_level_estimate/wizards/mrp_multi_level.py,sha256=tHSmwva0VB6EuPdJd_KwcM9w06ZFOky5Q9KQgNCkHfI,4807
|
|
21
|
+
odoo_addon_mrp_multi_level_estimate-17.0.1.0.0.2.dist-info/METADATA,sha256=FEmjlKby-nmojnkGx1l1yKppA5T8LNwS9XJ0i7uwMLU,4386
|
|
22
|
+
odoo_addon_mrp_multi_level_estimate-17.0.1.0.0.2.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
|
|
23
|
+
odoo_addon_mrp_multi_level_estimate-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
24
|
+
odoo_addon_mrp_multi_level_estimate-17.0.1.0.0.2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
You can edit how to consolidate your estimates as demand at product MRP area
|
|
2
|
-
level using the field *Group Days of Estimates*. This number represents the
|
|
3
|
-
days to group your estimates as demand for the MRP, e.g: if set to 7, you will
|
|
4
|
-
have your estimates (regardless of the date range used) grouped in weekly
|
|
5
|
-
demand.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Integration for MRP Multi Level and `Stock Demand Estimates <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate>`_ system.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
odoo
|