[FIX]Storage fix with latest 2.1.x
This commit is contained in:
parent
a556b199b0
commit
c106f01f99
@ -47,6 +47,12 @@ class Collection(BaseCollection):
|
||||
|
||||
odoo = False
|
||||
|
||||
@classmethod
|
||||
def static_init(cls):
|
||||
""" Static init is usefull mainly for threading lock, not needed for
|
||||
Odoo storage """
|
||||
pass
|
||||
|
||||
def __init__(self, path):
|
||||
""" Init function """
|
||||
self.__class__.odoo = Auth.odoo
|
||||
|
Loading…
x
Reference in New Issue
Block a user