mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
- Add new main entry menu for SQL configuration - Add abstract tree view - Add abstract form view - ADD ace/mode-pgsql.js file to have syntaxic coloration in sql field - move has_grouped_changed from bi_sql_editor to sql_request_abstract - remove main menu entries, replaced by new spreadsheet menu entries in V16 - update translation - IMP : inherit from mail.thread to use chatter - ADD : new note fields - REF : add comment on has_grouped_changed field
23 lines
756 B
Python
23 lines
756 B
Python
# 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).
|
|
|
|
{
|
|
"name": "SQL Request Abstract",
|
|
"version": "16.0.1.0.0",
|
|
"author": "GRAP,Akretion,Odoo Community Association (OCA)",
|
|
"maintainers": ["legalsylvain"],
|
|
"website": "https://github.com/OCA/reporting-engine",
|
|
"license": "AGPL-3",
|
|
"category": "Tools",
|
|
"summary": "Abstract Model to manage SQL Requests",
|
|
"depends": ["mail"],
|
|
"data": [
|
|
"security/ir_module_category.xml",
|
|
"security/res_groups.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/view_sql_request_mixin.xml",
|
|
],
|
|
"installable": True,
|
|
}
|