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

[11.0][MIG] stock reserve #883

Closed
wants to merge 87 commits into from

Conversation

RodrigoBM
Copy link

Standard migration

guewen and others added 30 commits April 15, 2020 17:52
…e, added a default 'Reservation Stock' location
…s, onchange not needed as we never change the type. document the fields of a reservation
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
oca-transbot and others added 14 commits April 15, 2020 17:52
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/
This was referenced Apr 16, 2020
@kikopeiro
Copy link
Contributor

Seems working OK 👍

@liebana
Copy link
Sponsor

liebana commented Jun 4, 2020

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'))]
Copy link
Sponsor Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RodrigoBM Why changing this ?

@github-actions
Copy link

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.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Apr 24, 2022
@rousseldenis
Copy link
Sponsor Contributor

@RodrigoBM What's the status of this ?

@github-actions github-actions bot removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label May 15, 2022
@rousseldenis rousseldenis added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Jul 27, 2022
@github-actions github-actions bot closed this Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migration needs review stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet