|
|
@ -3,7 +3,7 @@ |
|
|
|
<t t-name="Chrome" t-inherit="point_of_sale.Chrome" t-inherit-mode="extension" owl="1"> |
|
|
|
<xpath expr="//div[hasclass('pos-branding')]/img" position="replace"> |
|
|
|
<img class="pos-logo" t-on-click="() => this.trigger('toggle-debug-widget')" |
|
|
|
t-attf-src="/web/image?model=pos.config&field=image&id={{ env.pos.config.id }}&unique=1" alt="Logo" /> |
|
|
|
t-attf-src="/web/image/pos.config/{{env.pos.config.id }}/image" alt="Logo"/> |
|
|
|
</xpath> |
|
|
|
</t> |
|
|
|
</templates> |
|
|
|
</templates> |
|
|
|