-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[18.0][MIG] sale_order_line_date #3564
Closed
StefanRijnhart
wants to merge
50
commits into
OCA:18.0
from
StefanRijnhart:18.0-mig-sale_order_line_date
Closed
[18.0][MIG] sale_order_line_date #3564
StefanRijnhart
wants to merge
50
commits into
OCA:18.0
from
StefanRijnhart:18.0-mig-sale_order_line_date
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[FIX] Update readme to latest template
Currently translated at 100.0% (3 of 3 strings) Translation: sale-workflow-11.0/sale-workflow-11.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-11-0/sale-workflow-11-0-sale_order_line_date/de/
Co-Authored-By: mpanarin <[email protected]>
2cbd264
to
c16529b
Compare
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-12.0/sale-workflow-12.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_order_line_date/
Currently translated at 100.0% (3 of 3 strings) Translation: sale-workflow-12.0/sale-workflow-12.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_order_line_date/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-13.0/sale-workflow-13.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_order_line_date/
Currently translated at 100.0% (4 of 4 strings) Translation: sale-workflow-13.0/sale-workflow-13.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_order_line_date/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-13.0/sale-workflow-13.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_order_line_date/
allowing users to hide the column from the tree
Currently translated at 75.0% (3 of 4 strings) Translation: sale-workflow-13.0/sale-workflow-13.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_order_line_date/nl_NL/
Currently translated at 25.0% (1 of 4 strings) Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_line_date/it/
Currently translated at 100.0% (4 of 4 strings) Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_line_date/de/
Currently translated at 100.0% (4 of 4 strings) Translation: sale-workflow-15.0/sale-workflow-15.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_order_line_date/ca/
Currently translated at 25.0% (1 of 4 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_date/it/
Currently translated at 100.0% (4 of 4 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_date/pt_BR/
Currently translated at 100.0% (4 of 4 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_line_date Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_date/it/
c16529b
to
1fdc6b7
Compare
…k moves Fixes OCA#3363: ``` TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'NoneType' ``` in stock.move's _set_date_deadline
1fdc6b7
to
8faf07e
Compare
/ocabot migration sale_order_line_date |
The migration issue (#3344) has not been updated to reference the current pull request because a previous pull request (#3464) is not closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Standard migration. Includes #3364