Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] website_sale_product_attribute_value_filter_existing: Migration to 17.0 #925

Open
wants to merge 28 commits into
base: 17.0
Choose a base branch
from

Commits on Sep 9, 2024

  1. [IMP] : black, isort, prettier

    CarlosRoca13 authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    efca3c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e994d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed432b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    812e085 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fd6ecf View commit details
    Browse the repository at this point in the history
  6. Added translation using Weblate (Dutch)

    bosd authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fad7d83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1161092 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10e575e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74fb443 View commit details
    Browse the repository at this point in the history
  10. [MIG] website_sale_product_attribute_value_filter_existing: Migration…

    … to 15.0
    
    [UPD] Update website_sale_product_attribute_value_filter_existing.pot
    CarlosRoca13 authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c046db9 View commit details
    Browse the repository at this point in the history
  11. [UPD] README.rst

    OCA-git-bot authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    07c95fd View commit details
    Browse the repository at this point in the history
  12. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: e-commerce-15.0/e-commerce-15.0-website_sale_product_attribute_value_filter_existing
    Translate-URL: https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_product_attribute_value_filter_existing/
    weblate authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fe8b0c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1b97d34 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9a3ecb4 View commit details
    Browse the repository at this point in the history
  15. [UPD] README.rst

    OCA-git-bot authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d2c6c1c View commit details
    Browse the repository at this point in the history
  16. [FIX] website_sale_product_attribute_value_filter_existing: match sig…

    …nature
    
    match the function signature of shop with the original one from
    website_sale, to avoid potential issues with other modules overwriting
    the function and passing unexpected parameters
    aleuffre authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d800bed View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7fc8b88 View commit details
    Browse the repository at this point in the history
  18. [UPD] README.rst

    OCA-git-bot authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2dec94b View commit details
    Browse the repository at this point in the history
  19. [FIX] website_sale_product_attribute_value_filter_existing: fix test …

    …to check the real functionality of the module
    
    TT45590
    pilarvargas-tecnativa authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    162ba73 View commit details
    Browse the repository at this point in the history
  20. [BOT] post-merge updates

    OCA-git-bot authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    07a3484 View commit details
    Browse the repository at this point in the history
  21. [IMP] website_sale_product_attribute_value_filter_existing: test perf…

    …ormance improvement
    
    - Switch to setUpClass for avoiding repeat the same setup for each test.
    - Include context keys for avoiding mail operations overhead.
    josep-tecnativa authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ccdd822 View commit details
    Browse the repository at this point in the history
  22. [BOT] post-merge updates

    OCA-git-bot authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4dba144 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d3e9b84 View commit details
    Browse the repository at this point in the history
  24. [IMP] website_sale_product_attribute_value_filter_existing: adds filt…

    …er extraction in mobile view
    lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e45e22e View commit details
    Browse the repository at this point in the history
  25. [BOT] post-merge updates

    OCA-git-bot authored and lef-adhoc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1326a88 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. [FIX] website_sale_product_attribute_value_filter_existing: Hide attr…

    …ibute parent container
    
    If only the attribute container is hidden, the parent container still occupies a space that is visible in the attribute list. To avoid this, apply the condition to the parent container and hide it completely.
    
    TT50704
    pilarvargas-tecnativa authored and lef-adhoc committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    00f9477 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    5c7efff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aafd92d View commit details
    Browse the repository at this point in the history