trytond-electronic_mail_act.../user.xml
2014-09-01 22:11:20 +02:00

13 lines
462 B
XML

<?xml version="1.0"?>
<!-- This file is part asterisk module for 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="user_view_form">
<field name="model">res.user</field>
<field name="inherit" ref="res.user_view_form"/>
<field name="name">user_form</field>
</record>
</data>
</tryton>