Daily updates from Odoo
Tuesday, July 31, 2018
7 changes · master
Enhancements to existing features
The cohort reporting view can now be connected to related list and form screens without adding those screens directly to the main action. This gives teams more control over navigation while keeping menus and actions simpler for users.
Original PR description
In some cases we want to link the cohort view with a list view and a form view, but we don't want to add them to the action.
Resolved issues and error corrections
This fixes the spacing around the database list in the database manager after the Bootstrap upgrade changed the previous layout behavior. The page should now look cleaner and more consistent for users managing databases.
Original PR description
Before BS4 we had use class 'list-group' for listing Databses, which was adding 20px padding-bottom, but that not case after upgrading BS4, so for fixing layout added 'mt-3' BS4 class. 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
Quotations created from a sales opportunity will now automatically show that opportunity as the source document. This helps sales teams keep a clearer link between opportunities and the resulting quotations without manual entry.
Original PR description
## Description of the issue/feature this PR addresses: When create a quotation from the an opportunity the source document field should be set with then name of the opportunity. ## Current behavior before PR: The Source Document field is left empty ## Desired behavior after PR is merged: The Source Document field now have the name of the opportunity This [video](https://youtu.be/LJaVHXwK3R4) show the result after apply the change -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Updates the website sales dashboard so it follows the latest sales report structure. This helps keep dashboard figures working correctly after related reporting changes and reduces the risk of broken or outdated sales analytics.
Original PR description
The structure of the report was changed here https://github.com/odoo/odoo/commit/a4d6bff197b894f70eaecf5aa4e2088e5b014780 this file ought to be converted to this structure too. Task #1869500 Closes #
Code cleanup and technical improvements
This pull request refreshes sample partner and company data used across Odoo demonstrations and test scenarios. It helps make demo records easier to understand while keeping accounting, CRM, calendar, import, automation, and payment workflows aligned with the updated sample data.
This update refreshes demo and test data to stay aligned with related changes in the main Odoo project. It helps keep sample scenarios, automated checks, and demonstrations consistent across accounting, delivery, marketing, quality, and sales coupon workflows.
Original PR description
Linked to https://github.com/odoo/odoo/pull/19500
Miscellaneous changes
This work experiments with saving message tracking details in batches in the Mail app. It appears to be an early work-in-progress intended to explore performance or processing improvements, so business impact is currently limited and not ready to describe as a finished user-facing change.