mirror of https://github.com/OCA/web.git
commit
b51e5e8926
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue