SAO
Repositorie of SAO
The Cédrik repository is:
<cat .hg/hgrc [paths] default = http://www.b2ck.com/~ced/hg/hgwebdir.cgi/sao/
Build SAO
To build SAO you need have instaled ant package and sun java jdk, and download GWT SDK from http://google-web-toolkit.googlecode.com/files/gwt-2.0.0.zip. I don't know if work with 2.0.3 or plus.
ant build -propertyfile properties
The file properties have the following:
>cat properties gwt.sdk=/home/juanfe/tryton/sao/gwt-2.0.0 gwt.advanced-components=/home/juanfe/tryton/sao/gwt
Runing SAO
You must to allow the json-rpc in the file /<path>/trytond/etc/trytond.conf, there are two address of possibles trytond.conf, depending how do you has installed trytond.
>cat trytond.conf ... # Activate the json-rpc protocol #jsonrpc = False jsonrpc = True # Configure the port for the json-rpc protocol to listen #jsonport = 8000 jsonport = 8000 # Configure the path of json-rpc data #jsondata_path = /var/www/localhost/tryton jsondata_path = /<path>/tryton/sao/war ...
runnig:
http://localhost:8000/sao.html