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.

28 lines
948 B

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