21 lines
852 B
Python
21 lines
852 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "MPB Bottom-Up Replenishment (Two-Way MPS)",
|
|
'summary': "Allow bottom-up & top-down calculation in Master Production Schedule",
|
|
'description': """
|
|
This module overrides the MPS replenishment behavior.
|
|
Normally, setting a replenishment value in MPS only creates indirect demand downwards.
|
|
This module adds a trace-up (bottom-up) functionality to calculate the equivalent
|
|
replenishment quantities for parent products, and a drill-down (top-down) functionality
|
|
to calculate the equivalent replenishment quantities for child components.
|
|
""",
|
|
'author': "Suherdy",
|
|
'category': 'Manufacturing/Manufacturing',
|
|
'version': '19.0.1.0.0',
|
|
'depends': ['mrp_mps'],
|
|
'data': [],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|