oca-ocb-pos/odoo-bringout-oca-ocb-pos_stripe/pos_stripe/views/assets_stripe.xml
Ernad Husremovic 3ca647e428 19.0 vanilla
2026-03-09 09:29:53 +01:00

12 lines
444 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="stripe" inherit_id="point_of_sale.index">
<xpath expr="//head" position="inside">
<!-- As the following link does not end with '.js', it's not loaded when
placed in __manifest__.py. The following declaration fix this problem -->
<script src="https://js.stripe.com/terminal/v1/"></script>
</xpath>
</template>
</odoo>