blob: 23a1e01cf1799c20efcd33b5dfe6f3907899499c (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_frontend" inherit_id="web.assets_frontend" name="Auth Assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/auth_signup/static/src/js/signup.js"></script>
</xpath>
</template>
</odoo>
|