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.

21 lines
601 B

  1. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  2. {
  3. "name": "User profiles",
  4. "version": "12.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. "data": [
  11. "data/data.xml",
  12. "security/ir.model.access.csv",
  13. "views/user.xml",
  14. "views/role.xml",
  15. "views/profile.xml",
  16. "views/assets.xml",
  17. ],
  18. "qweb": ["static/src/xml/templates.xml"],
  19. "installable": True,
  20. }