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.

25 lines
652 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014 ABF OSIELL <http://osiell.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'User roles',
  6. 'version': '10.0.1.0.2',
  7. 'category': 'Tools',
  8. 'author': 'ABF OSIELL, Odoo Community Association (OCA)',
  9. 'license': 'AGPL-3',
  10. 'maintainer': 'ABF OSIELL',
  11. 'website': 'http://www.osiell.com',
  12. 'depends': [
  13. 'base',
  14. ],
  15. 'data': [
  16. 'security/ir.model.access.csv',
  17. 'data/ir_module_category.xml',
  18. 'data/ir_cron.xml',
  19. 'views/role.xml',
  20. 'views/user.xml',
  21. ],
  22. 'installable': True,
  23. 'auto_install': False,
  24. }