trytond-project_helpdesk/tracker.xml
2014-04-23 10:14:28 +02:00

11 lines
378 B
XML

<?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="project.work.tracker" id="es">
<field name="name">Issue</field>
<field name="helpdesk">True</field>
</record>
</data>
</tryton>