-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
I am following the OWL Tutorial from the Odoo documentation.
I run Odoo 17 on a python3.11 environment, and using the branch tagges "17.0" from this repository.
When I run odoo 17 with the owl_playground addon installed and want to access the route "/owl_playground/playground", I have a blank page instead of seeing the awaited "Hello World" text.
Here is the full source code of the generated html:
<html>
<head>
<link type="text/css" rel="stylesheet" href="[/web/assets/a43a684/owl_playground.assets_playground.min.css](view-source:http://localhost:8069/web/assets/a43a684/owl_playground.assets_playground.min.css)"/>
<script type="text/javascript" src="[/web/assets/6cb9506/owl_playground.assets_playground.min.js](view-source:http://localhost:8069/web/assets/6cb9506/owl_playground.assets_playground.min.js)" onerror="__odooAssetError=1"></script>
</head>
<body>
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels