mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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
12 lines
349 B
XML
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>
|