trytonpsk-crm_fiduprevisora/dash.xml
oscar alvarez d158d1c728 Fix
2023-02-17 13:34:43 -05:00

19 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>