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.

29 lines
961 B

  1. # -*- coding: utf-8 -*-
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Personal information page for contacts",
  5. "summary": "Add a page to contacts form to put personal information",
  6. "version": "11.0.1.0.0",
  7. "category": "Customer Relationship Management",
  8. "website": "https://odoo-community.org/",
  9. "author": "Nicolas JEUDY,Odoo Community Association (OCA)",
  10. "contributors": [
  11. 'EL Hadji DEM <elhadji.dem@savoirfairelinux.com>',
  12. 'Jairo Llopis <j.llopis@grupoesoc.es>',
  13. 'Matjaž Mozetič <m.mozetic@matmoz.si>',
  14. 'Rudolf Schnapka <schnapkar@golive-saar.de>',
  15. 'Richard deMeester <richard@willowit.com.au>',
  16. 'Nicolas JEUDY <https://github.com/njeudy>',
  17. ],
  18. "license": "AGPL-3",
  19. 'application': False,
  20. 'installable': True,
  21. 'auto_install': False,
  22. "depends": [
  23. "base"
  24. ],
  25. "data": [
  26. "views/res_partner.xml",
  27. ],
  28. }