Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4027 Vizualizări

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?

Imagine profil
Abandonează
Cel mai bun răspuns

make

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

to become the calendar view in default

Imagine profil
Abandonează
Autor

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

Autor

but I need a tree view by default.

Related Posts Răspunsuri Vizualizări Activitate
1
iul. 25
395
2
iun. 25
775
1
mai 25
2378
1
apr. 25
3476
3
aug. 24
2586