Daily updates from Odoo
Thursday, August 9, 2018
4 changes · master
Resolved issues and error corrections
Product variants are visible again on the website product comparison page after they stopped appearing following the Bootstrap 4 migration. This restores expected comparison information for shoppers, helping them evaluate product options before purchasing.
Original PR description
Purpose ======= Since the migration to bootstrap 4, the variants are not displayed anymore on the product comparison view. 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
Starring or unstarring a message in a document discussion no longer creates duplicate copies in the thread. This keeps conversations cleaner and ensures starred messages are added correctly to the starred channel.
Original PR description
Before this commit - When click on priority(star) of any document, it was duplicating the msg. After this commit - Message will not get duplicate and the msg will add to starred channel successfully. This commit is related to bug 1871428. 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
The cash flow statement has been corrected so financial report figures are calculated more reliably. This helps businesses review cash movements with greater confidence and reduces the risk of misleading financial reporting.
Original PR description
task: https://www.odoo.com/web#id=31220&view_type=form&model=project.task&active_id=31220
This update keeps timesheet synchronization and calling features compatible with recent internal messaging changes. It also prevents duplicate loading during tests, reducing errors and improving stability for users.