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.

17 lines
622 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": "14.0.1.0.1",
  7. "category": "Customer Relationship Management",
  8. "website": "https://github.com/OCA/partner-contact",
  9. "author": "Grupo ESOC, Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "application": False,
  12. "installable": True,
  13. "auto_install": False,
  14. "depends": ["partner_contact_personal_information_page"],
  15. "data": ["views/res_partner.xml"],
  16. }