trytond-farm/view/farm_farrowing_event_list_e...

20 lines
684 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree editable="1">
<field name="animal"/>
<field name="animal_group"/>
<field name="female_cycle"/>
<field name="problem"/>
<field name="live"/>
<field name="stillborn"/>
<field name="mummified"/>
<field name="dead"/>
<field name="produced_group"/>
<field name="state"/>
<field name="farm" tree_invisible="1"/>
<field name="employee" tree_invisible="1"/>
<field name="timestamp" widget="date" tree_invisible="1"/>
<field name="timestamp" widget="time" tree_invisible="1"/>
</tree>