Viewing posts for the category Tryton
I tried with just exporting from postgresql like this:
Going to be using this blog post to add bits and pieces of how to use proteus to handle data in tryton.
So after being told on IRC that you can use (i)python and proteus to poke around a running tryton instance(thanks for that hint btw) I tried it and had some "fun" right away:
from proteus import config,Model pcfg = config.set_trytond(database='trytond', config_file='/etc/tryon/trytond.conf')
gave me this:
So I've finally got around to really start Tryton module dev to customize it to what we need.
A little follow-up to my post about setting up tryton on Gentoo: