[14.0][MIG] - migration pricelist brand to 14.0#122
Conversation
|
Hi, I need guidance to know how to solve the test errors that are appearing in the PR |
|
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. |
| AND (item.product_brand_id IS NULL OR item.product_brand_id = any(%s)) | ||
| AND (item.pricelist_id = %s) | ||
| AND (item.date_start IS NULL OR item.date_start<=%s) | ||
| AND (item.date_end IS NULL OR item.date_end>=%s) |
There was a problem hiding this comment.
Hi, I think a line
AND (item.active = TRUE)
is missing if compared to the original method. Has it been removed for specific reasons?
https://github.com/odoo/odoo/blob/14.0/addons/product/models/product_pricelist.py#L111
|
Can you squash the new test commit? |
|
This PR has been superseded by #312 with the missing fixes applied (active filter, flush, ondelete, squashed commits, removed unnecessary depends). |
No description provided.