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.

36 lines
1.1 KiB

  1. # -*- coding: utf-8 -*-
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Contacts in several partners",
  5. "summary": "Allow to have one contact in several partners",
  6. "version": "9.0.1.0.0",
  7. "category": "Customer Relationship Management",
  8. "website": "https://odoo-community.org/",
  9. "author": "Odoo Community Association (OCA)",
  10. "contributors": [
  11. 'Xavier ALT <xal@openerp.com>',
  12. 'El Hadji Dem <elhadji.dem@savoirfairelinux.com>',
  13. 'TheCloneMaster <the.clone.master@gmail.com>',
  14. 'Sandy Carter <bwrsandman@gmail.com>',
  15. 'Rudolf Schnapka <rs@techno-flex.de>',
  16. 'Sebastien Alix <sebastien.alix@osiell.com>',
  17. 'Jairo Llopis <j.llopis@grupoesoc.es>',
  18. 'Richard deMeester <richard@willowit.com.au>',
  19. ],
  20. "license": "AGPL-3",
  21. 'application': False,
  22. 'installable': True,
  23. 'auto_install': False,
  24. "depends": [
  25. "base",
  26. "partner_contact_personal_information_page",
  27. ],
  28. "data": [
  29. "views/res_partner.xml",
  30. ],
  31. "demo": [
  32. "demo/res_partner.xml",
  33. "demo/ir_actions.xml",
  34. ],
  35. }