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] sale_order_qty_change_no_recompute: Migration to version 16.0 #2473

Merged

Commits on May 1, 2023

  1. [ADD] sale_order_qty_change_no_recompute: Prevent recompute if only q…

    …uantity has changed in sale order line
    victoralmau authored and pedrobaeza committed May 1, 2023
    Configuration menu
    Copy the full SHA
    fcf27c3 View commit details
    Browse the repository at this point in the history
  2. [FIX] sale_order_qty_change_no_recompute: Proper way for removing onc…

    …hange
    
    The _origin trick is not valid, as it doesn't reflect the state before
    the onchange, only the saved copy (if any).
    pedrobaeza committed May 1, 2023
    Configuration menu
    Copy the full SHA
    44c7359 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a239491 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9d553d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    127e21e View commit details
    Browse the repository at this point in the history
  6. [IMP] sale_order_qty_change_no_recompute: Add context in test to prev…

    …ent onchange quantity and some possible related error in another addons.
    victoralmau authored and pedrobaeza committed May 1, 2023
    Configuration menu
    Copy the full SHA
    6220365 View commit details
    Browse the repository at this point in the history
  7. [IMP] sale_order_qty_change_no_recompute: Block also uom onchange

    Changing that field shouldn't trigger price recomputation as well.
    
    TT32663
    pedrobaeza committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f5478f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fcbdb40 View commit details
    Browse the repository at this point in the history
  9. [MIG] sale_order_qty_change_no_recompute: Migration to 16.0

    - Standard procedure
    - Change the strategy, as now the change is done through a computed
      field.
    - Improved README
    pedrobaeza committed May 1, 2023
    Configuration menu
    Copy the full SHA
    bfc0c03 View commit details
    Browse the repository at this point in the history