Skip to content

Commit

Permalink
[FIX] website_sale: Instruct crawlers to not sort
Browse files Browse the repository at this point in the history
Follows odoo#35852. More useless crawls saved.

X-original-commit: 42cbe36
  • Loading branch information
yajo authored and fw-bot committed Oct 7, 2019
1 parent 6343bc7 commit 5b598c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/website_sale/views/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
</a>
<div class="dropdown-menu dropdown-menu-right" role="menu">
<t t-foreach="website_sale_sortable" t-as="sortby">
<a role="menuitem" t-att-href="keep('/shop', order=sortby[1])" class="dropdown-item">
<a role="menuitem" rel="noindex,nofollow" t-att-href="keep('/shop', order=sortby[1])" class="dropdown-item">
<span t-raw="sortby[0]"/>
</a>
</t>
Expand Down

0 comments on commit 5b598c8

Please sign in to comment.