You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
412 B
8 lines
412 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-inherit="web.ControlPanel.Regular" t-inherit-mode="extension" owl="1">
|
|
<xpath expr="//div[hasclass('o_cp_top_left')]" position="after">
|
|
<button t-ref="bookmark" t-if="bookmarkOn" type="button" class="btn btn-bookmark fa fa-bookmark" t-on-click="onBookmark"/>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|