← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 628835] Re: v6 bad name openobject-web

 

** Changed in: openobject-client-web
       Status: Fix Committed => Fix Released

-- 
v6 bad name openobject-web
https://bugs.launchpad.net/bugs/628835
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Web Client: Fix Released

Bug description:
Hi,
Amit has changed for linux some things to install with setup.py on linux.
He has changed too openobject-web by openerp-web and config\openobject-web.cfg by doc\openerp-web.cfg.

list of name openobject-web which stay in this different files : (one of the reason why client-web for windows doesn't work)

D:\openerp\6.0\client-web\addons\openerp\controllers\templates\login.mako (1 hits)
	Line 67: 						                            % if cp.config('dbbutton.visible', 'openobject-web'):
  D:\openerp\6.0\client-web\addons\openerp\controllers\utils.py (1 hits)
	Line 54:     dbfilter = cherrypy.request.app.config['openobject-web'].get('dblist.filter')
  D:\openerp\6.0\client-web\doc\ChangeLog (2 hits)
	Line 49: 	* start-openobject-web command is renamed to openobject-web
	Line 49: 	* start-openobject-web command is renamed to openobject-web
  D:\openerp\6.0\client-web\doc\openerp-web.cfg (3 hits)
	Line 30: #log.access_file = "/var/log/openobject-web/access.log"
	Line 31: #log.error_file = "/var/log/openobject-web/error.log"
	Line 42: [openobject-web]
  D:\openerp\6.0\client-web\doc\README.txt (2 hits)
	Line 47:     $ cd /path/to/openobject-web/lib
	Line 240:     openobject.configure(as_dict('openobject-web.cfg'))
  D:\openerp\6.0\client-web\openerp-web.py (1 hits)
	Line 3: """Start script for the openobject-web TurboGears project.
  D:\openerp\6.0\client-web\openobject\release.py (1 hits)
	Line 30: # Release information about openobject-web
  D:\openerp\6.0\client-web\win32\OpenERPWebService.py (5 hits)
	Line 28: #EXECUTABLE = ["openobject-web.exe", "--config", "conf\openobject-web.cfg"]
	Line 28: #EXECUTABLE = ["openobject-web.exe", "--config", "conf\openobject-web.cfg"]
	Line 29: EXECUTABLE = ["python.exe", "python25\Scripts\openobject-web-script.py", "--config", "conf\openobject-web.cfg"]
	Line 29: EXECUTABLE = ["python.exe", "python25\Scripts\openobject-web-script.py", "--config", "conf\openobject-web.cfg"]
	Line 33:     _svc_name_ = "openobject-web"
  D:\openerp\6.0\client-web\win32\setup.nsi (7 hits)
	Line 37: OutFile "openobject-web-setup-${VERSION}.exe"
	Line 147:     nsExec::Exec "net stop openobject-web"
	Line 161:     File "/oname=openobject-web.cfg" "..\config\openobject-web.cfg"
	Line 161:     File "/oname=openobject-web.cfg" "..\config\openobject-web.cfg"
	Line 180:         CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Edit Web Config.lnk" "notepad.exe" "$INSTDIR\conf\openobject-web.cfg"
	Line 200:     nsExec::Exec "net stop openobject-web"
	Line 242:     nsExec::Exec "net start openobject-web"
  D:\openerp\6.0\client-web\win32\setup.py (2 hits)
	Line 161:             self.run_ez("-m", "openobject-web")
	Line 164:                 if fnmatch.fnmatch(f, "*openobject-web*"):
  D:\openerp\6.0\client-web\win32\start.bat (2 hits)
	Line 3: @net stop openobject-web
	Line 4: @net start openobject-web
  D:\openerp\6.0\client-web\win32\stop.bat (1 hits)
	Line 3: @net stop openobject-web

list of files containing config :
D:\openerp\6.0\client-web\win32\setup.nsi (1 hits)
	Line 161:     File "/oname=openobject-web.cfg" "..\config\openobject-web.cfg"

bye