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.

20 lines
612 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2019 Coop IT Easy SCRL fs
  3. # Robin Keunen <robin@coopiteasy.be>
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Partner unique email",
  7. "summary": "Add an unique constraint to email field",
  8. "version": "9.0.1.0.0",
  9. "category": "Customer Relationship Management",
  10. "website": "https://github.com/oca/partner-contact",
  11. "author": "Coop IT Easy SCRL fs, "
  12. "Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "depends": [
  17. "base",
  18. ],
  19. }