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.
This question has been flagged
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
trying to match fields for products
Vyřešeno
|
|
2
bře 26
|
1605 | |
|
|
3
kvě 25
|
5372 | ||
|
|
1
dub 25
|
3865 | ||
|
one2one relational field
Vyřešeno
|
|
3
zář 24
|
18132 | |
|
|
1
čvc 23
|
4650 |
How can I create the view