[12.0][MIG] base_sparse_field_list_support
parent
5947e30a1c
commit
d24cc7e4eb
|
@ -1,2 +1 @@
|
|||
# coding: utf-8
|
||||
from . import models
|
||||
|
|
|
@ -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"],
|
||||
}
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# coding: utf-8
|
||||
from . import fields
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import json
|
||||
|
||||
from odoo import fields
|
||||
|
|
Loading…
Reference in New Issue