I know the developer of Tryton (http://www.tryton.org/en/) which is rewrite of OpenERP and is supposed even more modular. You may want to look into that too.
On Mar 25, 3:47 am, jeff <[email protected]> wrote: > Some elements about what you are asking about : > - The company behind OpenERP (Tiny) wrote the OpenERP client/web > server with another (french) company and I guess that the reason they > didn't do that on their own is that this is a huge work. > - Both clients (the web server you want to rewrote and the GTK client) > doesn't know the logic in OpenERP : they are able to display any > module (even a module that will be written tomorrow). If you want to > write a client like that, you need to be at this level of abstraction > and this is very different that write a client for a specific module > using xml-rpc to connect to the OpenERP server and send/get business > data. > - You should check that the API betwwen server and client is really > public (actually, I guess it isn't) otherwise your client will be > broken by any change in that interface, > - I have in mind that the clients are (or will be) modular and accept > plug-ins. In that case, you will have to accept the same plugins. > > My advice then : OpenERP is open source and you should dive into it, > maybe in taking part of the development. The hard part of the work is > really there and not in web2py I suppose. If you do that, I'm pretty > confident that you'll come back with more specific questions ... and > get answers ;-) > > Good luck (hoping that you understood, not that your english is bad, > mine is terrible ;-). > > On Mar 24, 10:50 am, Indra Gunawan <[email protected]> wrote: > > > > > > > > > 1. What stuff I need to build like that* web interface? > > 2. Is there ready to use Python classes that wrap for example ExtJS classes, > > or the other? > > 3. Can you points me in general; steps building like that* website using > > Web2Py? > > > For example. > > 1. You need this, this and this > > 2. Do like this in your controller and put like this in your template > > 3. Done, you get responsive ajax based web interface like that* > > > PS. Sorry my English :) > > > Thank you > > > On 24 March 2011 15:34, Mengu <[email protected]> wrote: > > > > what exactly do you need and want us to tell about? > > > > On Mar 23, 1:47 pm, Indra Gunawan <[email protected]> wrote: > > > > Hi, any idea how to create application (I mean the view, javascript/ajax > > > > widget etc) like thishttp://demo.openerp.com/? > > > > Using Web2Py off course. > > > > > OpenERP also build from python: > > > > 1. Server (XML-RPC) -> Python > > > > 2. Web Clienthttp://demo.openerp.com/-> TurboGears (this presentation > > > > layer interest me) > > > > 3. Desktop client -> Python with wxPython (I'm not interest) :D > > > > > What tools do I need? How? > > > > > PS. I'm new using web2py. > > > > > Thank you > > > > > -- > > > > coderbuzz > > > -- > > Salam > > Indra Gunawan

