Thursday, October 22, 2020
2 changes · master
Enhancements to existing features
Website footer templates that include a logo can now show the company or website name as text instead of only using an image. This gives businesses more flexibility in branding and also ensures header text uses the actual website name rather than a generic placeholder.
Original PR description
Applies to footer templates that contain the logo ('Centered',
'Minimalist' and 'Contact')
Before this commit the logo in footer is always displayed as an image.
After this commit the logo in footer can also be displayed as a text.
task-2368697
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-prWebsite editors can now set background styles on individual columns within a row. This gives teams more layout flexibility and helps create more visually distinct page sections without custom development.
Original PR description
Current behavior before PR: Currently the columns of a row (.row > div) do not have the option to change the background. Desired behavior after PR is merged: The columns of a row (.row > div) have the option. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr