[12.0][MIG] base_sparse_field_list_support

pull/2533/head
Denis Roussel 2019-05-10 16:02:06 +02:00 committed by hda
parent 5947e30a1c
commit d24cc7e4eb
4 changed files with 3 additions and 8 deletions

View File

@ -1,2 +1 @@
# coding: utf-8
from . import models

View File

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

View File

@ -1,2 +1 @@
# coding: utf-8
from . import fields

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import json
from odoo import fields