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

[MIG] website_salesuggest_create_account: basic mig from v10 to v11 #225

Merged

Commits on Dec 21, 2017

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

    pedrobaeza authored and oscarolar committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    44550ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a17bfcf 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 oscarolar committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    405941d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

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