Daily updates from Odoo
Wednesday, August 14, 2019
8 changes
Enhancements to existing features
Printed pages now better reserve space for the browser's automatic header and footer. This helps prevent page content from overlapping those areas when users print from the web interface.
Original PR description
Limits the content's height when we print (CTRL + P) to avoid overlap on the automatic generate header/footer. Task #1838256 Description of the issue: See this [task](https://www.odoo.com/web#id=1838256&action=333&active_id=133&model=project.task&view_type=form&menu_id=4720). -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Accounting-related modules were updated to match a newer way of loading company chart of accounts data. This keeps enterprise features and Belgian payroll demo data aligned with the underlying accounting changes, reducing setup and test inconsistencies.
The manufacturing work order module now uses the updated planned date field name in the manufacturing order view. This keeps the screen aligned with related system changes and helps avoid confusion or display issues for users planning production.
Original PR description
Rename production field in inherited view. Related to commit #6cab8bd89bb0cc30f3cd7aec696bb6bc2703ec28 Task #1935229
Resolved issues and error corrections
The mail chatter no longer keeps suggesting a contact after they have already been added as a follower. This reduces repeated prompts and makes sending messages from the chatter clearer for users.
Original PR description
In the chatter composer, suggested partners are shown more than necessary. 1. Create a new partner 2. Open the chatter composer to send a message (the new partner is suggested as a recipient) 3. Re-open the chatter composer => the partner is still suggested, but it is already a follower now! Task 2050102 Co-authored-by: jbm-odoo <jbm@odoo.com> -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Purchase order line descriptions now include product attribute details that do not create separate variants. This helps buyers and vendors see the full product specifications directly on purchase documents, reducing ambiguity and ordering mistakes.
Original PR description
Display no variant infos in the purchase order line description. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes repeated popups when sending multiple messages to a new customer. Users now see the customer creation prompt only on the first message, reducing interruptions and making chatter messaging smoother.
Original PR description
Description of the issue/feature this PR addresses: When sending multiple messages to a new customer, we get the popup to create a new customer for each message Current behavior before PR: When sending multiple messages to a new customer, we get the popup to create a new customer for each message Desired behavior after PR is merged: When sending multiple messages to a new customer, we get the popup to create a new customer for the first message -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes rental sales screens so delivered quantities are not hidden in places where users still need them. It also resolves an installation issue when the rental sales module is installed after stock-related sales features, improving reliability for businesses using rentals with inventory.
Original PR description
FIXES of rental V13 PR
Code cleanup and technical improvements
Subscription portal payment options now follow the updated publishing rules from the related Odoo platform change. This helps ensure customers only see payment methods that are appropriate for the current subscription and payment provider status.
Original PR description
Counterpart of https://github.com/odoo/odoo/pull/29064