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.

19 lines
557 B

  1. # Copyright (C) 2021 Open Source Integrators
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "User roles by company",
  5. "version": "14.0.2.0.0",
  6. "category": "Tools",
  7. "author": "Open Source Integrators, Odoo Community Association (OCA)",
  8. "license": "AGPL-3",
  9. "website": "https://github.com/OCA/server-backend",
  10. "depends": ["base_user_role"],
  11. "data": [
  12. "views/role.xml",
  13. ],
  14. "installable": True,
  15. "auto_install": True,
  16. "maintainer": "dreispt",
  17. "development_status": "Beta",
  18. }