Monday, June 13, 2016
7 changes · master
New functionality added to Odoo
Point of Sale now prompts cashiers to enter required lot or serial numbers when selling tracked products. This helps ensure inventory moves are completed correctly and reduces manual corrections caused by missing tracking information.
Original PR description
Description of the issue/feature this PR addresses: - When you sell a product with a S/N in POS, the POS currently allows you to choose that product without setting a S/N. - The stock move is then blocked in Available stage instead of done. The inventory is then false until you process it manually. Task: https://www.odoo.com/web#id=22681&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.875d3c1d14135e2b1e3af471b8ecc32f 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
A new Event Barcode module adds barcodes to attendee badges so staff can scan registrations at the event. This helps validate attendees faster at check-in and reduces manual lookup work.
Original PR description
Task: https://www.odoo.com/web#id=20855&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.Q5AfjrQcEpE6NPRT
Enhancements to existing features
The update replaces older GTK-style icons across many Odoo screens with Font Awesome icons. This creates a more consistent, modern visual experience for users while reducing reliance on legacy icon code.
Original PR description
Description of the issue/feature this PR addresses: <strong>Task: </strong> https://www.odoo.com/web#id=24016&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad: </strong> https://pad.odoo.com/p/r.ef777d143e771d7a8a65aa835726c17d Current behavior before PR: Everywhere used GTK icons. Desired behavior after PR is merged: Everywhere use font-awesome icons instead of GTK. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The settings planner now keeps its information and completion progress separate for each company. This prevents users in multi-company setups from seeing or changing planner status that belongs to another company, making implementation guidance clearer and more accurate.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web#id=23927&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.345151f4cb3d2f55abf12297f304370a Current behavior before PR: - Planner shows same data and progress for all companies. Desired behavior after PR is merged: - Distinct data and progress (Mark as Done) for each company. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Event administrators can now enable barcode scanning for events through the event settings. This makes it simpler to activate badge or ticket scanning capabilities when the related enterprise feature is available.
Original PR description
Task: https://www.odoo.com/web#id=20855&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.Q5AfjrQcEpE6NPRT
This update replaces older GTK-style icons with Font Awesome icons in affected Odoo screens and reports. The change modernizes the interface and helps keep the visual experience consistent across modules.
Original PR description
Description of the issue/feature this PR addresses: **Task:** https://www.odoo.com/web#id=24016&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 **Pad:** https://pad.odoo.com/p/r.ef777d143e771d7a8a65aa835726c17d Current behavior before PR: Everywhere used GTK icons. Desired behavior after PR is merged: Everywhere use font-awesome icons instead of GTK.
Resolved issues and error corrections
The login flow now keeps debug preferences when users sign in. This prevents support or administrative users from losing diagnostic settings during authentication, making troubleshooting more consistent.