mirror of
https://github.com/NaN-tic/trytond-electronic_mail_filter.git
synced 2023-12-14 02:42:58 +01:00
16 lines
603 B
XML
16 lines
603 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part electronic_mail_template module for Tryton.
|
|
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
|
|
<tryton>
|
|
<data>
|
|
|
|
<!-- electronic.mail.template -->
|
|
<record model="ir.ui.view" id="template_view_form">
|
|
<field name="model">electronic.mail.template</field>
|
|
<field name="inherit"
|
|
ref="electronic_mail_template.template_view_form"/>
|
|
<field name="name">electronic_mail_template_form</field>
|
|
</record>
|
|
|
|
</data>
|
|
</tryton>
|