コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2679 ビュー

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
3201
1
10月 23
2091
2
10月 23
2331
2
8月 23
4352
4
8月 23
20694