trytond-electronic_mail_filter/view/electronic_mail_template_form.xml

13 lines
437 B
XML
Raw Normal View History

2015-01-23 12:44:40 +01:00
<?xml version="1.0"?>
<!-- This file is part of electronic_mail_filter module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@id='advanced']" position="after">
<page string="Filters" id="filters">
<label name="filters"/>
<field name="filters"/>
</page>
2015-01-23 12:44:40 +01:00
</xpath>
</data>