Thursday, November 22, 2018
3 changes · master
Enhancements to existing features
This update improves the setup of unit of measure form screens so they are better structured for future customization. It adds clearer layout sections and identifiers, making it easier and safer for teams or partners to adapt these screens when needed.
Original PR description
Description of the issue/feature this PR addresses: Not perfectly created views with no group names set on the harder to reach elements. Current behavior before PR: The form views have no `<sheet>` set and no group names. Desired behavior after PR is merged: The form views have a `<sheet>` set and have group names set for easy `<xpath>` expressions. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The membership product form has been adjusted to use a clearer page structure. This makes the view easier to maintain and customize, reducing friction for future updates without changing day-to-day business workflows.
Original PR description
Description of the issue/feature this PR addresses: Not perfectly created views with hard to reach elements for developers. Current behavior before PR: Multiple base views have no `<sheet>` set and have some annoying parts to xpath. Desired behavior after PR is merged: The form views have a `<sheet>` set and have names set on the most important items for easy `xpath` expressions. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves the layout of the email campaign label form so it matches the polished look of other Odoo forms. Users get a more consistent and visually organized experience when managing mailing 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