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

  1. # Copyright 2020 Camptocamp SA
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
  3. {
  4. "name": "Import Module Group",
  5. "summary": "Restrict module importation to specific group",
  6. "version": "12.0.1.0.0",
  7. "category": "Uncategorized",
  8. "website": "https://github.com/OCA/server-tools",
  9. "author": "Camptocamp, Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "application": False,
  12. "installable": True,
  13. "auto-install": True,
  14. "depends": [
  15. "base_import_module",
  16. ],
  17. "data": [
  18. "security/res_groups.xml",
  19. "views/import_module_group.xml",
  20. ],
  21. }