Skip to content
Snippets Groups Projects
Commit fa77ef1d authored by jbm-odoo's avatar jbm-odoo
Browse files

[FIX] stock_sms: Wrong function name in button


closes odoo/odoo#35922

Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent 47f488a5
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
<footer>
<button name="send_sms" type="object"
string="Confirm" class="oe_highlight"/>
<button name="disable_send_sms" type="object"
<button name="dont_send_sms" type="object"
string="Disable SMS" class="oe_highlight"/>
<button special="cancel" string="Cancel"/>
</footer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment