跳至内容
菜单
此问题已终结
1 回复
2584 查看

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

形象
丢弃
最佳答案

Hello loay elhaj,

Please find code in Comment. 

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

形象
丢弃

Try this,

class ClassName(models.Model):

_inherit = 'model_name'

#overwrite_Method
def onchange_method(self):
pass

相关帖文 回复 查看 活动
0
12月 20
3099
1
10月 23
2004
2
10月 23
2209
2
8月 23
4230
4
8月 23
20560