trytond-farm_breeding/farm.xml

13 lines
460 B
XML
Raw Normal View History

2014-05-20 16:59:44 +02:00
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="animal_group_view_form">
<field name="model">farm.animal.group</field>
<field name="inherit" ref="farm.farm_animal_group_form_view"/>
<field name="name">animal_group_form</field>
</record>
</data>
</tryton>