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