Upgrading Tryton from 5.8 to 6.0 was nearly completely painless - in part due to the fact I am only using a few modules so far (and my custom module is not too big either).
Following the Migration post worked out just fine.
Here are the few things I had to change:
1) I was told beforehand on IRC by pokoli that the Report method get_context had an extra parameter header
so I checked the source and added that (commit on my github repo).
2) The address field zip got renamed to the more generic postal_code (which is mentioned here) so I had to change the report.
(I also had to add correct DB URI escape syntax to my trytond config but that is not something everyone will have depending on the DB used, passwords,,..)
Now on to use the new product_kit module ... :)
Share on Twitter Share on Facebook
Comments
There are currently no comments
New Comment