Following an automatic update of some modules from the Debian repository, on starting Tryton I get a small number of warning messages along the lines of:
<< WARNING:convert:Field symbol of [email protected] not updated (id: uom_unit), because it has changed since the last update >> Is this likely to cause problems and should I take any action to recover this? What can I do to reconcile the change manually? I am investigating problems with a divide by zero error in uom.py when trying to action a record that was created before this update, so it seems likely that some sort of incompatibility has been caused by the update. *Is there a standard process I should go through to update the fields highlighted by the warnings? Or are the warnings not significant and can be ignored?* For further info, my *specific* issue is: <<... File "/dist-packages/trytond/modules/product/uom.py", line 136, in round return round(number / precision) * precision ZeroDivisionError: float division by zero >> ... when trying to Receive or Cancel a Supplier Shipment
