Blog

Viewing posts for the category Python

on getting party (company and people) data from dolibarr to import into tryton ..

I tried with just exporting from postgresql like this:

Using proteus to browse / edit / .. tryton's data

Going to be using this blog post to add bits and pieces of how to use proteus to handle data in tryton.

tryton -- ipython, proteus

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:

Tryton Module Development

So I've finally got around to really start Tryton module dev to customize it to what we need.

django DurationField - (very) simple way to format (for template)

So I have a Django DurationField in my model, and needed to format this as HH:mm .. unfortunately django doesn't seem to support that out of the box.. after considering templatetags or writing my own filter I decided to go for a very simple alternative and just defined a method for this in my model:

Recent Posts

Archive

2023
2022
2021
2020
2019
2018
2014
2012
2011
2010
2009
2008
2007

Categories

Authors

Feeds

RSS / Atom