-
-
Notifications
You must be signed in to change notification settings - Fork 729
[ADD] stock_picking_is_completed #1268
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
base: 16.0
Are you sure you want to change the base?
Conversation
|
This maybe needs a module to implement a search on move_ids_without_package field as that one is needed in depends() to make working the client side without saving the picking and generates a warning in Odoo logs |
7242a4d to
6d7248e
Compare
6d7248e to
8cc297a
Compare
|
@rousseldenis The concept is useful but I'm a little bit afraid by the performance cost on large pickings since on every operation, the system will need to reload all the operations to compute the field. We'll see how it works on our DB... |
Yes, I had that in mind too. But, I think this should be correct as it has no impact on operations that can be done outside the interface if the field is not loaded and in the interface, we are limited to the first 80 move lines. Let's go testing |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
No description provided.