trytonpsk-hotel/view/housekeeping_schedule_start_form.xml
oscar alvarez cc93584ab5 Fix
2023-10-19 22:10:41 -05:00

10 lines
369 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="employee"/>
<field name="employee" widget="selection"/>
<newline/>
<field name="rooms" colspan="4"
view_ids="hotel.room_housekeeping_view_tree"/>
</form>