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
- Apskaita
- Atsarga
- PoS
- Project
- MRP
This question has been flagged
            
                1
                
                    Atsakyti
                
            
        
        
            
                3012
                
                    Rodiniai
                
            
        
    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!
Registracija| Related Posts | Replies | Rodiniai | Veikla | |
|---|---|---|---|---|
|  | 0 gruod. 20  | 3737 | ||
|  | 1 spal. 23  | 2624 | ||
|  | 2 spal. 23  | 2861 | ||
|  | 2 rugp. 23  | 5058 | ||
|  | 4 rugp. 23  | 21464 | 
