oca-ocb-pos/odoo-bringout-oca-ocb-pos_stripe/pos_stripe/views/assets_stripe.xml
2025-08-29 15:20:50 +02:00

12 lines
447 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="stripe" inherit_id="point_of_sale.assets_common">
<xpath expr="." 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>