mirror of
https://github.com/Mint-System/Demand-Planner.git
synced 2026-04-23 20:53:50 -06:00
Get order proposals for multi-level sub-products.
- Python 93.7%
- JavaScript 6.3%
| demand_planner | ||
| demand_planner_test_data | ||
| .flake8 | ||
| .gitignore | ||
| .isort.cfg | ||
| .pre-commit-config.yaml | ||
| .pylintrc | ||
| README.md | ||
Demand Planner
Get order proposals for multi-level sub-products.
Test Data
The test data set contains a manufacturing setup for two products. These products are assembled from manufactured and purchased parts.
Mountain Bike
This is fictional product for testing puproses only.
BoM
This is the bill of material with lead times:
Meldeeinheit PMA14
This is a real product from the customer. The test data set contains all customer product, this one is the most complex.
Import Sequence
Import csv files from the test_data folder.
- Navigate to Contacts and import
res.partner.csv - Navigate to Manufacturing > Products > Product Variants and import
product.product.csv - Navigate to Purchase > Configuration > Vendor Pricelists and import
product.supplierinfo.csv - Navigate to Manufacturing > Products > Bills of Materials and import
mrp.bom.csv
Export Templates
When exporting models use these fields and save as csv file.
product.product
Filter: active is true or false
id
active
name
type
standard_price
produce_delay
sale_delay
route_ids/id
mrp.bom
id
product_tmpl_id/id
product_qty
type
mrp.bom.line
id
bom_id/id
product_id/id
product_qty
product.supplierinfo
id
name/id
product_tmpl_id/id
min_qty
price
delay
res.partner
Filter: active is true or false
id
active
name
is_company

