mirror of
https://github.com/bringout/cybrosys.git
synced 2026-04-18 17:52:03 +02:00
Initial commit: Cybrosys Odoo packages (10 packages)
This commit is contained in:
commit
54ed047508
751 changed files with 13707 additions and 0 deletions
30
odoo-bringout-cybrosys-warehouse_reports/doc/REPORTS.md
Normal file
30
odoo-bringout-cybrosys-warehouse_reports/doc/REPORTS.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Reports
|
||||
|
||||
Report definitions and templates in warehouse_reports.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
```
|
||||
|
||||
## Available Reports
|
||||
|
||||
### PDF/Document Reports
|
||||
- **Stock Valuation Report** (PDF/Print)
|
||||
- **Stock Move Report** (PDF/Print)
|
||||
- **Stock Transfer Report** (PDF/Print)
|
||||
- **Stock Product Report** (PDF/Print)
|
||||
|
||||
|
||||
## Report Files
|
||||
|
||||
- **ir_action_reports.xml** (XML template/definition)
|
||||
- **stock_move_report_templates.xml** (XML template/definition)
|
||||
- **stock_product_report_templates.xml** (XML template/definition)
|
||||
- **stock_transfer_report_templates.xml** (XML template/definition)
|
||||
- **stock_valuation_report_templates.xml** (XML template/definition)
|
||||
|
||||
## 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