trytond-farm_breeding/view/farm_create_breeding_start.xml

13 lines
374 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
2019-06-10 23:24:45 +02:00
<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>