Daily updates from Odoo
Thursday, February 1, 2018
6 changes
New functionality added to Odoo
Adds support for printing Canadian pre-printed cheques according to Canadian Payments Association requirements. This helps Canadian businesses generate compliant cheque layouts directly from Odoo, while sharing common cheque-printing behavior with existing modules.
Original PR description
Purpose: The Canadian Payment Association defined specifiactions for
pre-printed cheques.
This module adds the possibility to print cheques following
those rules.
Thise module was built from a patch received from Daniel Dico
(dd@oerp.ca). Thanks to him.Enhancements to existing features
Canadian companies can now use the appropriate cheque printing format through the Canadian cheque printing module. This helps avoid incorrectly formatted cheques and makes payments easier to process for Canadian businesses.
Original PR description
Add the possibility to install the enterprise l10nca_cheque_printing for the Canadian localization. Description of the issue/feature this PR addresses: Current behavior before PR: Canadian cheques were printed in the wrong format Desired behavior after PR is merged: Canadian cheque printing enterprise module is installed, allowing to print Canadian cheques -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update creates automatic activity notifications when sales or purchase quantities are reduced or cancelled, helping responsible users react quickly to affected deliveries, receipts, manufacturing orders, or requisitions. It also improves activity links so users can open the relevant business document directly from the notification.
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
Website visitors can now search and filter product and event categories more easily, with category navigation integrated into relevant website layouts. Redirects also preserve search query details, helping users keep their context while browsing.
Original PR description
[IMP] website_sale: add category search [IMP] remove category if category not provide by user input [IMP] keep query string on redirect url [IMP] website_sale layout with category search [IMP] website_event: category list side nav panel task: https://www.odoo.com/web#id=11290&view_type=form&model=project.task&action=333&active_id=131 pad: https://pad.odoo.com/p/r.LYq8Zbsy4orc1SK8
The Mass Mailing app gets a series of usability improvements that make it easier for users to get started and manage email campaigns. These updates streamline onboarding and polish related screens, helping teams create and review mailings with less friction.
Original PR description
### Specs: https://docs.google.com/presentation/d/13mfSGFm52HsO9U4dFd2BBtKw-a9vWiWSAJGBZrxVdv8/edit?usp=sharing -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This fixes an issue where searches using negative conditions on linked many-to-many records could return incorrect results. Users should see more reliable filtering and reporting when excluding related items from search results.
Original PR description
[BUG FIX] see #4613