Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2695 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

Hello loay elhaj,

Please find code in Comment. 

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

Avatar
Zrušit

Try this,

class ClassName(models.Model):

_inherit = 'model_name'

#overwrite_Method
def onchange_method(self):
pass

Related Posts Odpovědi Zobrazení Aktivita
0
pro 20
3225
1
říj 23
2092
2
říj 23
2341
2
srp 23
4365
4
srp 23
20701