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
859 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
  3. # Copyright 2016 Tecnativa - Vicent Cubells
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Base Import Match",
  7. "summary": "Try to avoid duplicates before importing",
  8. "version": "10.0.1.0.0",
  9. "category": "Tools",
  10. "website": "https://tecnativa.com",
  11. "author": "Grupo ESOC Ingeniería de Servicios,"
  12. "Tecnativa, "
  13. "Odoo Community Association (OCA)",
  14. "license": "AGPL-3",
  15. "application": False,
  16. "installable": True,
  17. "depends": [
  18. "base_import",
  19. ],
  20. "data": [
  21. "security/ir.model.access.csv",
  22. "data/base_import_match.xml",
  23. "views/base_import_match_view.xml",
  24. ],
  25. "demo": [
  26. "demo/base_import_match.xml",
  27. ],
  28. }