trytond-galatea_tutorial/view/website_form.xml

17 lines
664 B
XML
Raw Normal View History

2014-12-15 10:29:32 +01:00
<?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>
2014-12-15 10:29:32 +01:00
</xpath>
</data>