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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
8079
ビュー
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...
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
1月 25
|
1835 | ||
|
0
8月 22
|
2688 | ||
|
0
3月 22
|
2646 | ||
|
1
10月 19
|
5642 | ||
|
2
5月 18
|
6520 |