-
Notifications
You must be signed in to change notification settings - Fork 106
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
[IMP] add a wizard for redirecting the product or the category manually #682
[IMP] add a wizard for redirecting the product or the category manually #682
Conversation
6e0406b
to
5008be8
Compare
Codecov Report
@@ Coverage Diff @@
## 10.0 #682 +/- ##
==========================================
+ Coverage 90.54% 90.59% +0.04%
==========================================
Files 152 153 +1
Lines 4104 4136 +32
==========================================
+ Hits 3716 3747 +31
- Misses 388 389 +1
Continue to review full report at Codecov.
|
/ocabot merge nobump |
On my way to merge this fine PR! |
categ_ids = self._context["active_ids"] | ||
products = self.env["product.template"].search( | ||
[("categ_id", "=", categ_ids)] | ||
) |
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.
your test works, but shouldn't this be [("categ_id", "in", categ_ids)] instead?
This PR has the |
Congratulations, your PR was merged at e8801a4. Thanks a lot for contributing to shopinvader. ❤️ |
Add a wizard in order to redirect easily
The redirection will inactive the binding and redirect the URL