Monday, February 13, 2017
4 changes
New functionality added to Odoo
This change adds a new category for Website Sign within Odoo's base module. It helps organize website signing functionality more clearly, making related features easier to classify and find.
Original PR description
Task : https://www.odoo.com/web?debug=#id=27473&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.97b6442a45d064bf7753c24f877f083c Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
This update makes small improvements to the sales onboarding flow and related report/company configuration screens. It should help users complete initial sales setup more smoothly and reduce friction when configuring document/report details.
Original PR description
Task : https://www.odoo.com/web?debug=#id=30789&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.9ab932c7ed69b73765aea1b61094f9de Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website contract module was updated to stay compatible with recent callback behavior changes in the core system. This helps keep contract-related website flows working reliably after the underlying platform update.
Original PR description
Task: https://www.odoo.com/web#id=24109&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
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