añadido web decimal numpad

This commit is contained in:
santiky 2021-10-20 19:37:48 +02:00
parent 073dd91e90
commit 50752d87e7
Signed by: snt
GPG key ID: A9FD34930EADBE71
15 changed files with 697 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_backend"
name="numpad_dot assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_decimal_numpad_dot/static/src/js/numpad_dot.js"></script>
</xpath>
</template>
</odoo>