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
627 B

  1. # Copyright 2014 ABF OSIELL <http://osiell.com>
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  3. {
  4. "name": "User roles",
  5. "version": "13.0.1.0.0",
  6. "category": "Tools",
  7. "author": "ABF OSIELL, Odoo Community Association (OCA)",
  8. "license": "LGPL-3",
  9. "maintainers": ["sebalix", "jcdrubay", "novawish"],
  10. "website": "https://github.com/OCA/server-backend",
  11. "depends": ["base"],
  12. "data": [
  13. "security/ir.model.access.csv",
  14. "data/ir_cron.xml",
  15. "data/ir_module_category.xml",
  16. "views/role.xml",
  17. "views/user.xml",
  18. ],
  19. "installable": True,
  20. }