Files
web/web_decimal_numpad_dot/views/web_decimal_numpad_dot.xml
David Vidal d9b42361fb web_decimal_numpad_dot: Migration to 10.0
Support float time

- All Char widgets were getting affected by this behavior.
- Time float widgets now get ":" instead of "," or ".".
- Little code refactor.
- Only detect numpad dot, not normal dot and comma.

FIX
2017-10-04 10:13:52 -03:00

12 lines
349 B
XML

<?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>