how to expand multiple group by fields in odoo 14
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ờ
2
Trả lời
4324
Lượt xem
how to expand multiple group by fields in odoo 14
Hello nzangon,
You have to add expand="1" in the on the xml view and it works.
Hope it helps.
Thank you bro
Hello
there is oca module which will fullfill your needs. please find following module
https://github.com/OCA/web/tree/14.0/web_group_expand
Thanks & Regards,
CandidRoot Solutions Pvt. Ltd.
Mobile: (+91) 8849036209
Email: info@candidroot.com
Skype: live:candidroot
Web: https://www.candidroot.com
Address: 1229-1230, Iconic Shyamal, Near Shyamal Cross Road, Ahmedabad, Gujarat 380015
Thanks bro
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ý
Can you give more information, please?
When I filter list view group by 2/3 fields but its expand only one field if I put this expand='1' in tree view but I want to expand all the group by field in list view.