mirror of
https://github.com/NaN-tic/trytond-electronic_mail_filter.git
synced 2023-12-14 02:42:58 +01:00
12 lines
437 B
XML
12 lines
437 B
XML
<?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>
|
|
</xpath>
|
|
</data>
|