trytond-galatea_tutorial/view/website_form.xml
2014-12-15 10:29:32 +01:00

15 lines
578 B
XML

<?xml version="1.0"?>
<!-- This file is part of galatea_tutorial module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license types. -->
<data>
<xpath expr="/form/notebook/page[@id=&quot;configuration&quot;]" position="inside">
<label name="tutorial_comment"/>
<field name="tutorial_comment"/>
<label name="tutorial_anonymous"/>
<field name="tutorial_anonymous"/>
<label name="tutorial_anonymous_user"/>
<field name="tutorial_anonymous_user"/>
</xpath>
</data>