trytonpsk-crm_fiduprevisora/dash.xml

20 lines
648 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="dash.app.consulta_pqr" id="dash_app_consulta_pqr">
<field name="company">1</field>
<field name="icon"></field>
<field name="kind">external</field>
</record>
<record model="dash.app" id="app_consulta_pqr">
<field name="name">Consulta PQRs</field>
<field name="active">True</field>
<field name="app_name">consulta_pqr</field>
</record>
</data>
</tryton>