mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-21 00:32:03 +02:00
Initial commit: Mrp packages
This commit is contained in:
commit
50d736b3bd
739 changed files with 538193 additions and 0 deletions
48
odoo-bringout-oca-ocb-mrp/doc/REPORTS.md
Normal file
48
odoo-bringout-oca-ocb-mrp/doc/REPORTS.md
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# Reports
|
||||
|
||||
Report definitions and templates in mrp.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
class ReportStockRule
|
||||
AbstractModel <|-- ReportStockRule
|
||||
class ReplenishmentReport
|
||||
AbstractModel <|-- ReplenishmentReport
|
||||
class ReceptionReport
|
||||
AbstractModel <|-- ReceptionReport
|
||||
class ReportBomStructure
|
||||
AbstractModel <|-- ReportBomStructure
|
||||
```
|
||||
|
||||
## Available Reports
|
||||
|
||||
### PDF/Document Reports
|
||||
- **Production Order** (PDF/Print)
|
||||
- **BoM Overview** (PDF/Print)
|
||||
- **Finished Product Label (ZPL)** (PDF/Print)
|
||||
- **Finished Product Label (PDF)** (PDF/Print)
|
||||
- **Work Order** (PDF/Print)
|
||||
|
||||
|
||||
## Report Files
|
||||
|
||||
- **__init__.py** (Python logic)
|
||||
- **mrp_production_templates.xml** (XML template/definition)
|
||||
- **mrp_report_bom_structure.py** (Python logic)
|
||||
- **mrp_report_bom_structure.xml** (XML template/definition)
|
||||
- **mrp_report_views_main.xml** (XML template/definition)
|
||||
- **mrp_workorder_templates.xml** (XML template/definition)
|
||||
- **mrp_zebra_production_templates.xml** (XML template/definition)
|
||||
- **report_deliveryslip.xml** (XML template/definition)
|
||||
- **report_stock_forecasted.xml** (XML template/definition)
|
||||
- **report_stock_reception.py** (Python logic)
|
||||
- **report_stock_reception.xml** (XML template/definition)
|
||||
- **report_stock_rule.py** (Python logic)
|
||||
- **report_stock_rule.xml** (XML template/definition)
|
||||
- **stock_forecasted.py** (Python logic)
|
||||
|
||||
## Notes
|
||||
- Named reports above are accessible through Odoo's reporting menu
|
||||
- Python files define report logic and data processing
|
||||
- XML files contain report templates, definitions, and formatting
|
||||
- Reports are integrated with Odoo's printing and email systems
|
||||
Loading…
Add table
Add a link
Reference in a new issue