Skip to Content
Menu
This question has been flagged
1 Reply
8836 Views

I need to override the functions defined in osv.AbstractModel in openerp, is it possible to achieve? or is there any workaround to achieve this scenario

Avatar
Discard
Best Answer

Yes!!, You can Inherit those methods, in your target Object...

For Example:

Crm.Lead inherits an AbtractModel called "Mail.Thread"..

Hence, you can inherit/override Mail.Thread methods in Crm.Lead Object..

Avatar
Discard
Related Posts Replies Views Activity
4
Mar 24
3843
1
Oct 23
5703
1
Jun 22
7007
4
Jun 21
16283
2
Aug 17
12932