mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 02:32:03 +02:00
payment
This commit is contained in:
parent
12c29a983b
commit
95fcc8bd63
189 changed files with 170858 additions and 0 deletions
18
odoo-bringout-oca-ocb-payment/doc/MODELS.md
Normal file
18
odoo-bringout-oca-ocb-payment/doc/MODELS.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Models
|
||||
|
||||
Detected core models and extensions in payment.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
class payment_icon
|
||||
class payment_provider
|
||||
class payment_token
|
||||
class payment_transaction
|
||||
class ir_http
|
||||
class res_company
|
||||
class res_partner
|
||||
```
|
||||
|
||||
Notes
|
||||
- Classes show model technical names; fields omitted for brevity.
|
||||
- Items listed under _inherit are extensions of existing models.
|
||||
Loading…
Add table
Add a link
Reference in a new issue