[MIG] base_sparse_field_support: Migration to 13.0

pull/2533/head
Laurent-Corron 2019-10-22 09:51:56 +02:00 committed by hda
parent b6b98472af
commit ca1b70f1fd
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "Base Sparse Field List Support", "name": "Base Sparse Field List Support",
"summary": "add list support to convert_to_cache()", "summary": "add list support to convert_to_cache()",
"version": "12.0.1.0.0", "version": "13.0.1.0.0",
"category": "Technical Settings", "category": "Technical Settings",
"website": "www.akretion.com", "website": "www.akretion.com",
"author": "Akretion", "author": "Akretion",
"license": "AGPL-3", "license": "AGPL-3",
"application": False, "application": False,
"installable": False, "installable": True,
"depends": ["base", "base_sparse_field"], "depends": ["base", "base_sparse_field"],
} }