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

  1. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  2. {
  3. "name": "User profiles",
  4. "version": "14.0.1.0.0",
  5. "category": "Tools",
  6. "author": "Akretion, Odoo Community Association (OCA)",
  7. "license": "AGPL-3",
  8. "website": "https://github.com/OCA/server-backend",
  9. "depends": ["base_user_role", "web"],
  10. "post_init_hook": "post_init_hook",
  11. "data": [
  12. "data/data.xml",
  13. "security/ir.model.access.csv",
  14. "views/user.xml",
  15. "views/role.xml",
  16. "views/profile.xml",
  17. "views/assets.xml",
  18. ],
  19. "qweb": ["static/src/xml/templates.xml"],
  20. "installable": True,
  21. }