How to disable field onchange function from custom model without delete the function from source code ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
2541
ビュー
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
|
3074 | ||
|
1
10月 23
|
1962 | ||
|
2
10月 23
|
2161 | ||
|
2
8月 23
|
4185 | ||
|
4
8月 23
|
20504 |