跳至内容
菜单
此问题已终结
1 回复
18832 查看

How to How to implement abstract model  in odoo 12 and what are the uses  of abstract model.

please explain with an example


thanks in advance

形象
丢弃
最佳答案

Hello,

Abstract is a generic model that implements some feature that can then be inherited by regular models in order to make that feature available in them.
So if you want to test abstract model you need to inherit this inside regular model(models.model).
For reference you can look for mail.thread inherit into sale.order. and based on that you can use/call method of the
mail.thread object.

形象
丢弃
相关帖文 回复 查看 活动
1
12月 22
8236
2
11月 16
3654
3
2月 20
9991
3
12月 19
6048
1
11月 24
1637