Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
1946 Prikazi

Steps to reproduce:


1. Open a contact

2. Open a tab like "internal notes"

3. Edit


navs[activeIndex] is undefined


Avatar
Opusti
Avtor Best Answer

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')) {

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
3
sep. 25
2665
0
avg. 25
238
1
avg. 25
2232
2
jul. 25
8102
2
jul. 25
4548