mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 08:52:02 +02:00
19 lines
439 B
Markdown
19 lines
439 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in excel_import_export.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class xlsx_export
|
|
class xlsx_import
|
|
class xlsx_report
|
|
class xlsx_styles
|
|
class xlsx_template
|
|
class xlsx_template_export
|
|
class xlsx_template_import
|
|
class ir_actions_report
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|