I have a custom filter for crm.lead, which I use on the kanban view. Is there a key I can add to the context to override which columns are folded / unfolded by default?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
1
Reply
8070
Views
Yes you can...
You can change the fold property dynamically, in py method in which the kanban action is triggered...
Example: In case of CRM
_group_by_full = { 'stage_id': _read_group_stage_ids }
So in "_read_group_stage_ids" method, you can make your changes...
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
जन॰ 25
|
1835 | ||
|
0
अग॰ 22
|
2688 | ||
|
0
मार्च 22
|
2646 | ||
Not display Kanban view ?
Solved
|
|
1
अक्तू॰ 19
|
5642 | |
|
2
मई 18
|
6520 |