Skip to Content
मेन्यू
This question has been flagged
1 Reply
2851 Views

How to disable field onchange function from custom model without delete the function from source code  ?

Avatar
Discard
Best Answer

Hello loay elhaj,

Please find code in Comment. 

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Avatar
Discard

Try this,

class ClassName(models.Model):

_inherit = 'model_name'

#overwrite_Method
def onchange_method(self):
pass

Related Posts Replies Views Activity
0
दिस॰ 20
3476
1
अक्तू॰ 23
2382
2
अक्तू॰ 23
2613
2
अग॰ 23
4750
4
अग॰ 23
21118