mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
12 lines
379 B
XML
12 lines
379 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="assets" inherit_id="point_of_sale.assets">
|
|
<xpath expr="." position="inside">
|
|
<script type="text/javascript" src="/pos_elavon/static/src/js/pos_elavon.js"></script>
|
|
<link rel="stylesheet" href="/pos_elavon/static/src/css/pos_elavon.css" />
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|