odoo-addon-mrp-multi-level-estimate 16.0.1.2.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.
- odoo/addons/mrp_multi_level_estimate/README.rst +98 -0
- odoo/addons/mrp_multi_level_estimate/__init__.py +2 -0
- odoo/addons/mrp_multi_level_estimate/__manifest__.py +19 -0
- odoo/addons/mrp_multi_level_estimate/i18n/es.po +117 -0
- odoo/addons/mrp_multi_level_estimate/i18n/it.po +137 -0
- odoo/addons/mrp_multi_level_estimate/i18n/mrp_multi_level_estimate.pot +83 -0
- odoo/addons/mrp_multi_level_estimate/models/__init__.py +2 -0
- odoo/addons/mrp_multi_level_estimate/models/mrp_area.py +38 -0
- odoo/addons/mrp_multi_level_estimate/models/product_mrp_area.py +26 -0
- odoo/addons/mrp_multi_level_estimate/readme/CONFIGURE.rst +5 -0
- odoo/addons/mrp_multi_level_estimate/readme/CONTRIBUTORS.rst +2 -0
- odoo/addons/mrp_multi_level_estimate/readme/DESCRIPTION.rst +1 -0
- odoo/addons/mrp_multi_level_estimate/static/description/icon.png +0 -0
- odoo/addons/mrp_multi_level_estimate/static/description/index.html +441 -0
- odoo/addons/mrp_multi_level_estimate/tests/__init__.py +1 -0
- odoo/addons/mrp_multi_level_estimate/tests/test_mrp_multi_level_estimate.py +463 -0
- odoo/addons/mrp_multi_level_estimate/views/mrp_area_views.xml +13 -0
- odoo/addons/mrp_multi_level_estimate/views/product_mrp_area_views.xml +14 -0
- odoo/addons/mrp_multi_level_estimate/wizards/__init__.py +1 -0
- odoo/addons/mrp_multi_level_estimate/wizards/mrp_multi_level.py +138 -0
- odoo_addon_mrp_multi_level_estimate-16.0.1.2.0.2.dist-info/METADATA +116 -0
- odoo_addon_mrp_multi_level_estimate-16.0.1.2.0.2.dist-info/RECORD +24 -0
- odoo_addon_mrp_multi_level_estimate-16.0.1.2.0.2.dist-info/WHEEL +5 -0
- odoo_addon_mrp_multi_level_estimate-16.0.1.2.0.2.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: odoo-addon-mrp_multi_level_estimate
|
|
3
|
+
Version: 16.0.1.2.0.2
|
|
4
|
+
Summary: Allows to consider demand estimates using MRP multi level.
|
|
5
|
+
Home-page: https://github.com/OCA/manufacture
|
|
6
|
+
Author: ForgeFlow, Odoo Community Association (OCA)
|
|
7
|
+
Author-email: support@odoo-community.org
|
|
8
|
+
License: LGPL-3
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Classifier: Framework :: Odoo
|
|
11
|
+
Classifier: Framework :: Odoo :: 16.0
|
|
12
|
+
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
|
|
13
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
14
|
+
Requires-Python: >=3.10
|
|
15
|
+
Requires-Dist: odoo-addon-mrp-multi-level<16.1dev,>=16.0dev
|
|
16
|
+
Requires-Dist: odoo-addon-stock-demand-estimate<16.1dev,>=16.0dev
|
|
17
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
18
|
+
|
|
19
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
20
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
21
|
+
:alt: Odoo Community Association
|
|
22
|
+
|
|
23
|
+
========================
|
|
24
|
+
MRP Multi Level Estimate
|
|
25
|
+
========================
|
|
26
|
+
|
|
27
|
+
..
|
|
28
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
|
+
!! This file is generated by oca-gen-addon-readme !!
|
|
30
|
+
!! changes will be overwritten. !!
|
|
31
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
32
|
+
!! source digest: sha256:4c4f051037f1a18c11bfa0072d8bc2a5dd460b21b335203bd47d9019603b66f3
|
|
33
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
34
|
+
|
|
35
|
+
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
|
36
|
+
:target: https://odoo-community.org/page/development-status
|
|
37
|
+
:alt: Production/Stable
|
|
38
|
+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
|
|
39
|
+
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
|
40
|
+
:alt: License: LGPL-3
|
|
41
|
+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github
|
|
42
|
+
:target: https://github.com/OCA/manufacture/tree/16.0/mrp_multi_level_estimate
|
|
43
|
+
:alt: OCA/manufacture
|
|
44
|
+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
45
|
+
:target: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_multi_level_estimate
|
|
46
|
+
:alt: Translate me on Weblate
|
|
47
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
48
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=16.0
|
|
49
|
+
:alt: Try me on Runboat
|
|
50
|
+
|
|
51
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
52
|
+
|
|
53
|
+
Integration for MRP Multi Level and `Stock Demand Estimates <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate>`_ system.
|
|
54
|
+
|
|
55
|
+
**Table of contents**
|
|
56
|
+
|
|
57
|
+
.. contents::
|
|
58
|
+
:local:
|
|
59
|
+
|
|
60
|
+
Configuration
|
|
61
|
+
=============
|
|
62
|
+
|
|
63
|
+
You can edit how to consolidate your estimates as demand at product MRP area
|
|
64
|
+
level using the field *Group Days of Estimates*. This number represents the
|
|
65
|
+
days to group your estimates as demand for the MRP, e.g: if set to 7, you will
|
|
66
|
+
have your estimates (regardless of the date range used) grouped in weekly
|
|
67
|
+
demand.
|
|
68
|
+
|
|
69
|
+
Bug Tracker
|
|
70
|
+
===========
|
|
71
|
+
|
|
72
|
+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/issues>`_.
|
|
73
|
+
In case of trouble, please check there if your issue has already been reported.
|
|
74
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
75
|
+
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_multi_level_estimate%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
76
|
+
|
|
77
|
+
Do not contact contributors directly about support or help with technical issues.
|
|
78
|
+
|
|
79
|
+
Credits
|
|
80
|
+
=======
|
|
81
|
+
|
|
82
|
+
Authors
|
|
83
|
+
~~~~~~~
|
|
84
|
+
|
|
85
|
+
* ForgeFlow
|
|
86
|
+
|
|
87
|
+
Contributors
|
|
88
|
+
~~~~~~~~~~~~
|
|
89
|
+
|
|
90
|
+
* Lois Rilo <lois.rilo@forgeflow.com>
|
|
91
|
+
* Pimolnat Suntian<pimolnats@ecosoft.co.th>
|
|
92
|
+
|
|
93
|
+
Maintainers
|
|
94
|
+
~~~~~~~~~~~
|
|
95
|
+
|
|
96
|
+
This module is maintained by the OCA.
|
|
97
|
+
|
|
98
|
+
.. image:: https://odoo-community.org/logo.png
|
|
99
|
+
:alt: Odoo Community Association
|
|
100
|
+
:target: https://odoo-community.org
|
|
101
|
+
|
|
102
|
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
103
|
+
mission is to support the collaborative development of Odoo features and
|
|
104
|
+
promote its widespread use.
|
|
105
|
+
|
|
106
|
+
.. |maintainer-LoisRForgeFlow| image:: https://github.com/LoisRForgeFlow.png?size=40px
|
|
107
|
+
:target: https://github.com/LoisRForgeFlow
|
|
108
|
+
:alt: LoisRForgeFlow
|
|
109
|
+
|
|
110
|
+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
111
|
+
|
|
112
|
+
|maintainer-LoisRForgeFlow|
|
|
113
|
+
|
|
114
|
+
This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/16.0/mrp_multi_level_estimate>`_ project on GitHub.
|
|
115
|
+
|
|
116
|
+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
odoo/addons/mrp_multi_level_estimate/README.rst,sha256=BCWAMghTtzbStb8SbO9PgnivhumGV_LLG7uUO8KW2pc,3800
|
|
2
|
+
odoo/addons/mrp_multi_level_estimate/__init__.py,sha256=0XNpxETgFdVxFDEw03O8oL3NtTSk3we-HEZW2sPKzIU,43
|
|
3
|
+
odoo/addons/mrp_multi_level_estimate/__manifest__.py,sha256=piq-v7CdYcFGT2u1TGjP-YLdz9svPEK8V4t1LZ3j4ts,757
|
|
4
|
+
odoo/addons/mrp_multi_level_estimate/i18n/es.po,sha256=MyV3b-gVO9S2OqDtGpvxCNRp5sXFlPJ_0BOnq9-JFEk,5773
|
|
5
|
+
odoo/addons/mrp_multi_level_estimate/i18n/it.po,sha256=QUMvyYF5Dr-dNP67s6q9Geb1zA8W-VtwcAAnn6dFWW8,6973
|
|
6
|
+
odoo/addons/mrp_multi_level_estimate/i18n/mrp_multi_level_estimate.pot,sha256=7dWkWgamHZf1ZCk8iBnVOwhe4KR7354AwD_cxU552BY,3613
|
|
7
|
+
odoo/addons/mrp_multi_level_estimate/models/__init__.py,sha256=W36RIYicwEH-lt-zOvL5yuIcRylYDKMfR8g9jMfZ4i0,54
|
|
8
|
+
odoo/addons/mrp_multi_level_estimate/models/mrp_area.py,sha256=bSsfESKIVq3IdohQ1TdMs7nJnzlkmmf10OhyB-yw3tc,1626
|
|
9
|
+
odoo/addons/mrp_multi_level_estimate/models/product_mrp_area.py,sha256=eN0ZOhWdAEVCCt2o6XGJ2wMMgRWeYoF2TvzU4Y6jqqI,910
|
|
10
|
+
odoo/addons/mrp_multi_level_estimate/readme/CONFIGURE.rst,sha256=cfe5MFN-OexCeqBjfKLn8PkBVG4yzXhzeJaJsyOOL3o,314
|
|
11
|
+
odoo/addons/mrp_multi_level_estimate/readme/CONTRIBUTORS.rst,sha256=uuhnoe--Op896FIKvezjm0m1oI8Qw-ftRIap1prVmPA,82
|
|
12
|
+
odoo/addons/mrp_multi_level_estimate/readme/DESCRIPTION.rst,sha256=qu73JUlYa9EAAHeVGWlGnwuQzcd7oh21YjQpl8i7t_M,153
|
|
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=RHo64Jl3GkaA2zrB9uG6bUhjuvkkx6t3VEFRYuQmsQY,13520
|
|
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=CikK2Ot9bmDot6dGFx5wwSKRDkXKIHkwb4VNip0X30A,19838
|
|
17
|
+
odoo/addons/mrp_multi_level_estimate/views/mrp_area_views.xml,sha256=oAXwIA8ObQ_AW8pj2i6fDR06UX8tqfds1sGN_jDwEuo,500
|
|
18
|
+
odoo/addons/mrp_multi_level_estimate/views/product_mrp_area_views.xml,sha256=GHZgosx8iiE4tc_L0jHt5iOlTlNlBQUHtT6eCcu5LUs,540
|
|
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=VK69mQbvEO585p08sofRvyGRQ2zMZbHNt7mYIVV4NIQ,5126
|
|
21
|
+
odoo_addon_mrp_multi_level_estimate-16.0.1.2.0.2.dist-info/METADATA,sha256=D3p5QIAizvOIX_0YxiZpoj_EeWE-i33xsY_1OlsT9YI,4548
|
|
22
|
+
odoo_addon_mrp_multi_level_estimate-16.0.1.2.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
23
|
+
odoo_addon_mrp_multi_level_estimate-16.0.1.2.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
24
|
+
odoo_addon_mrp_multi_level_estimate-16.0.1.2.0.2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|