-
-
Notifications
You must be signed in to change notification settings - Fork 721
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
[16.0][MIG] product_main_supplierinfo #1353
[16.0][MIG] product_main_supplierinfo #1353
Conversation
If no specific record are found by the first filter. The Odoo default method will return all active supplier info. Which will include also supplier info record related to other specific variant. With this change if some supplier info related to the product variant exist, they will be returned instead. Also add a sort on the price to have the same behaviour than on a purchase order line for the price selected.
b3faf47
to
1daac05
Compare
"summary": "Display the main vendor of a product.", | ||
"website": "https://github.com/OCA/product-attribute", | ||
"author": "Camptocamp, Odoo Community Association (OCA)", | ||
"maintainers": ["sebalix"], | ||
"development_status": "Beta", | ||
"license": "AGPL-3", | ||
"category": "Product", | ||
"depends": ["product", "purchase"], | ||
"depends": ["product", "purchase", "sale"], |
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.
@aliciagaarzo can you explain why we need sale
as dependency starting from 16.0?
We should be able to install only purchase
and manage our suppliers without sale
, there is probably something to fix if we need it now.
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Migration of product_main_supplierinfo module to version 16