13 lines
602 B
XML
13 lines
602 B
XML
<odoo>
|
|
<template id="assets" inherit_id="point_of_sale.assets">
|
|
<xpath expr="." position="inside">
|
|
<script type="text/javascript" src="/open_workshop/static/src/js/partner_access_popup.js"/>
|
|
<template id="machine_access_template" name="Maschinenfreigaben Template"
|
|
src="/open_workshop/static/src/xml/ows_pos_machine_access_view.xml"/>
|
|
</xpath>
|
|
<xpath expr="//link[@href='/point_of_sale/static/src/css/pos.css']" position="replace">
|
|
<link rel="stylesheet" type="text/css" href="/open_workshop/static/src/css/pos.css"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|