odoo/odoo#192189

Created by Website, Keval Sitansh Bhatt (ksbh)
Merged at 8b7e44c8c6a7b5c267da39f438e0dfc20699befd

Statuses:

label
odoo-dev:master-imp-blog-improvements-ksbh
head
7bf111d3085e191bd8a7678f913a030e2110bee8
merged
5 months ago by Website, Serge Bayet (seba)
odoo/odoo
master #192189

[IMP] website_blog: blog improvements

This PR introduce few improvements to website_blog.
Improvements includes :

  1. If New Blog Post is selected from a specific blog, the pop-up
    should default to that blog. For example, selecting it from Travel
    should default to Travel This is made possible by passing the correct
    context while calling action for pop-up.

  2. Adds functionality to display details like publish date and author
    when the Title Inside Cover layout is selected. Also adjusted
    performance test for the same as it makes extra queries while
    accessing blog_post record set.

  3. Replaces the static Follow Us links in the header with a dynamic
    social media snippet, allowing users or blog owners to edit them. This
    is also updated for blog post sidebar Follow Us.

task-4430868