owl
owl copied to clipboard
OWL: A web framework for structured, dynamic and maintainable applications
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...
Typo fix
``` 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.  just: js->app.js cs->app.css xml->templates.xml ``` OWL Todo App ``` how to loadfile for...