Initial commit: Accounting packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:47 +02:00
commit 4ef34c2317
2661 changed files with 1709616 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# Models
Detected core models and extensions in account_check_printing.
```mermaid
classDiagram
class account_journal
class account_move
class account_payment
class account_payment_method
class account_payment_register
class res_company
class res_config_settings
class res_partner
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.