-
-
Notifications
You must be signed in to change notification settings - Fork 711
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
[17.0][IMP] product_supplierinfo_for_customer: change _name_search product restrictions #1821
base: 17.0
Are you sure you want to change the base?
[17.0][IMP] product_supplierinfo_for_customer: change _name_search product restrictions #1821
Conversation
Hi @luisg123v, |
1b8d08f
to
7ae43de
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.
just reading it, it makes more sense now. Functional review also LGTM
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.
Please fix commit message. It should be a short title, followed by a blank line, followed by the description.
…restrictions Checking whether the search has a limit is restricting cases where it is important to retrieve the product by the customer's code. With this change, the restriction on res_ids_len being greater than the limit will only apply if the limit exists.
7ae43de
to
46de10d
Compare
Done, thanks. |
IMHO, the function should be documented to indicate what the override does. |
Using these features with the product_supplierinfo_for_customer_sale module when searching for a product by code in an order line, the limit field has no value and does not work correctly.
@ForgeFlow