add todo app module

This commit is contained in:
2025-02-11 17:29:37 +07:00
parent 983b76ba74
commit e87a143169
140 changed files with 6797 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="todo_app.root" name="OWL App Root">
<html>
<head>
<t t-call-assets="todo_app.assets"/>
</head>
<body>
<div id="root"></div>
</body>
</html>
</template>
</data>
</odoo>