Saturday, December 29, 2018
2 changes · master
Resolved issues and error corrections
This update fixes two small spelling and spacing mistakes in website forum badge goal text. It improves the clarity and professionalism of wording shown to users without changing any functionality.
Original PR description
Description of the issue/feature this PR addresses: Fixed two typo's Current behavior before PR: Says `Answere` instead of `Answer` and `your self` instead of `yourself` Desired behavior after PR is merged: Says `Answer` instead of `Answere` and `yourself` instead of `your self` -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes the layout of a website slides form by adding the missing visual container. Users will see a cleaner, more consistent form when managing slide content, improving readability without changing business logic.
Original PR description
Description of the issue/feature this PR addresses: wrap the form in a `sheet` Current behavior before PR: The `form` has no `sheet` element, resulting in an ugly view:  Desired behavior after PR is merged: The `form` has a `sheet` element, resulting in a clean view:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr