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.
To pytanie dostało ostrzeżenie
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
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
trying to match fields for products
Rozwiązane
|
|
2
mar 26
|
1644 | |
|
|
3
maj 25
|
5405 | ||
|
|
1
kwi 25
|
3888 | ||
|
one2one relational field
Rozwiązane
|
|
3
wrz 24
|
18163 | |
|
|
1
lip 23
|
4670 |
How can I create the view