Daily updates from Odoo
Tuesday, May 22, 2018
5 changes
Enhancements to existing features
Point of Sale configuration is simplified by hiding accounting details by default and surfacing the options store managers need, such as invoicing and default tax settings. This makes it faster for businesses to get started and adjust POS behavior without navigating accounting-focused menus.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=34026&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.2442a51a5ba8f08025bf8684da38f140 Current behavior before PR: Desired behavior after PR is merged: improve accessibility to pos by hidding account stuff by default + making all the options needed visible from pos (default taxes, etc.) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Stock transfer forms now make it easier to see when a completed transfer was scheduled and when it actually happened. Return transfers also get a current scheduled date, helping teams avoid confusion from outdated dates copied from the original transfer.
Original PR description
Task link : https://www.odoo.com/web#id=1835065&view_type=form&model=project.task&action=327&menu_id=4720 pad link : https://pad.odoo.com/p/r.3397ec8b4ef2af594f8372d2e332302c 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
This update strengthens the sales app test coverage around pricing, invoicing, refunds, down payments, access rights, and day-to-day sales order edits. It also fixes cases where sales orders could show errors or miss related credit notes, improving reliability for sales teams and reducing avoidable support issues.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=43928&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.a5721491374947db12ddbc66d60a77c4 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 employee attendance kiosk and greeting screens have been redesigned for a cleaner, more consistent experience, including better mobile usability. The update also corrects cases where check-in and check-out icons could appear reversed, helping employees see the right action at the right time.
Original PR description
Description of the issue/feature this PR addresses: Revamp hr_attendance design, solve a minor issue (checked_in checked_out icons were inverted in some occasions) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Manufacturing orders now block completion when components are linked to a finished product serial number that was not actually produced. This prevents inaccurate consumption records and keeps product traceability reports reliable.
Original PR description
- Create a Finished Product tracked by SN - Add a BoM with routing (in several steps) to that product: component A should be consumed in 1st step and component B in 2nd step - Create a MO, plan it,…
- Create a Finished Product tracked by SN
- Add a BoM with routing (in several steps) to that product: component A
should be consumed in 1st step and component B in 2nd step
- Create a MO, plan it, go on the first WO and produce the finished
product with SN 0001
- Then go on the second WO and produce the finished product with SN 0002
- Back on your MO, you'll see that
Finished Product = SN 0002
Component A has been consumed for SN 0001
Component B has been consumed for SN 0002
- Mark the MO as done
No blocking error is raised so I'm consuming a product for a finished
product I'm not really producing. Traceability report will be wrong too.
We raise a blocking error to avoid this use case.
opw-1832098
Co-authored-by: Nicolas Martinelli <nim@odoo.com>
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