Hello Nico, nicboc wrote: > Which development tools should I install and on which platform (windows, > Linux) ?
There's not really a restriction, so whatever you are familiar with. You could start by using vi on a Linux installation, if you're happy with that. We use Eclipse + various plugins including PyDev on Windows at present (but that could just as easily be on Linux). nicboc wrote: > what are the languages used to develop (Python, Xml...) ? As you say, Python is the main programming language and XML the main markup language. But you'll run into others (e.g. rml and shell scripting) depending on what you do. nicboc wrote: > Is there a developer starter kit or tutorial. I did not find anything in the > documentation. Maybe Tiny are writing more but you can find much of what you need in the technical documentation (http://tinyerp.org/wiki/index.php/TechnicalDocumentation/HomePage?action=edoc), particularly the part on writing a new module (http://tinyerp.org/wiki/index.php/TechnicalDocumentation/ModulesIntroduction?action=edoc). And the source code gives you insight into what it really means. I hope it all goes well. Geoff ------------------------ Seath Solutions Ltd (http://www.seathsolutions.com) _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
