Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
10325 Vizualizări


Hi,

What are the different types of models in odoo12

Please  help

Thanks in Advance....

Imagine profil
Abandonează
Cel mai bun răspuns

Hello,

there are 3 type of models in odoo

1. Model : for regular database-persisted models

2. TransientModel : for temporary data, stored in the database but automatically vacuumed every so often

3. AbstractModel : for abstract super classes meant to be shared by multiple inheriting models

 

Imagine profil
Abandonează
Autor

Thank You