mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 10:42:07 +00:00
19 lines
583 B
XML
19 lines
583 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
|
|
@author Sylvain LE GAL (https://twitter.com/legalsylvain)
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
-->
|
|
|
|
<flectra>
|
|
|
|
<record id="action_bi_sql_view" model="ir.actions.act_window">
|
|
<field name="name">SQL Views</field>
|
|
<field name="type">ir.actions.act_window</field>
|
|
<field name="res_model">bi.sql.view</field>
|
|
<field name="view_type">form</field>
|
|
<field name="view_mode">tree,form</field>
|
|
</record>
|
|
|
|
</flectra>
|