This is a known[1] bug. If you store ir.attachments and later install the 'document' module, your first data will be lost!
We are working on a solution to that, but since it has an API change, it may not come earlier than v5.1 . Perhaps, a temporary solution would be to issue: ALTER TABLE ir_attachment RENAME COLUMN datas TO db_datas; before installing the document module on a populated db. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=43743#43743 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
