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

  1. # Copyright 2019 Patrick Wilson <patrickraymondwilson@gmail.com>
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Partner Priority",
  5. "summary": "Adds priority to partners.",
  6. "author": "Patrick Wilson, Odoo Community Association (OCA)",
  7. "website": "https://github.com/OCA/partner-contact",
  8. "category": "Customer Relationship Management",
  9. "version": "14.0.1.0.0",
  10. "license": "AGPL-3",
  11. "depends": ["contacts"],
  12. "data": [
  13. "views/res_partner.xml",
  14. "views/partner_priority.xml",
  15. "security/ir.model.access.csv",
  16. "data/partner_priority_data.xml",
  17. ],
  18. "development_status": "Beta",
  19. "maintainers": ["patrickrwilson"],
  20. }