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] stock: location company #30952

Closed

Commits on Feb 11, 2019

  1. [FIX] stock: location company

    Force the location and destination location's company to match with the
    picking and picking type company. This is to prevent users to move
    products between companies without using a transit location, since stock
    valuation is not supported.
    
    The record rule `stock_location_comp_rule` gives access to children
    companies. The domain added in the view is more restrictive, and allows,
    for a company A, transfers from locations:
    Company A -> Company A
    Company A -> No Company
    No Company -> Company A
    
    opw-1893276
    nim-odoo committed Feb 11, 2019
    Copy the full SHA
    212e73b View commit details
    Browse the repository at this point in the history