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

[FIX] mrp: Printing a BOM with a variant #32128

Closed
wants to merge 1 commit into from

Commits on Mar 26, 2019

  1. [FIX] mrp: Printing a BOM with a variant

    Steps to reproduce the bug:
    - Create a BOM for product P
    - Generate variants for P: P1 and P2
    - Go to BOM of P and click on Structure & Cost
    - Change the current variant to P2
    - Click on "Print"
    
    Bug:
    
    A traceback was raised because the function _get_bom expects in arguments that
    product_id is an id and not a recordset.
    
    opw:1950401
    simongoffin committed Mar 26, 2019
    Copy the full SHA
    2b62730 View commit details
    Browse the repository at this point in the history