almost 9 years ago
If you want to use greetingswidget in OpenERP(Odoo) follow the below mentioned code and paste it in your wizard .js file:
local.HomePage = instance.Widget.extend({ start: function() { this.$el.append("Hello dear Odoo user!"); var greeting = new local.GreetingsWidget(this); return greeting.appendTo(this.$el); }, });
Note- It will add our GreetingsWidget to the HomePage by using GreetingsWidget.
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)