Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
2557 Tampilan

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

Avatar
Buang
Jawaban Terbai

Hello loay elhaj,

Please find code in Comment. 

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

Avatar
Buang

Try this,

class ClassName(models.Model):

_inherit = 'model_name'

#overwrite_Method
def onchange_method(self):
pass

Post Terkait Replies Tampilan Aktivitas
0
Des 20
3077
1
Okt 23
1973
2
Okt 23
2165
2
Agu 23
4191
4
Agu 23
20514