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.

24 lines
828 B

  1. # Copyright 2013-2014 Savoir-faire Linux
  2. # (<http://www.savoirfairelinux.com>).
  3. # Copyright 2017 ForgeFlow S.L.
  4. # (http://www.forgeflow.com)
  5. # Copyright 2017 Serpent Consulting Services Pvt. Ltd.
  6. # (<http://www.serpentcs.com>)
  7. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  8. {
  9. "name": "Partner Phone Number Extension",
  10. "version": "14.0.1.0.1",
  11. "category": "Customer Relationship Management",
  12. "summary": "Partner Phone Number Extension",
  13. "author": "Savoir-faire Linux, "
  14. "ForgeFlow, "
  15. "Serpent Consulting Services Pvt. Ltd., "
  16. "Odoo Community Association (OCA)",
  17. "website": "https://github.com/OCA/partner-contact",
  18. "license": "AGPL-3",
  19. "depends": ["base"],
  20. "data": ["views/res_partner_view.xml"],
  21. "installable": True,
  22. "auto_install": False,
  23. }