Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2862 Prikazi

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

Avatar
Opusti
Best Answer

Hello loay elhaj,

Please find code in Comment. 

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

Avatar
Opusti

Try this,

class ClassName(models.Model):

_inherit = 'model_name'

#overwrite_Method
def onchange_method(self):
pass

Related Posts Odgovori Prikazi Aktivnost
0
dec. 20
3493
1
okt. 23
2394
2
okt. 23
2632
2
avg. 23
4770
4
avg. 23
21136