Skip to content
Snippets Groups Projects
Commit 6fe3ae84 authored by Lucas Perais (lpe)'s avatar Lucas Perais (lpe)
Browse files

[FIX] website_crm: make sure we import _ to translate

Fix 4c66eae3 attempted to translate terms but did not import _
This commit does just this
parent 86391525
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
import babel
from datetime import datetime, timedelta
from odoo import http
from odoo import http, _
from odoo.http import request
from odoo.addons.website.controllers.backend import WebsiteBackend
......
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