Public release from ruodoo-project: 19.0 - 2026-09-20 21:17:41 UTC

This commit is contained in:
CI Publish Bot
2026-09-20 21:17:50 +00:00
commit ebd298dbf0
1234 changed files with 187334 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2023 Ivan Yelizariev <https://twitter.com/yelizariev>
License OPL-1 (https://www.odoo.com/documentation/17.0/legal/licenses.html#odoo-apps). -->
<templates id="template" xml:space="preserve">
<t
t-name="Chrome"
t-inherit="point_of_sale.Navbar"
t-inherit-mode="extension"
owl="1"
>
<xpath expr="//div[hasclass('pos-branding')]/img" position="attributes">
<attribute name="src">/logo.png</attribute>
</xpath>
</t>
</templates>