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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Eficent Business and IT Consulting Services S.L.
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Base Tier Validation",
  6. "summary": "Implement a validation process based on tiers.",
  7. "version": "9.0.1.0.2",
  8. "category": "Tools",
  9. "website": "https://github.com/OCA/server-tools",
  10. "author": "Eficent, Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "depends": [
  15. "base",
  16. ],
  17. "data": [
  18. "security/ir.model.access.csv",
  19. "views/tier_definition_view.xml",
  20. "views/tier_review_view.xml",
  21. ],
  22. }