[MIG] 10.0 web_fullscreen

This commit is contained in:
KKamaa
2019-04-17 17:41:13 +03:00
parent 7496beb413
commit 7976daf4f6
10 changed files with 83 additions and 50 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<templates xml:space="preserve">
<t t-extend="ControlPanel">
<t t-jquery=".o_cp_switch_buttons" t-operation="after">
<div class="btn-group btn-group-sm o_cp_fullscreen">
<button class="btn btn-icon fa fa-lg fa-tablet"
data-toggle="tooltip" data-placement="top"
aria-expanded="false" href="#">
<i title="Fullscreen Mode"
aria-hidden="true"/>
</button>
</div>
</t>
</t>
</templates>