Daily updates from Odoo
Navigate
Branch
Monday, April 9, 2018
9 changes
New functionality added to Odoo
This change adds Alipay as a supported payment option, giving businesses another way to accept online payments from customers. It also fixes payment confirmation handling so successful Alipay transactions trigger the right order-processing steps, while improving compatibility with other payment providers.
Original PR description
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
Users can now quickly create personal notes from the top menu and optionally attach a reminder date. This makes it easier to capture follow-ups without leaving the current screen, while moving reminder-style behavior into the Notes app.
Original PR description
From reminder to notes Task: https://www.odoo.com/web#id=1833628&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720
Enhancements to existing features
This update separates time off managers from time off officers so each role has more appropriate access to leave requests and allocations. It also fixes an issue that prevented adding followers to already approved leave records, improving collaboration without weakening approval controls.
Original PR description
Description of the issue/feature this PR addresses: task : https://www.odoo.com/web#id=34222&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad : https://pad.odoo.com/p/openerp-project.task-FSC4QICD7A 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
Manufacturing users can now calculate and update product costs directly from their bills of materials, including multi-level components, work operations, and different units of measure. The update also improves related cost views and fixes the displayed bill of materials count, making product costing more accurate and easier to manage.
Original PR description
Task: https://www.odoo.com/web#id=39561&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.677235b8fd2ad4889c3097ec14f59899 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Live chat and messaging now show emojis using standard Unicode characters instead of replacing them with image files. This reduces stored shortcode data and better aligns emoji display with modern browsers and operating systems, while also fixing bad-rating live chat feedback so the message field appears correctly.
Original PR description
Remove the support to replace emojis by images. Most browser now support colored emoji or at least black and white emojis. The emojis list have been updated to ensure a correct support for most os/browser. Users have the possibility to install fonts localy if their os does not have one of the default emoji font installed. After default os emoji font, one of twemoji, emojione or noto color will be selected. The emoji list is now hardcoded in js in order to reduce the number of records in shortcodes. Also include a small fix for livechat to display message field when rating is bad. Task #36898 PR #23689 Note: some last changes have to be made before merge: -change images for livechat ratings -check that all shortcut are consistent with most used websites using emojis -check the emoji list on multiple os and experiments css behaviour with fonts installed user side.
The Notes app is being repositioned around personal to-dos and reminders, with default columns for organizing items by timing such as today, tomorrow, and later. Users can now create reminder-style notes from the activity menu, helping them capture follow-ups quickly while keeping reminders organized in Notes.
Original PR description
Task: https://www.odoo.com/web#id=1833628&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720
This update improves several inventory, purchasing, delivery, and manufacturing screens and printed reports so users see clearer labels, better field placement, and more relevant information. Delivery slips and manufacturing reports now better reflect whether work is still planned or already completed, helping teams avoid confusion during operations.
Original PR description
Task:https://www.odoo.com/web#id=38741&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.93e15ef58840d6a47fcfabdd2c444ad8 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
Workorder forms now use the full labels “Serial Number” and “Lot Number” instead of the shortened “SN” and “Lot.” This makes the manufacturing quality workflow easier to understand and reduces ambiguity for users handling traceability information.
Original PR description
Task:https://www.odoo.com/web#id=38741&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.93e15ef58840d6a47fcfabdd2c444ad8
Code cleanup and technical improvements
The hourly cost field used in manufacturing price calculations is being moved from the accounting-specific manufacturing module into the core manufacturing module. This keeps bill of materials pricing and dynamic structure calculations available in the right place, reducing dependency on accounting features.
Original PR description
Task: https://www.odoo.com/web#id=39561&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720