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.

18 lines
649 B

  1. # Copyright 2019 Open Source Integrators
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Partner Tier Validation",
  5. "summary": "Support a tier validation process for Contacts",
  6. "version": "14.0.3.0.2",
  7. "website": "https://github.com/OCA/partner-contact",
  8. "category": "Contact",
  9. "author": "Open Source Integrators, Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "installable": True,
  12. "depends": ["contacts", "base_tier_validation", "partner_stage"],
  13. "data": [
  14. "data/tier_definition.xml",
  15. "views/res_partner_view.xml",
  16. ],
  17. "maintainers": ["dreispt"],
  18. }