mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
11 lines
334 B
XML
11 lines
334 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
|
|
<template id="web_assets_frontend" inherit_id="website.assets_frontend">
|
|
<xpath expr="//script[last()]" position="after">
|
|
<script type="text/javascript" src="/website_sale_payment_terms/static/src/js/payment_terms.js"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|