-
-
Notifications
You must be signed in to change notification settings - Fork 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
[10.0] [ADD] sale_procurement_group_by_requested_date #668
[10.0] [ADD] sale_procurement_group_by_requested_date #668
Conversation
Needs fixing |
3d5791e
to
9cab86b
Compare
ping @mreficent |
If removing dependency, I think this needs a glue module. |
9cab86b
to
f46219b
Compare
sale_sourced_by_line is deprecated as long as we can add routes to the sale order lines, IMO no glue module is needed. |
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.
Minor Change
sale_procurement_group_by_requested_date/tests/test_sale_procurement_group_by_requested_date.py
Outdated
Show resolved
Hide resolved
a821f99
to
113a486
Compare
@nikul-serpentcs comments attended |
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.
LGTM
please squash
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.
Code Review LGTM 👍
It seems the tests for |
Have you checked? |
Not yet |
113a486
to
2987191
Compare
Could not reproduce on local. Rebasing. |
Glue module is needed, will be proposed here. |
Of course the solution was to exclude this module to be installed together with sale_mrp_link. It happened the same to other modules that group procurements. |
@aheficent, I think at the moment it's the only solution. See #717 (comment) as further info. |
@tafaRU Thanks, yes I think that is the only solution. |
Added glue module for sale_sourced_by_line and sale_procurement_group_by_requested_date. Sorry for the super large-ugly name. |
3917079
to
3d607c7
Compare
It seems sale_delivery_split_date has higher priority key than the other modules that group procurements. As having all them installed together makes no sense, I exclude them to be installed together. Only sale_sourced_by_line and sale_procurement_group_by_requested_date is compatible using the glue module proposed here. |
I seems there is a test failing on sale_triple_discount module. It is already happening in OCA/10.0 branch for this repo. |
1d3e093
to
b2e78f2
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.
LGTM 👍
This PR has the |
This can be merged IMO |
Please @aheficent This branch has conflicts that must be resolved After this I will merge! Thanks |
b2e78f2
to
f7cf2c2
Compare
@rafaelbn ready to merge. The travis red part is unrelated to this PR, is related to sale_triple_discount that is being fixed in another PR. |
[FIX]sale_procurement_group_by_requested_date does not depend on sale_sourced_by_line
…Sale as the other modules that are already excluded. [ADD]sale_procurement_group_by_requested_date_sale_sourced_by_line. Glue module.
f7cf2c2
to
a54d6ae
Compare
/ocabot merge |
On my way to merge this fine PR! |
It looks like something changed on |
Congratulations, your PR was merged at cd90d74. Thanks a lot for contributing to OCA. ❤️ |
Supersedes #541