odoo/odoo#192189
Created by Website, Keval Sitansh Bhatt (ksbh)
Merged
at 8b7e44c8c6a7b5c267da39f438e0dfc20699befd
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- 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 :
-
If
New Blog Post
is selected from a specific blog, the pop-up
should default to that blog. For example, selecting it fromTravel
should default toTravel
This is made possible by passing the correct
context while calling action for pop-up. -
Adds functionality to display details like publish date and author
when theTitle Inside Cover
layout is selected. Also adjusted
performance test for the same as it makes extra queries while
accessingblog_post
record set. -
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 sidebarFollow Us
.