Friday, November 26, 2021
2 changes · master
Resolved issues and error corrections
The French localization setup removes obsolete negative tax groups that should not be used. This restores a prior cleanup so taxes remain assigned to the correct standard tax groups, reducing confusion in accounting configuration.
Original PR description
These negative tax groups were removed in a previous commit: 1687248 The message of the previous commit was: Remove the negative tax groups from account_data. The negative tax groups have no application. The taxes that were in the negative tax groups are reassigned to their positive counterparts. The previous commit was accidentally overwritten in a forward-port: odoo#77295 closes odoo#76586
Blog post cover titles now use the main page heading format, helping search engines better identify the post title. This small change improves SEO clarity while keeping the visual style consistent for related blog covers.
Original PR description
SEO issue: blog post doesn't have `<h1>` for post title. The goal of this PR is to change "first cover" title to `<h1>`. "Next blog" cover title will have a h1 style too. task-2454130