[FIX] Products not visible in Main catagory Issue: #45
This commit is contained in:
parent
d80ac40ac6
commit
86ec69a40e
@ -305,7 +305,7 @@ class WebsiteSale(http.Controller):
|
|||||||
|
|
||||||
if not request.env.user.has_group('website.group_website_publisher') \
|
if not request.env.user.has_group('website.group_website_publisher') \
|
||||||
and (categs_with_childs or parent_categ_with_childs):
|
and (categs_with_childs or parent_categ_with_childs):
|
||||||
domain += ['|', '&',
|
domain += ['|', '|',
|
||||||
('public_categ_ids', 'in', categs_with_childs.ids),
|
('public_categ_ids', 'in', categs_with_childs.ids),
|
||||||
('public_categ_ids', 'in', parent_categ_with_childs.ids),
|
('public_categ_ids', 'in', parent_categ_with_childs.ids),
|
||||||
('public_categ_ids', '=', False)]
|
('public_categ_ids', '=', False)]
|
||||||
|
Loading…
Reference in New Issue
Block a user