@@ -369,7 +369,7 @@ <h1 class="title">Web Widget Numeric Step</h1>
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370!! source digest: sha256:1062d0c26bb10198c524113d70fa069c5928514e9569f607316544fee88bb6d9
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/web/tree/17.0/web_widget_numeric_step "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_widget_numeric_step "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/web/tree/18.0/web_widget_numeric_step "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_numeric_step "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373373< p > This widget changes input number field and make it easier to increment
374374the number thanks to 2 buttons (+ and -). Use JS native logic for input
375375number, so you can use the options < tt class ="docutils literal "> min</ tt > , < tt class ="docutils literal "> max</ tt > , < tt class ="docutils literal "> step</ tt > ,
@@ -394,7 +394,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
394394< p > In your xml view, add < tt class ="docutils literal "> < span class ="pre "> widget="numeric_step"</ span > </ tt > This will add the 2
395395buttons “+” and “-” just next to the input field in edit mode. Iteration
396396step by default is 1.</ p >
397- < p > < img alt ="image1 " src ="https://raw.githubusercontent.com/OCA/web/17 .0/web_widget_numeric_step/static/description/add_two_buttons.png " /> </ p >
397+ < p > < img alt ="image1 " src ="https://raw.githubusercontent.com/OCA/web/18 .0/web_widget_numeric_step/static/description/add_two_buttons.png " /> </ p >
398398< p > < strong > Optional</ strong > </ p >
399399< p > Add an option to choose the step iteration and limits (min and max
400400values).</ p >
@@ -415,9 +415,9 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
415415< p > Iteration with 0.25 step, min to -1 and max to 10.</ p >
416416< p > Start to increment with button, continue incrementing with scrolling
417417mouse.</ p >
418- < p > < img alt ="image2 " src ="https://raw.githubusercontent.com/OCA/web/17 .0/web_widget_numeric_step/static/description/step0,25andlimits.gif " /> </ p >
418+ < p > < img alt ="image2 " src ="https://raw.githubusercontent.com/OCA/web/18 .0/web_widget_numeric_step/static/description/step0,25andlimits.gif " /> </ p >
419419< p > Iteration with 10 step, max limit 15, placeholder with onchange</ p >
420- < p > < img alt ="image3 " src ="https://raw.githubusercontent.com/OCA/web/17 .0/web_widget_numeric_step/static/description/step10_limit15_placeholder117_with_onchange.gif " /> </ p >
420+ < p > < img alt ="image3 " src ="https://raw.githubusercontent.com/OCA/web/18 .0/web_widget_numeric_step/static/description/step10_limit15_placeholder117_with_onchange.gif " /> </ p >
421421< p > < strong > Demo</ strong > </ p >
422422< p > You can test the feature by going to Settings > Technical > Scheduled
423423Actions. The field “Execute Every” is configured to use the widget with
@@ -428,7 +428,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
428428< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/web/issues "> GitHub Issues</ a > .
429429In case of trouble, please check there if your issue has already been reported.
430430If you spotted it first, help us to smash it by providing a detailed and welcomed
431- < a class ="reference external " href ="https://github.com/OCA/web/issues/new?body=module:%20web_widget_numeric_step%0Aversion:%2017 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
431+ < a class ="reference external " href ="https://github.com/OCA/web/issues/new?body=module:%20web_widget_numeric_step%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
432432< p > Do not contact contributors directly about support or help with technical issues.</ p >
433433</ div >
434434< div class ="section " id ="credits ">
@@ -468,7 +468,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
468468promote its widespread use.</ p >
469469< p > Current < a class ="reference external " href ="https://odoo-community.org/page/maintainer-role "> maintainers</ a > :</ p >
470470< p > < a class ="reference external image-reference " href ="https://github.com/rafaelbn "> < img alt ="rafaelbn " src ="https://github.com/rafaelbn.png?size=40px " /> </ a > < a class ="reference external image-reference " href ="https://github.com/yajo "> < img alt ="yajo " src ="https://github.com/yajo.png?size=40px " /> </ a > </ p >
471- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/web/tree/17 .0/web_widget_numeric_step "> OCA/web</ a > project on GitHub.</ p >
471+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/web/tree/18 .0/web_widget_numeric_step "> OCA/web</ a > project on GitHub.</ p >
472472< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
473473</ div >
474474</ div >
0 commit comments