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

[16.0][MIG] website_sale_require_login: Migration to 16.0 #935

Open
wants to merge 27 commits into
base: 16.0
Choose a base branch
from

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    f5144d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59acb8 View commit details
    Browse the repository at this point in the history
  3. version in website_sale_require_login

    Ildar Nasyrov authored and carolina-domatix committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    188a7c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13980f3 View commit details
    Browse the repository at this point in the history
  5. [MIG] website_sale_require_login: Migrated to 10.0

    Ildar Nasyrov authored and carolina-domatix committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d59e04d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c370282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6b5e31 View commit details
    Browse the repository at this point in the history
  8. [REF] use variables to make it more readable and compatible

    Example of module which requires such refactoring:
    
    https://github.com/it-projects-llc/website-addons/tree/10.0/website_sale_checkout_store
    
    [FIX] condition to show normal checkout button was wrong in website_sale_suggest_create_account
    I was equal to
    
    (user_authenticated or not signup_allowed and can_checkout)
    
    while it has to be
    
    (user_authenticated or not signup_allowed) and can_checkout
    KolushovAlexandr authored and carolina-domatix committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a7e3be3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9b5207 View commit details
    Browse the repository at this point in the history
  10. Added translation using Weblate (German)

    Axel-G authored and carolina-domatix committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    64c17e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4bff24d View commit details
    Browse the repository at this point in the history
  12. [FIX] website_sale_require_login: Fix public user test

    This test was expecting sign up to be disabled because `auth_signup` is not in its module graph, but since that addon is autoinstallable, it could be installed without our knowledge.
    
    Just make sure signup is disabled before running the public user test, to make it unitary.
    
    Also, moved to at-install mode, since the post-install one adds no value.
    yajo authored and carolina-domatix committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5ec138a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eed1b29 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4522dcc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    030cae0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    86dca94 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    82925d3 View commit details
    Browse the repository at this point in the history
  18. [MIG] website_sale_require_login: Migration to 15.0

    Reinier Quevedo Batista authored and carolina-domatix committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    561963a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6b401aa View commit details
    Browse the repository at this point in the history
  20. [UPD] Update website_sale_require_login.pot

    oca-ci authored and carolina-domatix committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a65eb8f View commit details
    Browse the repository at this point in the history
  21. [UPD] README.rst

    OCA-git-bot authored and carolina-domatix committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8801eb4 View commit details
    Browse the repository at this point in the history
  22. 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_require_login
    Translate-URL: https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_require_login/
    oca-transbot authored and carolina-domatix committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f58e62e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6a87f7c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    58432ea View commit details
    Browse the repository at this point in the history
  25. [UPD] README.rst

    OCA-git-bot authored and carolina-domatix committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3a069ef View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    733df99 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    18dcd95 View commit details
    Browse the repository at this point in the history