Steps to reproduce:
1. Open a contact
2. Open a tab like "internal notes"
3. Edit
navs[activeIndex] is undefined
Steps to reproduce:
1. Open a contact
2. Open a tab like "internal notes"
3. Edit
navs[activeIndex] is undefined
Solution:
/usr/lib/python3/dist-packages/odoo/addons/web/static/src/js/views/form/form_renderer.js
Bug:
if (navs[activeIndex].classList.contains('o_invisible_modifier')) {Fix:
if (activeIndex in navs && navs[activeIndex].classList.contains('o_invisible_modifier')) {
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
1
Apr 26
|
1973 | |||
|
1
Dec 25
|
1779 | |||
|
3
Sep 25
|
4923 | |||
|
0
Aug 25
|
2279 | |||
|
1
Aug 25
|
4782 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.