Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2548 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
3075
1
okt. 23
1968
2
okt. 23
2163
2
avg. 23
4186
4
avg. 23
20506