Same issue, this is what i did to fix this bug.
in file abstracted_fs.py:
path = _to_unicode(os.path.normpath(path)) # again, for '/db/../ss'
if path == '.': path = ''
#add this line
path = path.replace('\\', '/')
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/717750
Title:
Document management appears broken on Windows - ftp - 550 Invalid
database path:
Status in OpenERP Modules (addons):
Confirmed
Bug description:
USing windows 7 / all in One 6.0.1.
Simple step.
Configure a db with demo data took only knwoledge with the ftp document
management.
Opening ftp on port 8021 works and the databases appear. However clicking
always finishes by
"550 Invalid database path: <database name>.
This works fine on linux
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp