[FIX] new bug just introduced

bzr revid: fp@tinyerp.com-20100616182042-poahmuutxrujkkt7
This commit is contained in:
Fabien Pinckaers 2010-06-16 20:20:42 +02:00
parent a63aee23ee
commit 7c584a3d18
1 changed files with 0 additions and 3 deletions

View File

@ -488,13 +488,10 @@ class one2many(_column):
# (6, ?, ids) set a list of links
#
class many2many(_column):
"""
_classic_read = False
_classic_write = False
_prefetch = False
_type = 'many2many'
def __init__(self, obj, rel, id1, id2, string='unknown', limit=None, **args):
_column.__init__(self, string=string, **args)
self._obj = obj