trytond-galatea_photoalbum/view/website_form.xml
2015-01-14 16:40:26 +01:00

21 lines
875 B
XML

<?xml version="1.0"?>
<!-- This file is part of galatea_photoalbum 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="photoalbum" string="Photo Album">
<label name="photoalbum_comment"/>
<field name="photoalbum_comment"/>
<label name="photoalbum_anonymous"/>
<field name="photoalbum_anonymous"/>
<label name="photoalbum_anonymous_user"/>
<field name="photoalbum_anonymous_user"/>
<label name="photoalbum_new"/>
<field name="photoalbum_new"/>
<label name="photoalbum_new_anonymous"/>
<field name="photoalbum_new_anonymous"/>
</page>
</xpath>
</data>