How to disable field onchange function from custom model without delete the function from source code ?
This question has been flagged
1
Reply
3392
Views
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!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
0
dec. 20
|
4302 | ||
|
|
1
okt. 23
|
3168 | ||
|
|
2
okt. 23
|
3461 | ||
|
|
2
aug. 23
|
5765 | ||
|
|
4
aug. 23
|
22376 |