16 lines
549 B
XML
16 lines
549 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -->
|
|
<odoo>
|
|
<template id="assets" inherit_id="point_of_sale.assets">
|
|
<xpath expr=".">
|
|
<script
|
|
type="text/javascript"
|
|
src="/pos_customer_required/static/src/js/PaymentScreen.js"
|
|
/>
|
|
<script
|
|
type="text/javascript"
|
|
src="/pos_customer_required/static/src/js/ProductScreen.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|