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.

26 lines
857 B

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