Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

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;
















Awatar
Odrzuć
Autor

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>

Powiązane posty Odpowiedzi Widoki Czynność
1
sty 24
1453
2
wrz 22
2065
0
cze 23
1647
1
lut 22
3119
0
lis 20
3921