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.

23 lines
672 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": "11.0.1.0.1",
  7. "category": "Customer Relationship Management",
  8. "website": "https://github.com/OCA/partner-contact",
  9. "author": "Nicolas JEUDY,Odoo Community Association (OCA),Odoo SA",
  10. "license": "AGPL-3",
  11. "depends": [
  12. "base",
  13. "partner_contact_personal_information_page",
  14. ],
  15. "data": [
  16. "views/res_partner.xml",
  17. ],
  18. "demo": [
  19. "demo/res_partner.xml",
  20. "demo/ir_actions.xml",
  21. ],
  22. }