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
2564 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
3080
1
říj 23
1977
2
říj 23
2178
2
srp 23
4202
4
srp 23
20527