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.



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

Reply via email to