Just some notes on the tryton migration from 6.0 to 6.2:
line.unit.digits instead of line.unit_digits not a big deal, but I was not aware .. probably somewhere in changelogs and I overlooked it.move.unit_digits to move.uom.digits.<reportname>-<sale.number> then you'd just have to put ${ record.number } or in my case ${ record.number.replace('/', '-') } since I have slashes in the sale numbers. It automatically uses the report name and then after a hyphen appends whatever custom name you put. I'd have liked to not have the report name there automatically as suffix, but that is fine it is already a huge improvement to manually renaming it when saving it on the server.The rest worked fine so far, but we don't use that many modules (yet) so we will see if I encounter anything else
Share on Twitter Share on Facebook
Comments
There are currently no comments
New Comment