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,18 @@
# Models
Detected core models and extensions in account_payment.
```mermaid
classDiagram
class account_journal
class account_move
class account_payment
class account_payment_method
class account_payment_method_line
class payment_provider
class payment_transaction
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.