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

[15.0][MIG] sale_coupon_limit: Migration to 15.0 #101

Merged
merged 10 commits into from
Feb 4, 2023

Commits on Jan 27, 2023

  1. [ADD] sale_coupon_limit: New module

    TT30847
    chienandalu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6fad5d3 View commit details
    Browse the repository at this point in the history
  2. [IMP] sale_coupon_limit: usage info

    We add some compute fields to check the current promotion usage by the
    limited users. That allows us to refactor the check method a little bit
    as well unifying the logic.
    
    TT30847
    chienandalu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    68406f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ea7ec8 View commit details
    Browse the repository at this point in the history
  4. [FIX] sale_coupon_limit: cancelled orders

    Coupons are reset when a sale order is cancelled, but applied programs
    remain linked to the cancelled order. As they're cancelled, we should
    not count them in the limits.
    
    TT34264
    chienandalu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d4604f7 View commit details
    Browse the repository at this point in the history
  5. [FIX] sale_coupon_limit: improve rule times used count

    Sometimes Odoo doesn't remove the rules properly until the promotions
    are refreshed. This could lead to count mismatches. We wan't to ensure
    the count looking at the lines instead.
    
    TT34266
    chienandalu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c9f2025 View commit details
    Browse the repository at this point in the history
  6. [FIX] sale_coupon_limit: Lower development status

    For complying with rules.
    pedrobaeza authored and chienandalu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    10c031f View commit details
    Browse the repository at this point in the history
  7. [FIX] sale_couopn_limit: ensure compatibility

    Simplify rule and ensure compatibility with
    sale_coupon_multiple_code_program wich allows to use multiple code
    programs putting them in the no code promotions many2many field.
    chienandalu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    834bfcd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83a8940 View commit details
    Browse the repository at this point in the history
  9. [MIG] sale_coupon_limit: Migration to 15.0

    TT38310
    chienandalu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d254158 View commit details
    Browse the repository at this point in the history
  10. [IMP] coupon_limit, sale_coupon_limit split

    Allow coupon_limit settings to be used by other loyalty modules
    chienandalu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    da66de1 View commit details
    Browse the repository at this point in the history