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

[18.0][MIG] website_sale_product_attribute_value_filter_existing: Migration to 18.0 #978

Draft
wants to merge 29 commits into
base: 18.0
Choose a base branch
from

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    68e26d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c097ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eac841 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e409749 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfbf5ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43fbd25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7ce575 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d14ec2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72898b4 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 pilarvargas-tecnativa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    707a52f View commit details
    Browse the repository at this point in the history
  11. [UPD] README.rst

    OCA-git-bot authored and pilarvargas-tecnativa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c96ef40 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 pilarvargas-tecnativa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1fbb7ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c1b01e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2de9043 View commit details
    Browse the repository at this point in the history
  15. [UPD] README.rst

    OCA-git-bot authored and pilarvargas-tecnativa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d1cf092 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 pilarvargas-tecnativa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f7848e3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4716dc6 View commit details
    Browse the repository at this point in the history
  18. [UPD] README.rst

    OCA-git-bot authored and pilarvargas-tecnativa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4faa0c2 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 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f941976 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7e10741 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 pilarvargas-tecnativa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    aecff27 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8548d9c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7017000 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 authored and pilarvargas-tecnativa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    be22038 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1f57038 View commit details
    Browse the repository at this point in the history
  26. [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 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7a7b756 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8c3c4c4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    34aba8a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4064d94 View commit details
    Browse the repository at this point in the history