Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
10336 มุมมอง


Hi,

What are the different types of models in odoo12

Please  help

Thanks in Advance....

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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

 

อวตาร
ละทิ้ง
ผู้เขียน

Thank You