trytond-galatea_tutorial/view/configuration_form.xml
2015-02-13 15:17:22 +01:00

12 lines
442 B
XML

<?xml version="1.0"?>
<!-- This file is part galatea_tutorial module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form" position="inside">
<label name="tutorial_thumb_size"/>
<field name="tutorial_thumb_size"/>
<label name="tutorial_thumb_crop"/>
<field name="tutorial_thumb_crop"/>
</xpath>
</data>