16 lines
503 B
XML
16 lines
503 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates>
|
|
<t t-name="sf_warehouse.CustomKanbanView" t-inherit="web.KanbanView" owl="1">
|
|
<!-- <xpath expr="//Layout" position="before"> -->
|
|
<!-- <div> -->
|
|
<!-- Hello world ! -->
|
|
<!-- </div> -->
|
|
<!-- </xpath> -->
|
|
<xpath expr="//t[@t-component='props.Renderer']" position="before">
|
|
<div>
|
|
Hello world !
|
|
</div>
|
|
</xpath>
|
|
|
|
</t>
|
|
</templates> |