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

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?

Awatar
Odrzuć
Najlepsza odpowiedź

make

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

to become the calendar view in default

Awatar
Odrzuć
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.

Powiązane posty Odpowiedzi Widoki Czynność
1
lip 25
407
2
cze 25
780
1
maj 25
2380
1
kwi 25
3484
3
sie 24
2590