download my modified sources for web client revision 3235 :
http://dl.free.fr/tAyhKX8hG (clic on "Telecharger le fichier")

save your client-web folder, and extract directly in the current folder (the 
folder client-web is include in the .zip).
can be use with setup.bzr script.

but use this script modified to build it :


:: package client-web for allinone
echo.
echo debut client web build
cd ..
:pause
cd client-web
del /F win32\openobjet-web-setup*
del /F win32\openerp-web-setup*
:for /l %%X in (20100800,1,20101231) do (for /d %%Y in 
(D:\openerp\6.0\openerp-web\win32\build\python25\Lib\site-packages\)
 do rmdir /S /Q %%Yopenerp_web-6.0devdev_%%X-py2.5.egg) 
python win32\setup.py --quiet bdist_wininst
move /Y win32\openerp-web-setup* win32\openerp-web-setup-%VERSION%.exe
mkdir 
C:\openerp\cachedir\build\python25\Lib\site-packages\openerp_web-6.0dev-py2.5.egg\addons
xcopy /E /Y addons\*  
C:\openerp\cachedir\build\python25\Lib\site-packages\openerp_web-6.0dev-py2.5.egg\addons
: delete ":" for this 2 lines if you want to build standalone client web
:makensis /DVERSION=%VERSION% /V1 win32\setup.nsi
:xcopy /E /Y win32\openobject-web-setup* ..\openerp-web-setup-%VERSION%.exe 
makensis /DVERSION=%VERSION% /DALLINONE=1 /V1 win32\setup.nsi 
move /Y win32\openerp-web-setup* openerp-web-setup-%VERSION%.exe 
echo.
echo client-web compile





-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=60923#60923

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to