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.
15 lines
727 B
15 lines
727 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--Inherited web.ImageField for adding a button -->
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-name="capture_image_field.cameraField" t-inherit="web.ImageField"
|
|
t-inherit-mode="extension">
|
|
<xpath expr="//button[hasclass('o_select_file_button')]"
|
|
position="after">
|
|
<button class="btn btn-light border-0 rounded-circle m-1 p-1"
|
|
data-tooltip="Camera" t-on-click="onFileCamera">
|
|
<img src="https://icons.iconarchive.com/icons/bootstrap/bootstrap/16/Bootstrap-camera-fill-icon.png"
|
|
width="16" height="16"/>
|
|
</button>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|
|
|