Steps to reproduce:
1. Open a contact
2. Open a tab like "internal notes"
3. Edit
navs[activeIndex] is undefined
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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')) {
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
3
thg 9 25
|
2658 | ||
|
0
thg 8 25
|
211 | ||
|
1
thg 8 25
|
2185 | ||
|
2
thg 7 25
|
8075 | ||
|
2
thg 7 25
|
4526 |