Daily updates from Odoo
Monday, September 24, 2018
2 changes · master
Enhancements to existing features
The project labels form now uses the standard Odoo layout, making it look cleaner and more consistent with other screens. This improves readability and gives users a more polished experience when managing project labels.
Original PR description
Description of the issue/feature this PR addresses: Create a neat form view for this menu Current behavior before PR: The formview has no `<sheet>` which results in a not really beautiful form view:  Desired behavior after PR is merged: A great looking form view like most views in Odoo:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Event date information is now stored so users can search events by their localized date more reliably. This also avoids unnecessary recalculations, which can help keep event management faster and more efficient.
Original PR description
With this patch, we are able now to search by the located date field, and recomputation is only done when actually needed. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa