trytond-galatea_blog-old/view/website_form.xml
2014-05-27 12:17:33 +02:00

15 lines
550 B
XML

<?xml version="1.0"?>
<!-- This file is part of galatea_blog 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="blog_comment"/>
<field name="blog_comment"/>
<label name="blog_anonymous"/>
<field name="blog_anonymous"/>
<label name="blog_anonymous_user"/>
<field name="blog_anonymous_user"/>
</xpath>
</data>