Tuesday, February 16, 2021
4 changes · master
Enhancements to existing features
When users enable decorative background shapes in the website editor, the shape selection menu now opens automatically instead of staying closed. The editor also reuses colors from existing page shapes, making it quicker to keep website designs visually consistent.
Original PR description
Before this commit when toggling shapes on a snippet background, the shape selection dropdown was shown as closed. After this commit when toggling shapes on on a snippet background, the shape selection dropdown is automatically opened. Also, the palette of the shape is based on the previous shape's palette. task-2431445 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
This update improves how checkbox-related fields appear on mobile screens across Event, Purchase, and Survey forms. It makes dependent fields easier to show or hide consistently and fixes alignment issues that could make forms harder to read on small devices.
Original PR description
This PR adds a class to be able to show/hide other fields depending on a checkbox status. This class is needed to have this behavior on desktop but also on mobile. We can now fix some alignment issues encountered on mobile. Related task-ID: 1929043
Product category filters now show only the category name instead of the full hierarchy. This makes the search panel easier to read because parent categories are already displayed separately.
Original PR description
Purpose of the commit is to prevent the hierarchical name of category in search panel. So in this commit, Override the the name_get to prevent the category hierarchy on search panel and we already displaying parent category separately in search panel. TaskID: 2417252 Related PR: https://github.com/odoo/enterprise/pull/15550
Demo field service tasks planned for today or future dates now appear only in the new stage instead of being marked as done. This makes sample data reflect realistic upcoming work and avoids confusion when reviewing field service tasks.
Original PR description
Initially, the tasks were stored in both the done stage and the new stage whether it is planned for today or for future, but now these tasks are only stored in new stage but not in done stage. TaskID : 2445906