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.

closes odoo#37990

Signed-off-by: Nicolas Martinelli (nim) <nim@odoo.com>
  • Loading branch information
yajo authored and nim-odoo committed Oct 7, 2019
1 parent 4795e37 commit 42cbe36
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 @@ -269,7 +269,7 @@
</a>
<div class="dropdown-menu" 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 42cbe36

Please sign in to comment.