mirror of
https://github.com/NaN-tic/trytond-project_helpdesk.git
synced 2023-12-14 05:32:56 +01:00
11 lines
378 B
XML
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>
|