mirror of
https://github.com/NaN-tic/trytond-galatea_tutorial.git
synced 2023-12-14 02:32:55 +01:00
11 lines
442 B
XML
11 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>
|