|
@@ -0,0 +1,15 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<openerp>
|
|
|
+ <data>
|
|
|
+ <template id="eiru_pos_title_change.eiru_pos_web_layout" name="Eiru POS Layout Assets" inherit_id="point_of_sale.index">
|
|
|
+ <title position="replace">
|
|
|
+ <title>Eiru Software</title>
|
|
|
+ </title>
|
|
|
+ <link rel="shortcut icon" position="replace">
|
|
|
+ <link rel="icon" type="image/png" sizes="32x32" href="/eiru_theme/static/src/favicons/favicon-32x32.png" />
|
|
|
+ <link rel="icon" type="image/png" sizes="96x96" href="/eiru_theme/static/src/favicons/favicon-96x96.png" />
|
|
|
+ <link rel="icon" type="image/png" sizes="16x16" href="/eiru_theme/static/src/favicons/favicon-16x16.png" />
|
|
|
+ </link>
|
|
|
+ </template>
|
|
|
+ </data>
|
|
|
+</openerp>
|