-

+
Run your business from anywhere with Flectra Mobile.
-

+
-

+
diff --git a/addons/digest/models/__init__.py b/addons/digest/models/__init__.py
index 0c968df8a2..1882e860af 100644
--- a/addons/digest/models/__init__.py
+++ b/addons/digest/models/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import digest
from . import digest_tip
diff --git a/addons/digest/models/digest.py b/addons/digest/models/digest.py
index 8c79caea41..79d270a4e1 100644
--- a/addons/digest/models/digest.py
+++ b/addons/digest/models/digest.py
@@ -258,13 +258,13 @@ class Digest(models.Model):
if self._context.get('digest_slowdown'):
preferences.append(_("We have noticed you did not connect these last few days so we've automatically switched your preference to weekly Digests."))
elif self.periodicity == 'daily' and user.has_group('base.group_erp_manager'):
- preferences.append('%s
%s
' % (
+ preferences.append('%s
%s
' % (
_('Prefer a broader overview ?'),
self.id,
_('Switch to weekly Digests')
))
if user.has_group('base.group_erp_manager'):
- preferences.append('%s
%s
' % (
+ preferences.append('%s
%s
' % (
_('Want to customize this email?'),
self._name,
self.id,
diff --git a/addons/event/__init__.py b/addons/event/__init__.py
index 00e1407820..5905766d86 100644
--- a/addons/event/__init__.py
+++ b/addons/event/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import controllers
from . import models
diff --git a/addons/event/__manifest__.py b/addons/event/__manifest__.py
index 9a6122e17b..68b0e12a3d 100644
--- a/addons/event/__manifest__.py
+++ b/addons/event/__manifest__.py
@@ -2,7 +2,7 @@
{
'name': 'Events Organization',
'version': '1.3',
- 'website': 'https://www.flectrahq.com/page/events',
+ 'website': 'https://www.odoo.com/page/events',
'category': 'Marketing/Events',
'summary': 'Trainings, Conferences, Meetings, Exhibitions, Registrations',
'description': """
diff --git a/addons/event/controllers/__init__.py b/addons/event/controllers/__init__.py
index d011bb1cfe..5d4b25db9c 100644
--- a/addons/event/controllers/__init__.py
+++ b/addons/event/controllers/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
-# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import main
diff --git a/addons/event/data/email_template_data.xml b/addons/event/data/email_template_data.xml
index cae7daa614..f0009352e2 100644
--- a/addons/event/data/email_template_data.xml
+++ b/addons/event/data/email_template_data.xml
@@ -54,7 +54,7 @@
% if is_online
+ style="padding: 8px 12px; font-size: 12px; color: #FFFFFF; text-decoration: none !important; font-weight: 400; background-color: #875A7B; border: 0px solid #875A7B; border-radius:3px">
View Event
% else
@@ -76,7 +76,7 @@
Hello ${object.name or ''},
We are happy to confirm your registration to the event
% if is_online:
- ${object.event_id.name}
+ ${object.event_id.name}
% else:
${object.event_id.name}
% endif
@@ -85,9 +85,9 @@
|