Friday, February 28, 2020
1 change
New functionality added to Odoo
Website editors can now add custom code to the page header and footer directly from the theme menu, making it easier to tailor tracking, integrations, and design behavior. Custom user CSS also gets higher priority, so website styling choices are more likely to appear as intended.
Original PR description
[IMP] website: adds custom code to head and footer This commit adds two buttons on the Theme side menu that allow users to add custom XML to the head and to the footer of the website. [IMP] website: increase priority of user custom assets This commit moves the custom user css assets to a higher priority so their custom css have ascendancy over the other rules. task-2168391