Daily updates from Odoo
Navigate
Branch
Monday, February 26, 2018
10 changes
New functionality added to Odoo
Point of Sale configuration now includes options related to invoicing, making it easier for businesses to manage invoice behavior directly from POS settings. This helps teams align checkout and accounting workflows without extra setup steps.
Original PR description
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
Enhancements to existing features
Odoo no longer saves a separate rating value on each message when it can be calculated when needed. This reduces unnecessary database work during message creation and improves overall performance, especially in areas that create many messages.
Original PR description
Task: https://www.odoo.com/web#id=51523&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
Portal access no longer relies on a separate internal flag to identify portal groups. This simplifies user and portal configuration by using the standard portal group consistently, reducing maintenance complexity without changing expected business workflows.
Original PR description
https://www.odoo.com/web#id=46151&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
Units of measure have been separated from the product area into their own reusable module. This makes it easier for other business processes, such as timesheets and expenses, to use quantities consistently without depending on product features, with no intended change to existing behavior.
Original PR description
2 commits:
[IMP] product: rename product.uom to uom.uom
[IMP] product: move uom in a new addon
https://www.odoo.com/web#id=51515&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720Resolved issues and error corrections
This update fixes a problem that could cause an error when using account reports. It helps ensure financial reporting screens work reliably and avoids interruptions for users reviewing accounting information.
Original PR description
Issue : https://www.odoo.com/web#id=776095&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720
Code cleanup and technical improvements
This update cleans and simplifies internal mail and notification handling to prepare for future improvements. It removes outdated user posting behavior and fine-tunes when email notification access buttons appear, with little expected user-facing impact.
Original PR description
Task: https://www.odoo.com/web#id=59039&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Various small cleaning and renaming coming from other bigger mail tasks. Done here to avoid noise in other tasks. To check https://github.com/odoo-dev/odoo/commits/master-mail-notification-recipients-tde https://github.com/odoo-dev/odoo/commits/master-mail-send-tde
The newsletter subscription management form has been reworked so teams can more easily adapt it for other pages and extensions. User-facing result messages can now be translated, improving the experience for multilingual websites while keeping the existing workflow largely unchanged.
Original PR description
Description of the issue/feature this PR addresses: Refactor subscription manager JS to make it workable. Current behavior before PR: Prior to this patch, if anyone tried to extend the subscription management form, it became almost impossible, due to its JS design. This affected https://github.com/OCA/social/pull/129 for instance. Besides, result strings always were in English. Desired behavior after PR is merged: UX will be mostly the same, but now, devs will be able to extend the form, include it in other views and translate the result strings. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa
This update removes a risky naming choice in the accounting code that could conflict with standard system behavior. It does not change how users work with the product, but helps keep the software safer and easier to maintain.
Original PR description
**Description of the issue/feature this PR addresses:** Dangerous redefinition of a builtin (thus targeting master) **Current behavior before PR:** Same **Desired behavior after PR is merged:** Same -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update aligns Helpdesk with recent internal mail system naming changes and simplifies how notification recipient groups are handled. It is a low-impact cleanup intended to reduce maintenance complexity without changing day-to-day Helpdesk workflows.
Original PR description
Task: https://www.odoo.com/web#id=59039&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Various small cleaning and renaming coming from other bigger mail tasks. Done here to avoid noise in other tasks. To check https://github.com/odoo-dev/enterprise/commits/master-mail-notification-recipients-tde https://github.com/odoo-dev/enterprise/commits/master-mail-send-tde
Documentation and clarification updates
The corporate contributor license agreement records have been updated to include p-tombez under Camptocamp. This is an administrative legal update that helps keep contribution rights clear for the project.