Wednesday, February 17, 2016
4 changes · master
Enhancements to existing features
Customers can now see delivery tracking numbers directly in the online customer portal for relevant orders. This makes it easier for shoppers to follow shipments without contacting support, improving transparency after purchase.
Original PR description
- https://www.odoo.com/web/#id=21004&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - https://pad.odoo.com/p/r.boA5KZcbqVcQYuO7
Invitation messages now include a direct link to access the shared document, making it easier for recipients to take action. The message format was also reorganized so future updates can be made more easily and consistently.
Original PR description
A link to access the document is added in the proposed message. The template is moved into a qweb template to ease the update and avoid having raw html inside python.
This update removes unused browser libraries and trims bundled web components to reduce the size of files loaded by Odoo. Users should see lighter pages and potentially faster loading without any intended change to day-to-day functionality.
The delivery process now skips the packaging selection pop-up when no relevant packaging options exist for the selected carrier. This avoids an unnecessary step for users and keeps warehouse operations smoother when carrier-specific packaging is not configured.
Original PR description
…g_id
When clicking on the 'Put in Pack' button, do not open the wizard
to select the packaging_id if no packaging_id is available for this carrier
('package_carrier_type').
Example:
- If the carrier is Fedex, it makes sense to open the wizard
- If there are no packaging, it doesn't