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

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