Viewing posts from October, 2018
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: