Merge PR #2692 into 16.0

Signed-off-by yajo
pull/2694/head
OCA-git-bot 2023-12-12 11:13:09 +00:00
commit b51e5e8926
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
title="Minus" title="Minus"
type="button" type="button"
data-mode="minus" data-mode="minus"
t-att-disabled="props.readonly"
t-on-click="_onStepClick" t-on-click="_onStepClick"
/> />
</div> </div>
@ -39,6 +40,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
title="Plus" title="Plus"
type="button" type="button"
data-mode="plus" data-mode="plus"
t-att-disabled="props.readonly"
t-on-click="_onStepClick" t-on-click="_onStepClick"
/> />
</div> </div>