-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
[16.0][MIG] stock_picking_group_by_partner_by_carrier_by_date: Migration to 16.0 #1528
[16.0][MIG] stock_picking_group_by_partner_by_carrier_by_date: Migration to 16.0 #1528
Conversation
Currently translated at 100.0% (7 of 7 strings) Translation: stock-logistics-workflow-14.0/stock-logistics-workflow-14.0-stock_picking_group_by_partner_by_carrier_by_date Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-14-0/stock-logistics-workflow-14-0-stock_picking_group_by_partner_by_carrier_by_date/it/
34fcfad
to
8c323a0
Compare
8c323a0
to
8fd905d
Compare
stock_picking_group_by_partner_by_carrier_by_date/models/stock_move.py
Outdated
Show resolved
Hide resolved
8fd905d
to
b6ba5f3
Compare
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.
I guess the fix has to be backported ?
/ocabot migration stock_picking_group_by_partner_by_carrier_by_date |
@@ -25,10 +32,22 @@ def _assign_picking_group_domain_by_date(self): | |||
domain = [] | |||
if self._skip_assign_picking_group_domain_by_date(): | |||
return domain | |||
date_planned = self.date.replace(hour=0, minute=0, second=0) | |||
date_planned_end = date_planned.replace(hour=23, minute=59, second=59) | |||
tz = ( |
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.
@tuantrantg Is there a test for timezones ?
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.
@tuantrantg little ping, any news here ?
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.
I'm a little bit busy right now, I will come back soon
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.
hi @rousseldenis the test is added, could you please take a look
This PR has the |
b6ba5f3
to
6996df1
Compare
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 2152f77. Thanks a lot for contributing to OCA. ❤️ |
No description provided.