Improve calendar view.

This commit refs #27930
This commit is contained in:
Sergio Morillo 2023-11-20 19:39:33 +01:00
parent bd131d7823
commit df27857637
3 changed files with 11 additions and 10 deletions

View file

@ -13,11 +13,12 @@
<label name="city"/>
<field name="city"/>
<newline/>
<label name="rest_days"/>
<field name="rest_days" yexpand="0"/>
<notebook>
<page string="Days" id="days" col="2">
<field name="days"/>
<page string="Days" id="days" col="4">
<group name="rest_days" yexpand="0" yfill="0" yalign="0">
<field name="rest_days" yexpand="0"/>
</group>
<field name="days" colspan="3"/>
</page>
</notebook>
</form>

View file

@ -2,8 +2,8 @@
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree>
<field name="name"/>
<field name="year"/>
<field name="subdivision"/>
<field name="city"/>
<field name="name" expand="2"/>
<field name="year" expand="2"/>
<field name="subdivision" expand="1"/>
<field name="city" expand="1"/>
</tree>

View file

@ -4,6 +4,6 @@
<tree editable="1">
<field name="calendar"/>
<field name="date_"/>
<field name="name"/>
<field name="day_type"/>
<field name="name" expand="1"/>
<field name="day_type" expand="2"/>
</tree>