Skip to content
Snippets Groups Projects
Commit a502c7dc authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Add to the alert board -> Add to my alert board

parent d61d6677
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
odoo/addons/board/static/src/xml/board.xml. -->
<t t-name="SearchView.add_to_alert_dashboard">
<li class="o_add_to_alert_dashboard_link o_closed_menu">
<a href="#">Add to the alert dashboard</a>
<a href="#">Add to my alert dashboard</a>
</li>
<li class="o_add_to_alert_dashboard">
<input class="o_add_to_alert_dashboard_input" type="text" />
......
......@@ -3,7 +3,7 @@
/* Taken from the default "My board" dashboard.
* Ref: odoo/addons/board/static/js/dashboard.js.
*
* Adapted to add an "Add to the alert board" menu command.
* Adapted to add an "Add to my alert board" menu command.
*/
odoo
......@@ -126,7 +126,7 @@
data_manager.invalidate();
} else {
self
.do_warn(_t("Could not add filter to dashboard"));
.do_warn(_t("Could not add filter to alert dashboard"));
}
});
},
......
// Taken from default "My board" dashboard styles.
// Ref: odoo/addons/board/static/less/alert_board.less.
// Adapted to add an "Add to the alert board" menu command.
// Adapted to add an "Add to my alert board" menu command.
.o_add_to_alert_dashboard {
display: none; // hidden by default
......
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