mirror of
https://gitlab.com/datalifeit/trytond-staff_workplace
synced 2023-12-14 04:42:58 +01:00
parent
bd131d7823
commit
df27857637
3 changed files with 11 additions and 10 deletions
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in a new issue