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

How to inherit computed fields of a class in odoo10?

Avatar
Discard
Best Answer

Hello Giezel Esteves,


There are two possible ways to achieve such modification:

  • Redefined the fields   

           > example:  

                total_number  = fields.Integer(compute='new method')

  • Override the method


Hopefully it's helped.

Thanks

Avatar
Discard
Related Posts Replies Views Activity
3
Jul 23
24337
2
Jun 22
4590
2
Sep 21
3479
1
Nov 20
6784
2
Mar 19
4973