Wednesday, May 8, 2019
3 changes · master
Enhancements to existing features
The tooltip for the sequence implementation setting has been updated to better explain the “no gap” option. This helps users choose the right numbering behavior and reduces confusion during configuration.
Original PR description
**Description of the issue/feature this PR addresses**:
- Task: https://www.odoo.com/web#id=1973967&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720
- Pad: https://pad.odoo.com/p/r.0f17b5b7ad4cde587899e5d409056205
**Description:**
-customers were misunderstanding the concept of "no gap" sequence implementation hence updated the tooltip of the same to make it more useful and clearer.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThe sales reinvoicing process now uses Odoo's standard rounding-safe number handling. This reduces the risk of small calculation discrepancies when preparing reinvoices, helping invoices stay accurate and consistent.
Original PR description
Comparing float is a sensitive matter. Odoo creates specific tools to manipulate float values. This commit makes the reinvoicing flow use those tools to avoid rounding mistakes, .... Task-1962608 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
Work order screens now open in the view that best matches how users access them. Selecting a work order from a list opens the standard form view, while kanban cards continue to open the tablet-friendly view, reducing navigation friction for manufacturing teams.
Original PR description
task id: https://www.odoo.com/web#id=1911218&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 pad : https://pad.odoo.com/p/r.3a3f14115b773d27584e673ef8a84e62 Open form view instead of tablet view of work order from the list view.