Skip to Content
मेन्यू
This question has been flagged
1 Reply
1449 Views

I I'm just learning about odoo, I get a blank web after defining a simple dashboard that only contains h1, here is the javascript:

import { registry } from "@web/core/registry";

const actionRegistry = registry.category("actions");

class LibraryDashboard extends owl.Component{ 

setup(){ }};

LibraryDashboard.template = LibraryDashboard;

actionRegistry.add('library_dashboard_tag', LibraryDashboard);


I already ensure that js and the template on manifest file

Avatar
Discard
Best Answer

Make a right click on the mouse and open the inspect, then check the console tab to identify the Javascript related issue in the browser. 

Avatar
Discard
Related Posts Replies Views Activity
2
जून 24
1884
1
मार्च 23
3519
1
अक्तू॰ 20
3649
1
फ़र॰ 20
6827
0
जुल॰ 19
3396