You shouldn't have a / in the filename no matter what.  It is an illegal
character for filenames in both Windows and Unix.  So you are probably
creating directories.  When saving those files you should use
str.replace('/', '') or more likely object.name.replace('/','')

** Changed in: openobject-addons
       Status: New => Invalid

-- 
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/804260

Title:
  Display Documents over FTP-access with / in Filename not posible

Status in OpenERP Modules (addons):
  Invalid

Bug description:
  Hello
  At the moment it is not possible to make files visible over ftp when ther is 
a / in the filename.e.g in customer-invoices named "SAJ/2011/010"

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/804260/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to