Viewing posts for the category ERP
I added a Boolean field to SaleLine - one that is not shown to the user but only set in the code as a flag. As the readonly state of just about all my custom fields should depend on that I added:
So I have finally imported all data from our old dolibarr install to tryton (the historical project data was missing - and because I needed to implement something in tryton first it had to wait a bit)
Since the dolibarr export for projects was not too useful for me directly I decided (reluctantly - due to the half english, half french nature of the DB tables, columns,..) to dive into the database again directly.
Just a very quick one-liner I use when testing my import scripts on tryton (on gentoo):
Going to be using this blog post to add bits and pieces of how to use proteus to handle data in tryton.