owl icon indicating copy to clipboard operation
owl copied to clipboard

OWL: A web framework for structured, dynamic and maintainable applications

Results 239 owl issues
Sort by recently updated
recently updated
newest added

Hello everyone, please i have an issue in odoo 14. I have translated a module i created from English to French by exporting the fr.po file and translating each term...

Hello, I am in a case that I need to interact with a component from the browser js console. Is this possible ?

Error in console:Uncaught ReferenceError: owl is not defined i just downloaded new zip from here "https://github.com/odoo/owl/releases" Also installed node modules but with npm i am not able to run so...

``` ClassName.template="MyAddon.Template"; ``` Syntax not working, by which I want to load template. But ``` ClassName.template=owl.tags.xml`Some html template stuff ;` ``` works

I am learning owl framework and components. https://odoo.github.io/owl/playground/ But I don't know where xmltemplates is written. ![image](https://user-images.githubusercontent.com/28656671/176467748-0ac216e6-a8b0-48af-8c98-87d968daca76.png) just: js->app.js cs->app.css xml->templates.xml ``` OWL Todo App ``` how to loadfile for...