Daily updates from Odoo
Navigate
Branch
Tuesday, February 20, 2018
9 changes
New functionality added to Odoo
Adds cheque printing tailored for Canadian businesses, following Canadian Payments Association layout expectations. This helps companies print compliant cheques with Canadian date formatting, mailing-friendly addresses, and adjustable positioning for envelopes.
Original PR description
I’ve adapted your enterprise module l10n_us_check_printing to match our Canadian needs as per Canadian Payment Association (specs [here](https://www.cdnpay.ca/imis15/pdf/pdfs_rules/standard_006.pdf))…
I’ve adapted your enterprise module l10n_us_check_printing to match our Canadian needs as per Canadian Payment Association (specs [here](https://www.cdnpay.ca/imis15/pdf/pdfs_rules/standard_006.pdf)) Differences: - date format has to be printed on the check as YYYY MM DD (under the date) - add a new optional date label field - most of the time the “Date:” label is not pre printed and is mandatory - reverse “name” and "amount in words" to match our mandatory layout - print address of partner to facilitate mailing - adjust printing position of multiple elements to be able to use dedicated double window envelopes - add right margin in order to be able to adjust printing - depends now on l10n_ca (instead of l10n_us) - and last but not least… we called them cheque not check (not a big deal but shows that Odoo cares about Canadians :) Please see below a copy of a cheques created by this module:  In may 2016 our top national newspaper published this [article](http://www.theglobeandmail.com/report-on-business/is-the-cheque-disappearing-any-time-soon/article30111344/), excerpt: _“Canadian businesses don’t really have a great alternative to cheques today, so our view is that the cheque will endure probably for at least another decade and may never go away.”_ I strongly believe that it would make a real difference to have this in the enterprise core, available for all Canadian businesses. I've tested this in 9 and I think is safe to be backported there as it's much needed. Thank you
Enhancements to existing features
Odoo now supports sending notifications that are not tied to a specific document, making it easier to alert users directly through their preferred channel. Assignment messages and related email notifications are also presented with a lighter, more modern design, improving clarity and consistency for users.
Original PR description
Implement a shortcut to message_post allowing to push notification not based on documents. Task: https://www.odoo.com/web#id=51517&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
Payment receipts will now be printed in the language set for the customer or partner. This makes receipts easier for recipients to understand and improves localization for accounting communications.
Original PR description
The payment receipt should be printed in the partner's lang. opw-810450 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
Adds sample data that makes sales timesheet demonstrations more realistic, especially around billable time on sold projects and tasks. This helps teams test scenarios more easily and gives prospects a clearer view of project profitability and timesheet workflows.
Original PR description
Task : https://www.odoo.com/web?#id=39573&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad : https://pad.odoo.com/p/r.84436d70d5f81a7136b280dac11b3657 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Analytic accounting now includes a grid view that makes entries easier to review across the company fiscal year. Users can also filter analytic reporting by tags, with fixes that make monthly views and tag filtering work more reliably.
Original PR description
Added a gridview to the analytic entries to improve the analytic accounting.
This update adds sample data showing billable timesheets and forecasts on sold projects and tasks. It helps teams test the project overview more easily and makes sales or product demonstrations more realistic and compelling.
Original PR description
Task : https://www.odoo.com/web?#id=39573&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD: https://pad.odoo.com/p/r.84436d70d5f81a7136b280dac11b3657
This update removes obsolete TaxCloud fields from fiscal position settings because they are no longer used to determine or store tax results. It reduces clutter in the configuration screens and helps prevent confusion without changing how taxes are calculated.
Resolved issues and error corrections
This update fixes several issues in Odoo Mail that could prevent users from loading older messages or cause errors when unsubscribing, replying, or inviting users. It also improves chat windows by keeping unread counters accurate and ensuring @mentions display the correct contact name.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web#id=814222&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 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
Code cleanup and technical improvements
Helpdesk was updated to work with the latest internal notification mechanism. This keeps customer and team notifications reliable while supporting a cleaner way to send messages that are not tied directly to a document.
Original PR description
Implement a shortcut to message_post allowing to push notification not based on documents. Task: https://www.odoo.com/web#id=51517&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Linked to https://github.com/odoo/odoo/pull/22670