mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 02:12:01 +02:00
10 lines
346 B
XML
10 lines
346 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates xml:space="preserve">
|
|
<t t-name="web.testRenderAt">
|
|
<div class="rendered">Test</div>
|
|
</t>
|
|
<t t-name="web.TestSubInteraction1">
|
|
<div class="sub1" t-att-data-which="first">Sub 1</div>
|
|
<div class="sub2" t-att-data-which="second">Sub 2</div>
|
|
</t>
|
|
</templates>
|