I'd like to know if someone have an ideia how I can check if an element exists in a template that inherits or calls other one.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
As long as I know there is none about that in Odoo but it's not difficult to get it done developing a new QWeb tag to check that. You just need to be aware of where do you need to check, in the local template you supposedly are not on the top and if you wanna check from the top you need to get the same template name/id from the qwebcontext, on another template you need to pass the template name/id to the tag call so you could get the arch to check the xpath expressions. The result could be set into qwebcontext or maybe will be even helpful to set it to qwebcontext and instead evaluate the tag body of the new tag. This are just dropped ideas
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
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 | |
---|---|---|---|---|
|
0
thg 6 15
|
4870 | ||
|
4
thg 12 23
|
18289 | ||
|
0
thg 4 21
|
1750 | ||
|
1
thg 7 25
|
2151 | ||
|
2
thg 5 24
|
2896 |
Actually, if an element doesn't exist, you will get error log when upgrading module.