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

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