We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
quality_control_stock_oca
We received an expected singleton error.
Raised the singleton issue when trying to validate multiple pickings (transfers) together having different operation types
File "manufacture/quality_control_stock_oca/models/stock_picking.py", line 59, in action_done [("picking_type_id", "=", self.picking_type_id.id)] File "/home/ubuntu/dev/development/odoo/odoo/fields.py", line 3687, in get raise ValueError("Expected singleton: %s" % record) ValueError: Expected singleton: stock.picking.type(942, 912, 911)
Steps to reproduce the behavior:
Expected behavior
Enable to validate multiple transfers together having different operation types.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Module
quality_control_stock_oca
Describe the bug
We received an expected singleton error.
Raised the singleton issue when trying to validate multiple pickings (transfers) together having different operation types
File "manufacture/quality_control_stock_oca/models/stock_picking.py", line 59, in action_done
[("picking_type_id", "=", self.picking_type_id.id)]
File "/home/ubuntu/dev/development/odoo/odoo/fields.py", line 3687, in get
raise ValueError("Expected singleton: %s" % record)
ValueError: Expected singleton: stock.picking.type(942, 912, 911)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Enable to validate multiple transfers together having different operation types.
The text was updated successfully, but these errors were encountered: