← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 816648] [NEW] Popup URL missing /openerp

 

Public bug reported:

I'm aware that this is not explicitly documented, but it is possible to
run the web client behind an Apache proxy using the /openerp and
/openobject locations. Which is a nice feature to run the client along
other applications.

This is working fine, with a small exception: the opening of new popup
windows. The URL of these windows being hardcoded to "/?".

Changing this from "/?" to "/openerp?" in
addons/openerp/controllers/actions.py:361 and
addons/view_diagram/controllers/process.py:70 seems to solve this issue.

With this minor correction, it would be possible to run the web client
along other applications on a same domain/same port.

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

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

Title:
  Popup URL missing /openerp

Status in OpenERP Web Client:
  New

Bug description:
  I'm aware that this is not explicitly documented, but it is possible
  to run the web client behind an Apache proxy using the /openerp and
  /openobject locations. Which is a nice feature to run the client along
  other applications.

  This is working fine, with a small exception: the opening of new popup
  windows. The URL of these windows being hardcoded to "/?".

  Changing this from "/?" to "/openerp?" in
  addons/openerp/controllers/actions.py:361 and
  addons/view_diagram/controllers/process.py:70 seems to solve this
  issue.

  With this minor correction, it would be possible to run the web client
  along other applications on a same domain/same port.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/816648/+subscriptions


Follow ups

References