[IMP] web_widget_numeric_step: black, isort, prettier

This commit is contained in:
Carlos Roca
2021-01-25 08:57:03 +01:00
committed by Thanakrit Pintana
parent 7df665cae9
commit 01fbf68de8
5 changed files with 125 additions and 98 deletions

View File

@@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_widget_numeric_step/static/src/css/numeric_step.scss"/>
<script type="text/javascript" src="/web_widget_numeric_step/static/src/js/numeric_step.js"></script>
<link
rel="stylesheet"
href="/web_widget_numeric_step/static/src/css/numeric_step.scss"
/>
<script
type="text/javascript"
src="/web_widget_numeric_step/static/src/js/numeric_step.js"
/>
</xpath>
</template>
</odoo>