trytond-galatea_tutorial/view/website_form.xml
2015-01-14 16:39:22 +01:00

16 lines
664 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="after">
<page id="tutorial" string="Tutorial">
<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"/>
</page>
</xpath>
</data>