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 suggest create account #828

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    9d99ecf View commit details
    Browse the repository at this point in the history
  2. Update __manifest__.py

    pedrobaeza authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e2d4a19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3043f6 View commit details
    Browse the repository at this point in the history
  4. [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 lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6d64811 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66dbe3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76ece3e View commit details
    Browse the repository at this point in the history
  7. Added translation using Weblate (German)

    Axel-G authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    18e9b55 View commit details
    Browse the repository at this point in the history
  8. Translated using Weblate (German)

    Currently translated at 100,0% (3 of 3 strings)
    
    Translation: e-commerce-11.0/e-commerce-11.0-website_sale_suggest_create_account
    Translate-URL: https://translation.odoo-community.org/projects/e-commerce-11-0/e-commerce-11-0-website_sale_suggest_create_account/de/
    Axel-G authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f30e231 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9405206 View commit details
    Browse the repository at this point in the history
  10. IMP website_sale_suggest_create_account buttons cleanup:

    Always show 'Process Checkout', not highlighted if user not logged in
    Suggest to login or signup, according to 'invitation_scope', avoiding too many buttons in cart page
    eLBati authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f93f8d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0f0b07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    847aa9b View commit details
    Browse the repository at this point in the history
  13. Translated using Weblate (Spanish)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: e-commerce-12.0/e-commerce-12.0-website_sale_suggest_create_account
    Translate-URL: https://translation.odoo-community.org/projects/e-commerce-12-0/e-commerce-12-0-website_sale_suggest_create_account/es/
    CarlesAntoli authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    260ad1f View commit details
    Browse the repository at this point in the history
  14. Translated using Weblate (Catalan)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: e-commerce-12.0/e-commerce-12.0-website_sale_suggest_create_account
    Translate-URL: https://translation.odoo-community.org/projects/e-commerce-12-0/e-commerce-12-0-website_sale_suggest_create_account/ca/
    CarlesAntoli authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5780830 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0f248b9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    46dabff View commit details
    Browse the repository at this point in the history
  17. [IMP] website_sale_suggest_create_account: unit test compatibility

    Ensure that 'vat' is not empty for compatibility with website_sale_vat_required module
    Ernesto Tejeda authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c9413e3 View commit details
    Browse the repository at this point in the history
  18. Added translation using Weblate (Dutch)

    Yung-Wa authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1092644 View commit details
    Browse the repository at this point in the history
  19. Translated using Weblate (Dutch)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: e-commerce-13.0/e-commerce-13.0-website_sale_suggest_create_account
    Translate-URL: https://translation.odoo-community.org/projects/e-commerce-13-0/e-commerce-13-0-website_sale_suggest_create_account/nl/
    Yung-Wa authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5dde2a4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b8d415f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f222b1e View commit details
    Browse the repository at this point in the history
  22. [MIG] website_sale_suggest_create_account: Migration to 15.0

    Reinier Quevedo Batista authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    68d1ed3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8fa7c37 View commit details
    Browse the repository at this point in the history
  24. [UPD] Update website_sale_suggest_create_account.pot

    oca-ci authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    68b5851 View commit details
    Browse the repository at this point in the history
  25. [UPD] README.rst

    OCA-git-bot authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    75106d1 View commit details
    Browse the repository at this point in the history
  26. [IMP] website_sale_suggest_create_account: Avoid deprecation warning …

    …with `Environment.manage()`
    victoralmau authored and lav-adhoc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2440db5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1018081 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fd3a880 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    e50a2c1 View commit details
    Browse the repository at this point in the history