Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
CRM (crm)
• Discuss (mail) • Calendar (calendar) • Contacts (contacts) |
Lines of code | 105 |
Technical Name |
crm_activity_email |
License | AGPL-3 |
Website | https:www.HAKSolutions |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
CRM (crm)
• Discuss (mail) • Calendar (calendar) • Contacts (contacts) |
Lines of code | 105 |
Technical Name |
crm_activity_email |
License | AGPL-3 |
Website | https:www.HAKSolutions |
Daily Activity Email
The purpose of this module is to see your summary of daily activity. Like which meeting and activity is to perform at which particular time.
Below listed are features of daily Activitiy module:
Prerequisites before Installation
Configure the Outgoing smtp server to send the email.
Configurations
As shown in the image when you install this module and schedule your day and create activities.Now you can select time along date.

Daily Activity scheduler will run on daily basis and will create a summary of your daily activity and will send you an email.
Activate the delveloper mode and to go Schedule actions.

Select the time and execution date.

Select the time and execution date.

Everyday all users will get their day activity summary email which they have to perform on the particular time and day.

Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
ANY SOLUTION? TypeError: Many2many fields sale.order.recipients_of_email and account.move.recipients_of_email use the same table and columns
Error:
Odoo Server Error
Traceback (most recent call last):
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\http.py", line 624, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\http.py", line 310, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\tools\pycompat.py", line 14, in reraise
raise value
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\http.py", line 669, in dispatch
result = self._call_function(**self.params)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\http.py", line 350, in _call_function
return checked_call(self.db, *args, **kwargs)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\service\model.py", line 94, in wrapper
return f(dbname, *args, **kwargs)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\http.py", line 339, in checked_call
result = self.endpoint(*a, **kw)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\http.py", line 915, in __call__
return self.method(*args, **kw)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\http.py", line 515, in response_wrap
response = f(*args, **kw)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1326, in call_button
action = self._call_kw(model, method, args, kwargs)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1314, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\api.py", line 387, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\api.py", line 374, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "<decorator-gen-59>", line 2, in button_immediate_install
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\addons\base\models\ir_module.py", line 72, in check_and_log
return method(self, *args, **kwargs)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\addons\base\models\ir_module.py", line 463, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\addons\base\models\ir_module.py", line 573, in _button_immediate_function
modules.registry.Registry.new(self._cr.dbname, update_module=True)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\modules\registry.py", line 86, in new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\modules\loading.py", line 423, in load_modules
loaded_modules, update_module, models_to_check)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\modules\loading.py", line 315, in load_marked_modules
perform_checks=perform_checks, models_to_check=models_to_check
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\modules\loading.py", line 201, in load_module_graph
registry.setup_models(cr)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\modules\registry.py", line 255, in setup_models
model._setup_fields()
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\models.py", line 2693, in _setup_fields
field.setup_full(self)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\fields.py", line 431, in setup_full
self._setup_regular_full(model)
File "D:\odoo_doymaint\Odoo 13.0\server\odoo\fields.py", line 3257, in _setup_regular_full
raise TypeError(msg % (self, field))
TypeError: Many2many fields sale.order.recipients_of_email and account.move.recipients_of_email use the same table and columns
ANY SOLUTION?