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)
It's actually fairly simple. Due to the nature of the data (historical, not in-sequence with current projects,..) I had to use trytond-console instead of proteus but there are only a few differences for small imports like this (like pool.get(<model>) instead of Model.get (<model>) and of course it does not do all the checks proteus and the client do (which is good cuz otherwise it would be near impossible to import historical data this easily) ..
Anyway the code is on my github:
Share on Twitter Share on Facebook
Comments
There are currently no comments
New Comment