Hello every one, i want to ask why does domain didn't work on my xml and i tried to put it on my python class field but still it didn't work? Can anyone answer pls!
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ờ
1
Trả lời
4458
Lượt xem
Hi Anirudh,
Domain should work in both xml and py file. Please check the syntax again. Make sure it of the form domain =[('field_name','operator',value)]. For example it should be like, domain="[('responsible_id', '=', uid)].
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ý
There can be various of reasons Anirudh. I would suggest that you put forward your specific case in more details.
Provide your scenario with code