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

  1. # Copyright 2013-2014 Savoir-faire Linux
  2. # (<http://www.savoirfairelinux.com>).
  3. # Copyright 2017 Eficent Business and IT Consulting Services S.L.
  4. # (http://www.eficent.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': '12.0.1.0.0',
  11. 'category': 'Customer Relationship Management',
  12. 'summary': 'Partner Phone Number Extension',
  13. 'author': "Savoir-faire Linux, "
  14. "Eficent, "
  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': [
  21. 'views/res_partner_view.xml',
  22. ],
  23. 'installable': True,
  24. 'auto_install': False,
  25. }