Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2553 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

Hello loay elhaj,

Please find code in Comment. 

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

Imagine profil
Abandonează

Try this,

class ClassName(models.Model):

_inherit = 'model_name'

#overwrite_Method
def onchange_method(self):
pass

Related Posts Răspunsuri Vizualizări Activitate
0
dec. 20
3077
1
oct. 23
1973
2
oct. 23
2164
2
aug. 23
4191
4
aug. 23
20512