File: ir.xml

package info (click to toggle)
tryton-modules-party 7.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,560 kB
  • sloc: python: 2,702; xml: 1,408; makefile: 11; sh: 3
file content (12 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
    <data>
        <record model="ir.ui.view" id="email_template_view_form">
            <field name="model">ir.email.template</field>
            <field name="inherit" ref="ir.email_template_view_form"/>
            <field name="name">email_template_form</field>
        </record>
    </data>
</tryton>