Initial commit: Core packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:45 +02:00
commit 12c29a983b
9512 changed files with 8379910 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="board.BoardAction" owl="1">
<t t-if="isValid">
<View t-props="viewProps"/>
</t>
<t t-else="">
<div class="text-center text-warning m-1">Invalid action</div>
</t>
</t>
</templates>