trytond-farm_breeding/view/farm_create_breeding_start.xml

13 lines
374 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form>
<label name="breed"/>
<field name="breed"/>
<newline/>
<label name="location"/>
<field name="location"/>
<label name="breeding_account_parent"/>
<field name="breeding_account_parent"/>
</form>