diff --git a/addons/report/models/report.py b/addons/report/models/report.py index fbb8044f129..38492e09f0c 100644 --- a/addons/report/models/report.py +++ b/addons/report/models/report.py @@ -125,7 +125,6 @@ class Report(osv.Model): user=user, res_company=user.company_id, website=website, - editable_no_editor=_("The preferred way to edit a report is to use the HTML Editor"), ) return view_obj.render(cr, uid, template, values, context=context) diff --git a/addons/website/views/website_templates.xml b/addons/website/views/website_templates.xml index f7915b98874..b8b9234a60b 100644 --- a/addons/website/views/website_templates.xml +++ b/addons/website/views/website_templates.xml @@ -59,7 +59,6 @@