trytond-farm/view/farm_animal_group_list.xml

12 lines
383 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 string="Animal Group">
<field name="number"/>
<field name="breed"/>
<field name="arrival_date"/>
<field name="removal_date"/>
<field name="initial_quantity"/>
<field name="tags" tree_invisible="1"/>
</tree>