Hi, i created a custom field for lead/opportunity model . The field name is "x_ReadyOffplan" . But when I create the opportunity in Kanban view then I don't see this field lable there. How can I enable in lead form. Please advise.
この質問にフラグが付けられました
Edit: This ... forum deleted my answer, and I'm not typing it again, check here please:
https://www.odoo.com/forum/help-1/add-field-in-kanban-view-account-invoice-line-165366
After creating the field in the model you need to create the view.
Usually looks like this:
your_model.kanban
your_model
Open any lead/opportunity
Activate debug mode → Edit View: Form
In the form editor:
Drag the field ReadyOffplan into the form
Save
This makes it visible on the form view (both Lead & Opportunity).
Kanban view :
Open CRM → Opportunities
Activate developer mode → Edit View: Kanban
Add the field inside the kanban template, for example:
< field name = "x_ReadyOffplan" />
Save
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
|
2
3月 26
|
1814 | ||
|
|
3
5月 25
|
5607 | ||
|
|
1
4月 25
|
4005 | ||
|
|
3
9月 24
|
18258 | ||
|
|
1
7月 23
|
4693 |
How can I create the view