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