mirror of
https://github.com/NaN-tic/trytond-electronic_mail_filter.git
synced 2023-12-14 02:42:58 +01:00
10 lines
358 B
XML
10 lines
358 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. -->
|
|
<tree string="Electronic Mail Filters">
|
|
<field name="name"/>
|
|
<field name="template"/>
|
|
<field name="cron"/>
|
|
<field name="active"/>
|
|
</tree>
|