Tuesday, March 16, 2021
2 changes · master
New functionality added to Odoo
Adds a new connection between blog posts and products so blog content can promote relevant products in a carousel. This helps turn editorial content into shopping opportunities and lays groundwork for showing related blog posts on product pages later.
Original PR description
The goal of this commit is to add m2m between product and blog posts to display a list of product promoted by one blog. And in the future the list of blog that speak about a product on ecommerce. task-2267830 Co-authored by jke@openerp.com 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-pr
A new website sales blog feature lets teams connect blog posts with related products, showing product carousels alongside articles and related articles on product pages. This helps shoppers discover relevant products from content and gives merchants more ways to promote items through storytelling.
Original PR description
The goal of this PR is to add a module to display related products of a blog post and related blogs of a product on website. This will be done by adding 'product.template > blog.post' m2m association and optional templates to show products carousel in blog's sidebar and related blog posts in product page. task-2267830