You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
681 B
22 lines
681 B
# 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': '12.0.1.0.1',
|
|
'author': 'GRAP,Akretion,Odoo Community Association (OCA)',
|
|
'website': 'https://www.odoo-community.org',
|
|
'license': 'AGPL-3',
|
|
'category': 'Tools',
|
|
'summary': 'Abstract Model to manage SQL Requests',
|
|
'depends': [
|
|
'base',
|
|
],
|
|
'data': [
|
|
'security/ir_module_category.xml',
|
|
'security/res_groups.xml',
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'installable': True,
|
|
}
|