c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08659
[Bug 487702] Re: [5.0] context in DMS with connected user in FTP lose
Since the dynamic context is implemented in V6 according to ftp rules,
the R&D team won't implement this feature like describe in the bug
report.
To add this feature in V5, I think you should ask to the support with a
maintenance contract
** Changed in: openobject-addons/trunk
Status: Triaged => Fix Released
--
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/487702
Title:
[5.0] context in DMS with connected user in FTP lose
Status in OpenObject Addons Modules:
Fix Released
Status in OpenObject Addons 5.0 series:
Triaged
Status in OpenObject Addons trunk series:
Fix Released
Bug description:
Server revno: 1880
Addons revno: 2461
Client revno: 1014
I create a new module, i use the
process_read_%(ext)s method (where %(ext)s is the extension i choose)
but when i load my file by FTP, the file is correct, no problem, but i want to format date with the user's lang
but when i had a print to method context, i see {'lang': False}
In my module, i have test if False and read the lang from the uid connected, but it's not clean
Look the method open in ftpserver.py, the lang in context is False
Regards,
Distribution: Ubuntu
Version: 8.10 (intrepid)
Python 2.5.2
Locale:
LANG=fr_FR.UTF-8