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.

23 lines
705 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'SQL Request Abstract',
  7. 'version': '10.0.1.0.1',
  8. 'author': 'GRAP,Akretion,Odoo Community Association (OCA)',
  9. 'website': 'https://www.odoo-community.org',
  10. 'license': 'AGPL-3',
  11. 'category': 'Tools',
  12. 'summary': 'Abstract Model to manage SQL Requests',
  13. 'depends': [
  14. 'base',
  15. ],
  16. 'data': [
  17. 'security/ir_module_category.xml',
  18. 'security/res_groups.xml',
  19. 'security/ir.model.access.csv',
  20. ],
  21. 'installable': True,
  22. }