You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using crm_department module, branch 8.0.
We have a problem creating sales opportunities. Loading opportunities Form view, shows the following error message:
AttributeError: 'crm.lead' object has no attribute 'onchange_section_id'
There is not a method called 'onchange_section_id'.
By now, we don't need section_id (Sales team), so we remove:
onchange_section_id(section_id)
from crm_view.xml to avoid the error message.
Please, what is the best solution for this issue?
Thank you.
Regards,
Francisco.
The text was updated successfully, but these errors were encountered:
Hello all,
We are using crm_department module, branch 8.0.
We have a problem creating sales opportunities. Loading opportunities Form view, shows the following error message:
AttributeError: 'crm.lead' object has no attribute 'onchange_section_id'
There is not a method called 'onchange_section_id'.
By now, we don't need section_id (Sales team), so we remove:
onchange_section_id(section_id)
from crm_view.xml to avoid the error message.
Please, what is the best solution for this issue?
Thank you.
Regards,
Francisco.
The text was updated successfully, but these errors were encountered: