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
625 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": "Extends the functionality of Contacts to"
  6. "support a tier validation process.",
  7. "version": "14.0.1.0.0",
  8. "website": "https://github.com/OCA/partner-contact",
  9. "category": "Contact",
  10. "author": "Open Source Integrators, Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "depends": ["contacts", "base_tier_validation"],
  15. "data": [
  16. "views/res_partner_view.xml",
  17. ],
  18. }