[MIG] base_import_match: Migration to 13.0

This commit is contained in:
Radovan Skolnik
2020-07-16 10:59:34 +02:00
parent 7b8ce4a970
commit a98f8279fd
6 changed files with 19 additions and 12 deletions

View File

@@ -4,18 +4,18 @@
{
"name": "Base Import Match",
"summary": "Try to avoid duplicates before importing",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"category": "Tools",
"website": "https://tecnativa.com",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["base_import",],
"depends": ["base_import"],
"data": [
"security/ir.model.access.csv",
"data/base_import_match.xml",
"views/base_import_match_view.xml",
],
"demo": ["demo/base_import_match.xml",],
"demo": ["demo/base_import_match.xml"],
}