mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[11.0][UPD] mrp_multi_level: update README and manifest to OCA standards.
This commit is contained in:
committed by
JasminSForgeFlow
parent
be9a7a7e22
commit
b2c323f72d
@@ -1,76 +1,21 @@
|
||||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
||||
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
**This file is going to be generated by oca-gen-addon-readme.**
|
||||
|
||||
===============
|
||||
Multi Level MRP
|
||||
===============
|
||||
*Manual changes will be overwritten.*
|
||||
|
||||
This module allows you to calculate, based in known inventory, demand, and
|
||||
supply, and based on parameters set at product variant level, the new
|
||||
procurements for each product.
|
||||
Please provide content in the ``readme`` directory:
|
||||
|
||||
To do this, the calculation starts at top level of the bill of material
|
||||
and explodes this down to the lowest level.
|
||||
* **DESCRIPTION.rst** (required)
|
||||
* INSTALL.rst (optional)
|
||||
* CONFIGURE.rst (optional)
|
||||
* **USAGE.rst** (optional, highly recommended)
|
||||
* DEVELOP.rst (optional)
|
||||
* ROADMAP.rst (optional)
|
||||
* HISTORY.rst (optional, recommended)
|
||||
* **CONTRIBUTORS.rst** (optional, highly recommended)
|
||||
* CREDITS.rst (optional)
|
||||
|
||||
Key Features
|
||||
------------
|
||||
* MRP parameters at product variant level
|
||||
* Basic forecast system
|
||||
* Cron job to calculate the MRP demand
|
||||
* Manually calculate the MRP demand
|
||||
* Confirm the calculated MRP demand and create BID's, PO's, or MO's
|
||||
* View to see the products for which action is needed
|
||||
Content of this README will also be drawn from the addon manifest,
|
||||
from keys such as name, authors, maintainers, development_status,
|
||||
and license.
|
||||
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/129/11.0
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues
|
||||
<https://github.com/OCA/manufacture/issues>`_. In case of trouble, please
|
||||
check there if your issue has already been reported. If you spotted it first,
|
||||
help us smash it by providing detailed and welcomed feedback.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Images
|
||||
------
|
||||
|
||||
* Original Odoo icons.
|
||||
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Wim Audenaert <wim.audenaert@ucamco.com>
|
||||
* Jordi Ballester <jordi.ballester@eficent.com>
|
||||
* Lois Rilo <lois.rilo@eficent.com>
|
||||
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
||||
.. image:: https://odoo-community.org/logo.png
|
||||
:alt: Odoo Community Association
|
||||
:target: https://odoo-community.org
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
To contribute to this module, please visit https://odoo-community.org.
|
||||
A good, one sentence summary in the manifest is also highly recommended.
|
||||
|
||||
@@ -4,10 +4,12 @@
|
||||
{
|
||||
'name': 'MRP Multi Level',
|
||||
'version': '11.0.1.0.0',
|
||||
'development_status': 'Beta',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Ucamco, '
|
||||
'Eficent, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'maintainers': ['jbeficent', 'lreficent'],
|
||||
'summary': 'Adds an MRP Scheduler',
|
||||
'website': 'https://github.com/OCA/manufacture',
|
||||
'category': 'Manufacturing',
|
||||
|
||||
2
mrp_multi_level/readme/CONFIGURE.rst
Normal file
2
mrp_multi_level/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
* Go to *Manufacturing > MRP > MRP Area* and define or edit any existing area.
|
||||
You can specify the working hours for every area.
|
||||
3
mrp_multi_level/readme/CONTRIBUTORS.rst
Normal file
3
mrp_multi_level/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
* Wim Audenaert <wim.audenaert@ucamco.com>
|
||||
* Jordi Ballester <jordi.ballester@eficent.com>
|
||||
* Lois Rilo <lois.rilo@eficent.com>
|
||||
16
mrp_multi_level/readme/DESCRIPTION.rst
Normal file
16
mrp_multi_level/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
This module allows you to calculate, based in known inventory, demand, and
|
||||
supply, and based on parameters set at product variant level, the new
|
||||
procurements for each product.
|
||||
|
||||
To do this, the calculation starts at top level of the bill of material
|
||||
and explodes this down to the lowest level.
|
||||
|
||||
Key Features
|
||||
------------
|
||||
|
||||
* MRP parameters at product variant level.
|
||||
* Integration with `Stock Demand Estimates <https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_demand_estimate>`_ system.
|
||||
* Cron job to calculate the MRP demand.
|
||||
* Manually calculate the MRP demand.
|
||||
* Confirm the calculated MRP demand and create PO's, or MO's.
|
||||
* Able to see the products for which action is needed.
|
||||
12
mrp_multi_level/readme/USAGE.rst
Normal file
12
mrp_multi_level/readme/USAGE.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
To manually run the MRP scheduler:
|
||||
|
||||
#. Go to *Manufacturing > MRP > Run MRP Multi Level*.
|
||||
#. On the wizard click *Run MRP*.
|
||||
|
||||
To launch replenishment orders (moves, purchases, production orders...):
|
||||
|
||||
#. Go to *Manufacturing > MRP > MRP Inventory*.
|
||||
#. Filter with *To procure*.
|
||||
#. Select multiple records and click on *Action > Procure* or click the right
|
||||
hand side gears in any record.
|
||||
#. On the wizard, check everything is ok and click *Execute*.
|
||||
@@ -24,7 +24,7 @@
|
||||
parent="menu_mrp_mrp"
|
||||
sequence="30"/>
|
||||
|
||||
<menuitem name="Run Multi Level MRP"
|
||||
<menuitem name="Run MRP Multi Level"
|
||||
id="menu_mrp_multi_level"
|
||||
action="action_mrp_multi_level"
|
||||
parent="menu_mrp_mrp"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<field name="name">Run MRP</field>
|
||||
<field name="model">mrp.multi.level</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Run Multi Level MRP">
|
||||
<form string="Run MRP Multi Level">
|
||||
<footer>
|
||||
<button name="run_mrp_multi_level" string="Run MRP" type="object" class="oe_highlight" />
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user