-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
[ADD] stock_move_planned_consumed_date #1508
[ADD] stock_move_planned_consumed_date #1508
Conversation
30ab4a8
to
fad7f75
Compare
@petrus-v Have you tried with date_deadline field ? |
Which is propagated at sale order confirmation from the commitment_date on the order level |
I know about the date_deadline which propagate on stock_picking, but if you check the availability of those picking a bit earlier nothing prevent to reserved products that will be expired before the deadline (At the moment we haven't installed stock release modules mechanisms), also in complex industry with multiple warehouse where procurement group are not necessarily propagated we could get some transfer (stock.picking) with different moves where expected consumed date are different (to make this easier to reproduce we are using #1226 which basically round the deadline date time to date) |
Ok, understand. FYI, there is a change in v16 (and v15) merged yesterday that allows to ignore date_deadline when merging: odoo/odoo@fdaba15 |
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.
My comments are about code style preference, as such, you can of course discard them :)
fad7f75
to
3788b5a
Compare
…ove line that is planned to consumed in different dates
3788b5a
to
9ac87ad
Compare
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. |
Base module to avoid mixing move line that is planned to consumed in different dates