-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
[11.0][MIG] stock reserve #883
Conversation
…will serve as a basis for the sale pre-book
…e, added a default 'Reservation Stock' location
…s, onchange not needed as we never change the type. document the fields of a reservation
…lly moved and would appear in an inventory
…e test pass as it isn't a dependancy.
don't use half the quantity so that the reserved qty is different from available qty
* check that multiple reservations are handled correctly * check that various UOM are handled correctly
test that reservations will trigger orderpoint procurements
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-10.0/stock-logistics-warehouse-10.0-stock_reserve Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-10-0/stock-logistics-warehouse-10-0-stock_reserve/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-10.0/stock-logistics-warehouse-10.0-stock_reserve Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-10-0/stock-logistics-warehouse-10-0-stock_reserve/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-10.0/stock-logistics-warehouse-10.0-stock_reserve Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-10-0/stock-logistics-warehouse-10-0-stock_reserve/
Seems working OK 👍 |
LGTM 👍 |
@@ -137,7 +137,7 @@ def release_validity_exceeded(self, ids=None): | |||
""" Release all the reservation having an exceeded validity date """ | |||
domain = [ | |||
('date_validity', '<', fields.date.today()), | |||
('state', '=', 'assigned')] | |||
('state', 'in', ('assigned', 'partially_available', 'confirmed'))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RodrigoBM Why changing this ?
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. |
@RodrigoBM What's the status of this ? |
Standard migration