跳至內容
選單
此問題已被標幟
1 回覆
10340 瀏覽次數


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