mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 17:12:00 +02:00
50 lines
967 B
Markdown
50 lines
967 B
Markdown
# DDMRP
|
|
|
|
Odoo addon: ddmrp
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ddmrp-ddmrp
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
This addon depends on:
|
|
- purchase_stock
|
|
- stock_demand_estimate
|
|
- web_widget_bokeh_chart
|
|
- mrp_multi_level
|
|
- base_cron_exclusion
|
|
- stock_warehouse_calendar
|
|
- stock_helper
|
|
|
|
## Manifest Information
|
|
|
|
- **Name**: DDMRP
|
|
- **Version**: 16.0.1.12.0
|
|
- **Category**: Warehouse
|
|
- **License**: LGPL-3
|
|
- **Installable**: True
|
|
|
|
## Source
|
|
|
|
Based on [OCA/ddmrp](https://github.com/OCA/ddmrp) branch 16.0, addon `ddmrp`.
|
|
|
|
## License
|
|
|
|
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
|
|
|
## Documentation
|
|
|
|
- Overview: doc/OVERVIEW.md
|
|
- Architecture: doc/ARCHITECTURE.md
|
|
- Models: doc/MODELS.md
|
|
- Controllers: doc/CONTROLLERS.md
|
|
- Wizards: doc/WIZARDS.md
|
|
- Install: doc/INSTALL.md
|
|
- Usage: doc/USAGE.md
|
|
- Configuration: doc/CONFIGURATION.md
|
|
- Dependencies: doc/DEPENDENCIES.md
|
|
- Troubleshooting: doc/TROUBLESHOOTING.md
|
|
- FAQ: doc/FAQ.md
|