-
-
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][IMP] sale_order_type: find type by rule #716
[10.0][IMP] sale_order_type: find type by rule #716
Conversation
Travis is failing due to #717 |
a7751b7
to
76a1ede
Compare
Should be rebased after #718 is merged |
654a9b4
to
599b1a8
Compare
599b1a8
to
b79a0ab
Compare
Rebased after #718 |
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 and test.
@eLBati I did what you asked for could you please check and update your review? |
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.
1d1076f
to
9ea9032
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.
This time I only did the code review.
@SimoRubi ok, thanks. |
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.
This should be ported to 11.0 afterwards
This PR has the |
bc79830
to
b8b7fa2
Compare
Fixed commit history |
@eLBati I'll try to cherry-pick this commit in v11 after it's merged |
@OCA/crm-sales-marketing-maintainers can this be merged? Thanks |
Instead of using the sequence, isn't this interesting to be auto-sorted the same as now pricelist items are auto-arranged? |
@pedrobaeza I don't know what auto-arrangement you are suggesting, could you provide a link where it is performed? It sounds interesting, thanks |
I mean this: in combination with a proper sorted selection field: This selection field can be computed stored and got from the input in the rest of the fields. |
b8b7fa2
to
f3b721f
Compare
Thanks @pedrobaeza for the suggestion, that is another good thing to know about Odoo. |
Add feature to automatically select the sale order type based on products (or their categories) of the sale order.