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.

29 lines
887 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": "12.0.2.0.0",
  7. "development_status": "Mature",
  8. "maintainers": ['lreficent'],
  9. "category": "Tools",
  10. "website": "https://github.com/OCA/server-ux",
  11. "author": "Eficent, Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "depends": [
  16. "web",
  17. "bus",
  18. ],
  19. "data": [
  20. "security/ir.model.access.csv",
  21. "views/tier_definition_view.xml",
  22. "views/tier_review_view.xml",
  23. "views/assets_backend.xml",
  24. ],
  25. 'qweb': [
  26. 'static/src/xml/systray.xml',
  27. 'static/src/xml/tier_review_template.xml',
  28. ],
  29. }