Monday, February 13, 2017
1 change
Resolved issues and error corrections
This fix prevents stock history reports from failing when a calculation would otherwise divide by zero. Businesses can view inventory valuation history more reliably without encountering blocking errors.
Original PR description
Description of the issue/feature this PR addresses:
same issues than :
- https://github.com/odoo/odoo/pull/12423 in V8.0
- https://github.com/odoo/odoo/pull/12712 in V9.0
Current behavior before PR:
` File "/home/oerpmaster/openerp/aln150601/server/odoo/sql_db.py", line 218, in execute
res = self._obj.execute(query, params)
DataError: ERREUR: division par zéro`
Desired behavior after PR is merged:
No errors
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr