Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4162 Visualizzazioni

I need a calendar in tree view by default but my code is not working:

<record id="calendar.action_calendar_event" model="ir.actions.act_window">

<field name="view_mode">tree,calendar,form</field>

<field name="view_id" ref="calendar.view_calendar_event_tree"/>

What is wrong in your opinion?

Avatar
Abbandona
Risposta migliore

make

<field name="view_mode">calendar,tree,form</field>

to become the calendar view in default

Avatar
Abbandona
Autore

Thank but I asked how to change to tree view. As you can see I used

<field name="view_mode">tree,calendar,form</field>

and it does not work

change the sequence of views for default view, calendar,tree,form

Autore

but I need a tree view by default.

Post correlati Risposte Visualizzazioni Attività
1
lug 25
615
2
giu 25
999
1
mag 25
2547
1
apr 25
3700
3
ago 24
2776