openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27846
[Bug 1205798] Re: Untranslated strings in board/static/src/js/dashboard.js
Fixed in github in 8.0 at rev 4acee39
** Changed in: openobject-addons
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to Odoo Addons.
https://bugs.launchpad.net/bugs/1205798
Title:
Untranslated strings in board/static/src/js/dashboard.js
Status in Odoo Addons:
Fix Released
Bug description:
In board/static/src/js/dashboard.js:402, the following excerpt
contains two untranslated strings :
if (r === false) {
self.do_warn("Could not add filter to dashboard");
} else {
self.$el.toggleClass('oe_opened');
self.do_notify("Filter added to dashboard", '');
}
I think that these strings should be wrapped into a _t(...) call.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1205798/+subscriptions
References