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.

41 lines
1.5 KiB

  1. # -*- coding: utf-8 -*-
  2. # Odoo, Open Source Management Solution
  3. # Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU Affero General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU Affero General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU Affero General Public License
  16. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. {
  18. "name": "Personal information page for contacts",
  19. "summary": "Add a page to contacts form to put personal information",
  20. "version": "9.0.1.0.0",
  21. "author": "Odoo Community Association (OCA)",
  22. "license": "AGPL-3",
  23. "contributors": [
  24. 'EL Hadji DEM <elhadji.dem@savoirfairelinux.com>',
  25. 'Jairo Llopis <j.llopis@grupoesoc.es>',
  26. 'Matjaž Mozetič <m.mozetic@matmoz.si>',
  27. 'Rudolf Schnapka <schnapkar@golive-saar.de>',
  28. 'Richard deMeester <richard@willowit.com.au>',
  29. ],
  30. "category": "Customer Relationship Management",
  31. "website": "https://odoo-community.org/",
  32. "depends": [
  33. "base"
  34. ],
  35. "data": [
  36. "views/res_partner.xml",
  37. ],
  38. 'installable': True,
  39. 'auto_install': False,
  40. }