I added calendar view on stock transfer (stock.picking). I see the transfer name in the calendar view label. However, I want to see a different field that I added on the stock transfer as a label. (x_city)
I found the following code for XML on forums.
display="[name]"
I used this code in calendar view.
Image Link: https://prnt.sc/BYUE75MIWSaS
But when I try to save I get the following error.
https://prnt.sc/KmIGy50wJrip
How can I see x_city field in tag in XML.
my code;
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1755
Görünümler
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
Oca 24
|
1442 | ||
|
2
Eyl 22
|
2049 | ||
|
0
Haz 23
|
1641 | ||
ODOO V15 CRM CALENDAR VIEW
Çözüldü
|
|
1
Şub 22
|
3109 | |
|
0
Kas 20
|
3916 |
my code;
<?xml version="1.0"?>
<calendar string="Calendar View" date_start="scheduled_date" display="[x_city]" color="x_city" event_limit="10">
<field name="x_city" filters="1"/>
<field name="partner_id"/>
<field name="origin"/>
<field name="picking_type_id"/>
<field name="state"/>
</calendar>