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: write with multiple workorders in self #101580

Closed

Commits on Sep 29, 2022

  1. [FIX] mrp: write with multiple workorders in self

    This PR odoo#97805 wrongly assumed that
    self contained a single workorder. This would raise an error if there
    were multiple records in self.
    
    Solution:
    Modify calls on `self` to `workorder` (as we already iterate through
    them)
    MerlinGuillaume committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4c8a8cf View commit details
    Browse the repository at this point in the history