[19.0][MIG] website_sale_menu_partner_top_selling: Migration to version 19.0 - #1305
Open
cristina-hidalgo-tecnativa wants to merge 11 commits into
Open
Conversation
cristina-hidalgo-tecnativa
force-pushed
the
19.0-mig-website_sale_menu_partner_top_selling
branch
from
August 26, 2026 06:14
6038fac to
c2ab66f
Compare
Member
|
/ocabot migration website_sale_menu_partner_top_selling |
Currently translated at 100.0% (4 of 4 strings) Translation: e-commerce-17.0/e-commerce-17.0-website_sale_menu_partner_top_selling Translate-URL: https://translation.odoo-community.org/projects/e-commerce-17-0/e-commerce-17-0-website_sale_menu_partner_top_selling/es/
Currently translated at 100.0% (4 of 4 strings) Translation: e-commerce-17.0/e-commerce-17.0-website_sale_menu_partner_top_selling Translate-URL: https://translation.odoo-community.org/projects/e-commerce-17-0/e-commerce-17-0-website_sale_menu_partner_top_selling/ca/
Currently translated at 100.0% (4 of 4 strings) Translation: e-commerce-17.0/e-commerce-17.0-website_sale_menu_partner_top_selling Translate-URL: https://translation.odoo-community.org/projects/e-commerce-17-0/e-commerce-17-0-website_sale_menu_partner_top_selling/it/
Currently translated at 100.0% (4 of 4 strings) Translation: e-commerce-17.0/e-commerce-17.0-website_sale_menu_partner_top_selling Translate-URL: https://translation.odoo-community.org/projects/e-commerce-17-0/e-commerce-17-0-website_sale_menu_partner_top_selling/es/
Currently translated at 100.0% (4 of 4 strings) Translation: e-commerce-17.0/e-commerce-17.0-website_sale_menu_partner_top_selling Translate-URL: https://translation.odoo-community.org/projects/e-commerce-17-0/e-commerce-17-0-website_sale_menu_partner_top_selling/ca/
Currently translated at 100.0% (4 of 4 strings) Translation: e-commerce-17.0/e-commerce-17.0-website_sale_menu_partner_top_selling Translate-URL: https://translation.odoo-community.org/projects/e-commerce-17-0/e-commerce-17-0-website_sale_menu_partner_top_selling/it/
cristina-hidalgo-tecnativa
force-pushed
the
19.0-mig-website_sale_menu_partner_top_selling
branch
from
August 26, 2026 06:23
c2ab66f to
561f4e2
Compare
pedrobaeza
reviewed
Aug 26, 2026
pedrobaeza
left a comment
Member
There was a problem hiding this comment.
Code review and test in runboat. If the categories are placed on top, there's no entry for "My regular products". Please place it also there.
cristina-hidalgo-tecnativa
force-pushed
the
19.0-mig-website_sale_menu_partner_top_selling
branch
from
August 26, 2026 10:29
561f4e2 to
2d06b34
Compare
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.
website_sale.products_categories_listreplaced its radio/label filters with plain<a>links in 19.0. "My Regular Products" is now injected as another<a>, active state driven bytext-decoration-underlineinstead ofchecked.sale_product_catalog_settingsblock was removed fromres_config_settings_view_form(eCommerce settings merged intowebsite_payment_block).regular_products_limitnow anchors afterproduct_attributes_setting._get_sales_prices()dropped (pricelist,fiscal_position) for a singlewebsitearg. Controller updated.shop()now builds aproduct_variantsdict consumed by the template for ribbons; since this module renders its own product set, it now builds its own mapping too, avoiding aKeyErroron render.read_group()with_read_group(domain, groupby, aggregates).extra_triggerremoved (merged intotrigger),run: "click"now explicit (no implicit click anymore),expectUnloadPage: trueadded for the navigating step.@Tecnativa TT64159
@pedrobaeza @pilarvargas-tecnativa