Skip to content
Snippets Groups Projects
Commit 2e6f2558 authored by Yenthe V.G's avatar Yenthe V.G Committed by Jeremy Kersten
Browse files

[FIX] sms: add missing import for translations

This commit closes #20141
parent 57f03f40
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
import logging
from odoo import api, fields, models
from odoo import api, fields, models, _
from odoo.exceptions import UserError
from odoo.addons.iap.models import iap
......
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