c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14053
[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 C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
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.
References