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.

22 lines
794 B

  1. # Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Contact nationality",
  5. "summary": "Add nationality field to contacts",
  6. "version": "12.0.1.0.0",
  7. "category": "Customer Relationship Management",
  8. "website": "https://odoo-community.org/",
  9. "author": "Grupo ESOC, Odoo Community Association (OCA)",
  10. "contributors": [
  11. "Jairo Llopis <j.llopis@grupoesoc.es>",
  12. "Richard deMeester <richard@willowit.com.au>",
  13. "Denis Roussel <denis.roussel@acsone.eu>",
  14. ],
  15. "license": "AGPL-3",
  16. "application": False,
  17. "installable": True,
  18. "auto_install": False,
  19. "depends": ["partner_contact_personal_information_page"],
  20. "data": ["views/res_partner.xml"],
  21. }