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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
            
                1
                
                    回复
                
            
        
        
            
                3014
                
                    查看
                
            
        
    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  | 3741 | ||
|  | 1 10月 23  | 2628 | ||
|  | 2 10月 23  | 2864 | ||
|  | 2 8月 23  | 5061 | ||
|  | 4 8月 23  | 21467 | 
