Skip to content
Snippets Groups Projects
Commit 2c3106c3 authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[IMP] website: make refresh routes less visible


Primary color lets imagine that it is the primary action to be done to update
the routing. While it is just to refresh the url_from list if you have missing
route (new module installed, ...)

Maybe we should just remove this button at the end.

closes odoo/odoo#66919

Signed-off-by: default avatarJérémy Kersten (jke) <jke@openerp.com>
parent 766717d3
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<form string="Website rewrite Settings">
<header>
<button name="refresh_routes" string="Refresh route's list" type="object"
class="btn-primary"
class="btn-light"
attrs="{'invisible':[('redirect_type', '!=', '308')]}"
/>
</header>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment