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

[17.0][FIX] mrp_multi_level: when a product is a kit do not check rule #1403

Merged
merged 2 commits into from
Nov 28, 2024

Commits on Nov 26, 2024

  1. [FIX] mrp_multi_level: when a product is a kit do not check rule

    When you procure a kit, it doesn't matter what the route configuration
    is on the product itself but on its children, so it is not needed to
    check anything else but the BoM to assign the 'phantom' supply
    method.
    
    Also do not assign a BoM when the supply method is not phantom or manufacture.
    LoisRForgeFlow committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    34d0a09 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. [FIX] mrp_multi_level: adapt tests to recent upstream changes.

    After odoo/odoo@1ed6dbe
    we need to explicitly set routes in the propoer order becouse while
    in the cache there are not yet sorted by sequence (it requires flush
    to the database, which we cannot do in a test).
    LoisRForgeFlow committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    caeefa6 View commit details
    Browse the repository at this point in the history