mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-24 20:12:06 +02:00
Initial commit: L10N_Americas packages
This commit is contained in:
commit
12b27ce151
714 changed files with 79328 additions and 0 deletions
28
odoo-bringout-oca-ocb-l10n_ar/doc/REPORTS.md
Normal file
28
odoo-bringout-oca-ocb-l10n_ar/doc/REPORTS.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Reports
|
||||
|
||||
Report definitions and templates in l10n_ar.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
class AccountInvoiceReport
|
||||
Model <|-- AccountInvoiceReport
|
||||
```
|
||||
|
||||
## Available Reports
|
||||
|
||||
### Analytical/Dashboard Reports
|
||||
- **IIBB - Purchases by jurisdiction** (Analysis/Dashboard)
|
||||
- **IIBB - Sales by jurisdiction** (Analysis/Dashboard)
|
||||
|
||||
|
||||
## Report Files
|
||||
|
||||
- **__init__.py** (Python logic)
|
||||
- **invoice_report.py** (Python logic)
|
||||
- **invoice_report_view.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