Hey guys, I'm working on an ERP for SMBs which I want to power with Tryton. Right now I'm currently developing a Django client that will integrate with trytond and I need to decide on the best way to integrate both.
After doing some google and mailing list research it seems the best available options are: - Proteus - JSON-RPC - Something like this: https://code.google.com/p/tryton/wiki/TrytonDjango What do you think is the best option? Or perpaps you could mention some pro/cons of each approach? Thanks! P.S.: I know abot Nereid but I still think that my and my team's experience with Django will, in the end, pay off for the initial work we will have to do what the Nereid guys have already done with Flask.
