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

Saas 12.2 fix component id whe #32135

Closed

Commits on Mar 27, 2019

  1. [FIX] mrp: qty_done and qty_to_consume concistency

    This commit ensures the qty_to_consume is always adapted to be the same
    as qty_done in the onchange on qty_processing. This patch is needed to
    keep the same behaviour before and after the workorder line refactoring
    5ef4666
    Whenrow committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    6fcf875 View commit details
    Browse the repository at this point in the history
  2. [FIX] mrp: handle multi

    The _compute_final_lot_domain method is implicitely multi but doens't manage the loop over 'self'
    Whenrow committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    86b8dca View commit details
    Browse the repository at this point in the history
  3. [FIX] mrp: unlock a raw move line

    Usecase to reproduce:
    - Go on a Mo
    - Edit and Unlock
    - Produce the MO
    - Update a raw move and add a move line
    
    User error you quant write on product_qty fields.
    product_qty represent the reserved quantity on move line as quant's UoM.
    The system requires to write a product_uom_qty that represent the same
    quantity but in the move line UoM.
    
    Fix it by removing the fields from the view, so it's no more save.
    Also set the quantity done as readonly if the lines are present in
    the view.
    amoyaux committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    85bcf02 View commit details
    Browse the repository at this point in the history