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.
Cette question a été signalée
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
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
2
mars 26
|
1597 | ||
|
|
3
mai 25
|
5368 | ||
|
|
1
avr. 25
|
3861 | ||
|
one2one relational field
Résolu
|
|
3
sept. 24
|
18129 | |
|
|
1
juil. 23
|
4643 |
How can I create the view