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
- Bogføring
- Lager
- PoS
- Project
- MRP
Dette spørgsmål er blevet anmeldt
            
                1
                
                    Svar
                
            
        
        
            
                3007
                
                    Visninger
                
            
        
    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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Tilmeld dig| Related Posts | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|  | 0 dec. 20  | 3734 | ||
|  | 1 okt. 23  | 2623 | ||
|  | 2 okt. 23  | 2857 | ||
|  | 2 aug. 23  | 5057 | ||
|  | 4 aug. 23  | 21461 | 
