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

  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": "10.0.1.0.0",
  7. "category": "Customer Relationship Management",
  8. "website": "https://odoo-community.org/",
  9. "author": "Odoo Community Association (OCA),Odoo SA",
  10. "license": "AGPL-3",
  11. 'application': False,
  12. 'installable': True,
  13. 'auto_install': False,
  14. "depends": [
  15. "base",
  16. "partner_contact_personal_information_page",
  17. ],
  18. "data": [
  19. "views/res_partner.xml",
  20. ],
  21. "demo": [
  22. "demo/res_partner.xml",
  23. "demo/ir_actions.xml",
  24. ],
  25. }