-
- Downloads
[FIX] sale_timesheet: UoM conversion failing when mixed category
When converting UoM, source and destiantion should be in the same category. For timesheet, the product can be expressed in Units if uoM is not activated. We don't want crash, but interprete the timesheet duration in hours (which is has a different uoM category). To avoid the error, we used the 'raise_if_failure' parameter.
Please register or sign in to comment