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

[14.0][MIG] sale_order_line_date #1460

Merged
merged 34 commits into from
Mar 31, 2021

Conversation

cor9003
Copy link
Contributor

@cor9003 cor9003 commented Feb 10, 2021

Standard migration and adapt testing to codecov range

AaronHForgeFlow and others added 30 commits February 10, 2021 15:40
[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/
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
@cor9003 cor9003 mentioned this pull request Feb 10, 2021
87 tasks
@cor9003
Copy link
Contributor Author

cor9003 commented Feb 10, 2021

Hi, all green. Do I have to do any step for review ?. Thanks

@cor9003
Copy link
Contributor Author

cor9003 commented Feb 17, 2021 via email

Copy link
Contributor

@danimv5 danimv5 left a comment

Choose a reason for hiding this comment

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

Functional review. LGTM!!

if res.order_id.commitment_date and not res.commitment_date:
res.write({"commitment_date": res.order_id.commitment_date})
return res

Choose a reason for hiding this comment

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

@cor9003 Why did you remove this method?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hello, we were done several testing and this code never had this casuistic res.order_id.commitment_date and not res.commitment_date, for this reason never should be executed.
Checked the test data in the module we saw that never pass through this code neither and codecov also confirmed it.

Copy link

@CasVissers-360ERP CasVissers-360ERP left a comment

Choose a reason for hiding this comment

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

Code review question

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@rousseldenis rousseldenis added this to the 14.0 milestone Mar 30, 2021
@rousseldenis
Copy link
Sponsor Contributor

@cor9003 Is this ready ?

@cor9003
Copy link
Contributor Author

cor9003 commented Mar 30, 2021

@rousseldenis Yes, ready. Do i have any additional thing before merge ?

@rousseldenis
Copy link
Sponsor Contributor

@rousseldenis Yes, ready. Do i have any additional thing before merge ?

Nope, just to check if last commit is significant by its own or needs to be squashed.

@cor9003
Copy link
Contributor Author

cor9003 commented Mar 30, 2021

@rousseldenis Yes, ready. Do i have any additional thing before merge ?

Nope, just to check if last commit is significant by its own or needs to be squashed.

From my point of view es Ok

@rousseldenis
Copy link
Sponsor Contributor

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 14.0-ocabot-merge-pr-1460-by-rousseldenis-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 7da68cd into OCA:14.0 Mar 31, 2021
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at d772cc0. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.