openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #02661
[Bug 700966] Re: [6.0.0_rc2] Wiki pages displayed in wiki syntax
Sorry, I think you also need to change line 227 in openerp-web/obenobject/addons.py
from the original:
writeable = os.access('addons', os.W_OK)
to
writeable = os.access(paths.addons(),os.W_OK)
otherwise it always returns a False whether writeable or not.
It does seem like a bug after all?
--
You received this bug notification because you are a member of OpenERP
SA's Web Client R&D, which is a bug assignee.
https://bugs.launchpad.net/bugs/700966
Title:
[6.0.0_rc2] Wiki pages displayed in wiki syntax
Status in OpenERP Web Client:
Confirmed
Bug description:
As you can see on the ScreenShot (attachment), in standart view the
wiki page isn't translated from wiki syntax to HTML.