Comment 1 for bug 628835

Revision history for this message
GEM (nimp3) wrote :

Hi Amit,
same thing with term :
openobject_web I should had change to openerp_web :

D:\openerp\6.0\client-web\doc\README.txt (2 hits)
 Line 117: $ sudo cp /path/to/openerp_web-5.0.9-py2.5.egg/scripts/openerp-web /etc/init.d/
 Line 118: $ sudo cp /path/to/openerp_web-5.0.9-py2.5.egg/config/openerp-web.cfg /etc/
  D:\openerp\6.0\client-web\openerp_web.egg-info\SOURCES.txt (7 hits)
 Line 1295: openerp_web.egg-info/PKG-INFO
 Line 1296: openerp_web.egg-info/SOURCES.txt
 Line 1297: openerp_web.egg-info/dependency_links.txt
 Line 1298: openerp_web.egg-info/entry_points.txt
 Line 1299: openerp_web.egg-info/not-zip-safe
 Line 1300: openerp_web.egg-info/requires.txt
 Line 1301: openerp_web.egg-info/top_level.txt
  D:\openerp\6.0\client-web\win32\setup.py (5 hits)
 Line 26: OPENERP_WEB_DIR = os.path.dirname(SETUP_DIR)
 Line 63: self._check_openerp_web()
 Line 167: def _check_openerp_web(self):
 Line 178: if fnmatch.fnmatch(f, "openerp_web*"):
 Line 181: self.run_ez("-N", OPENERP_WEB_DIR)