[19.0][IMP] website_sale_product_brand: configurable brand landing pages#1204
Draft
Ricardoalso wants to merge 38 commits into
Draft
[19.0][IMP] website_sale_product_brand: configurable brand landing pages#1204Ricardoalso wants to merge 38 commits into
Ricardoalso wants to merge 38 commits into
Conversation
OCA Transbot updated translations from Transifex
[ADD][website_sale_wishlist] Wishlist for your online shop. Allow your visitors and users to wishlist your products and have a shortcut for seeing them. Wishlisted products are stored in the session for public users, and linked to the user if s/he is logged in. OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
[UPD] Update website_sale_product_brand.pot [UPD] README.rst Translated using Weblate (Persian) Currently translated at 100.0% (5 of 5 strings) Translation: e-commerce-11.0/e-commerce-11.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-11-0/e-commerce-11-0-website_sale_product_brand/fa/
website_sale_product_brand 12.0.1.1.0
[UPD] Update website_sale_product_brand.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: e-commerce-13.0/e-commerce-13.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-13-0/e-commerce-13-0-website_sale_product_brand/ pre-commit update
website_sale_product_brand 13.0.1.1.1
Currently translated at 100.0% (5 of 5 strings) Translation: e-commerce-13.0/e-commerce-13.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-13-0/e-commerce-13-0-website_sale_product_brand/pt_BR/
Currently translated at 100.0% (5 of 5 strings) Translation: e-commerce-13.0/e-commerce-13.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-13-0/e-commerce-13-0-website_sale_product_brand/nl/
Currently translated at 100.0% (5 of 5 strings) Translation: e-commerce-13.0/e-commerce-13.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-13-0/e-commerce-13-0-website_sale_product_brand/ca/
Currently translated at 100.0% (5 of 5 strings) Translation: e-commerce-14.0/e-commerce-14.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-14-0/e-commerce-14-0-website_sale_product_brand/es_AR/
Before this patch, images were deformed if they didn't meet precise proportions. TT34753
- Allow to hide brands from the e-commerce - Added brand configuration menu for the case `sale_management` app isn't installed. - Updated README
Currently translated at 100.0% (12 of 12 strings) Translation: e-commerce-16.0/e-commerce-16.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_product_brand/es/
Currently translated at 100.0% (12 of 12 strings) Translation: e-commerce-16.0/e-commerce-16.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_product_brand/es_AR/
- Create setUpClass method - Include context keys for avoiding mail operations overhead.
Currently translated at 100.0% (12 of 12 strings) Translation: e-commerce-16.0/e-commerce-16.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_product_brand/it/
Currently translated at 100.0% (12 of 12 strings) Translation: e-commerce-16.0/e-commerce-16.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_product_brand/pt_BR/
Currently translated at 100.0% (12 of 12 strings) Translation: e-commerce-16.0/e-commerce-16.0-website_sale_product_brand Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_product_brand/sv/
…ct_brand [19.0][MIG]: website_sale_product_brand
Add dedicated brand landing pages (`/shop/brand/<brand-slug>`) on top of the existing features. On the brand form view, the following website content can now be configured: - Cover image - Header description block - Footer description block - Header alignment and visibility of the brand name and description
…ublished products
7d8c3b1 to
74966b7
Compare
yankinmax
reviewed
May 11, 2026
yankinmax
reviewed
May 11, 2026
yankinmax
reviewed
May 11, 2026
yankinmax
approved these changes
May 12, 2026
vvrossem
approved these changes
May 14, 2026
| "Odoo Community Association (OCA)", | ||
| "website": "https://github.com/OCA/e-commerce", | ||
| "version": "19.0.1.0.0", | ||
| "version": "19.0.1.1.0", |
There was a problem hiding this comment.
"version": "19.0.1.0.0",
I think the maintainer is responsible of bumping the version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was built on top of #1181⚠️ My only contribution are the last 2 commits
Added features
Brand landing pages to the Odoo website shop with configurable
When a user selects a published brand from
/shop/brands, the request isredirected to that brand landing page (
/shop/brand/<brand-slug>)