Daily updates from Odoo
Tuesday, July 31, 2018
3 changes
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 #