mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 04:52:00 +02:00
12 lines
328 B
XML
12 lines
328 B
XML
<?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>
|