File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 88
99Removes references to odoo.com:
1010
11- * Deletes odoo logo
11+ * Replaces Odoo logo with company logo, i.e. ``/logo.png ``
12+
13+ Roadmap
14+ =======
15+
16+ * ``/logo.png `` should be used with ``?company_id=123 `` to avoid cache issues on multi-company environment
1217
1318Further information
1419===================
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<templates id =" template" xml : space =" preserve" >
3- <t t-extend =" Chrome" >
4- <t t-jquery =" .pos-logo" t-operation =" replace" >
5- <!--
6- <img class="pos-logo" src="/your_custom_module/static/src/img/logo.png" />
7- -->
8- </t >
3+ <t
4+ t-name =" Chrome"
5+ t-inherit =" point_of_sale.Chrome"
6+ t-inherit-mode =" extension"
7+ owl =" 1"
8+ >
9+ <xpath expr =" //div[hasclass('pos-branding')]/img" position =" attributes" >
10+ <attribute name =" src" >/logo.png</attribute >
11+ </xpath >
912 </t >
1013</templates >
You can’t perform that action at this time.
0 commit comments