Birthday Wish to Customer and Employee

by
Odoo
v 15.0 Third Party 212
Download for v 15.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Contacts (contacts)
Employees (hr)
Discuss (mail)
Lines of code 183
Technical Name wt_birthday_reminder
LicenseOPL-1
Websitehttp://warlocktechnologies.com
Versions 17.0 16.0 15.0 14.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Contacts (contacts)
Employees (hr)
Discuss (mail)
Lines of code 183
Technical Name wt_birthday_reminder
LicenseOPL-1
Websitehttp://warlocktechnologies.com
Versions 17.0 16.0 15.0 14.0
warlock-logo

Birthday Reminder

Community
Enterprise

Overview

The "Birthday Reminder" module in Odoo serves as a valuable tool for Human Resources departments, enabling them to manage and commemorate employees' birthdays effectively. This module offers several features designed to streamline the birthday celebration process and foster a positive workplace environment:

Features

This Module will work in Community and Enterprise both.

This Module allows Hr to set a birthadate of Employee.

This Module will help you to give a notification and Reminder Emails to other Employees that their collegue has a Birthday today, and one Congratulation mail also send to the employee who has a Birthday today.

In this Module if you want to change the templete then you can change the template and it's content in it.

Configuration

  • Hr can set the Birthday of Employee from here.
  • When Employee's Birthdate and Current date is match, the Emails are generated.
  • Template of mail which is send from the Company to the employee who has a birthday today.
  • Another mails are send from the Company to other Employees of the company, apart from the Employee who has a Birthday today.
  • Template of Another mail that is send from the Company to other Employees of the company, apart from the Employee who has a Birthday today.
  • Template of the mail that is send from the Company to the Employees who has a birthday today.
    Setting -> Technical -> Email templates -> Birthdaywish
  • Template of Another mail that is send from the Company to other Employees of the company.
    Setting -> Technical -> Email templates -> Birthday Reminder
sales@warlocktechnologies.com
Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Birthday Wish to Customer and Employee
by
Jean-Pierre Solognier
on 3/9/23, 10:09 AM

Installed the app but it's only for employees.

Where is the customer part??


Error when installing on Odoo SH V15
by
Mohamed Helal
on 11/17/22, 3:16 AM

after installing on odoo SH V 15 >> Scedual action >> birthday and click run manually 

got this error


RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/tools/ line 332, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
File "", line 1, in
File "/home/odoo/src/user/wt_birthday_reminder/models/ line 17, in birthday_reminder
email_values = {'email_to': ','.join(all_email)}
TypeError: sequence item 0: expected str instance, bool found

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 237, in _dispatch
result = request.dispatch()
File "/home/odoo/src/odoo/odoo/ line 687, in dispatch
result = self._call_function(**self.params)
File "/home/odoo/src/odoo/odoo/ line 359, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/service/ line 94, in wrapper
return f(dbname, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/ line 348, in checked_call
result = self.endpoint(*a, **kw)
File "/home/odoo/src/odoo/odoo/ line 916, in __call__
return self.method(*args, **kw)
File "/home/odoo/src/odoo/odoo/ line 535, in response_wrap
response = f(*args, **kw)
File "/home/odoo/src/odoo/addons/web/controllers/ line 1346, in call_button
action = self._call_kw(model, method, args, kwargs)
File "/home/odoo/src/odoo/addons/web/controllers/ line 1334, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/home/odoo/src/odoo/odoo/ line 464, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/home/odoo/src/odoo/odoo/ line 451, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 85, in method_direct_trigger
cron.with_user(cron.user_id).with_context(lastcall=cron.lastcall).ir_actions_server_id.run()
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 643, in run
res = runner(run_self, eval_context=eval_context)
File "/home/odoo/src/odoo/addons/website/models/ line 61, in _run_action_code_multi
res = super(ServerAction, self)._run_action_code_multi(eval_context)
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 512, in _run_action_code_multi
safe_eval( eval_context, mode="exec", nocopy=True) # nocopy allows to return 'action'
File "/home/odoo/src/odoo/odoo/tools/ line 348, in safe_eval
raise ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr))
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/ line 643, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/odoo/src/odoo/odoo/ line 301, in _handle_exception
raise exception.with_traceback(None) from new_cause
ValueError: : "sequence item 0: expected str instance, bool found" while evaluating
'model.birthday_reminder()'
http.py",
http.py",
safe_eval.py",self.code.strip(),ir_actions.py",ir_actions.py",ir_actions.py",ir_cron.py",api.py",api.py",main.py",main.py",http.py",http.py",http.py",model.py",http.py",http.py",ir_http.py",hr_employee.py",safe_eval.py",

Re: Error when installing on Odoo SH V15
by
Wizard Technolab
on 11/17/22, 3:35 AM Author

Hello,


can you please give us a access to check it please send an email to sale@warlocktechnologies.com so we can assist you further. 


Odoo SH error after install
by
Mohamed Helal
on 9/26/22, 11:00 AM

This error occurs when clicking on Run manually on schedule action


RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/tools/ line 332, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
File "", line 1, in
File "/home/odoo/src/user/wt_birthday_reminder/models/ line 17, in birthday_reminder
email_values = {'email_to': ','.join(all_email)}
TypeError: sequence item 3: expected str instance, bool found

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 237, in _dispatch
result = request.dispatch()
File "/home/odoo/src/odoo/odoo/ line 687, in dispatch
result = self._call_function(**self.params)
File "/home/odoo/src/odoo/odoo/ line 359, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/service/ line 94, in wrapper
return f(dbname, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/ line 348, in checked_call
result = self.endpoint(*a, **kw)
File "/home/odoo/src/odoo/odoo/ line 916, in _call_
return self.method(*args, **kw)
File "/home/odoo/src/odoo/odoo/ line 535, in response_wrap
response = f(*args, **kw)
File "/home/odoo/src/odoo/addons/web/controllers/ line 1347, in call_button
action = self._call_kw(model, method, args, kwargs)
File "/home/odoo/src/odoo/addons/web/controllers/ line 1335, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/home/odoo/src/odoo/odoo/ line 464, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/home/odoo/src/odoo/odoo/ line 451, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 85, in method_direct_trigger
cron.with_user(cron.user_id).with_context(lastcall=cron.lastcall).ir_actions_server_id.run()
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 643, in run
res = runner(run_self, eval_context=eval_context)
File "/home/odoo/src/odoo/addons/website/models/ line 61, in _run_action_code_multi
res = super(ServerAction, self)._run_action_code_multi(eval_context)
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 512, in _run_action_code_multi
safe_eval( eval_context, mode="exec", nocopy=True) # nocopy allows to return 'action'
File "/home/odoo/src/odoo/odoo/tools/ line 348, in safe_eval
raise ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr))
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/ line 643, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/odoo/src/odoo/odoo/ line 301, in _handle_exception
raise exception.with_traceback(None) from new_cause
ValueError: : "sequence item 3: expected str instance, bool found" while evaluating
'model.birthday_reminder()'http.py",
http.py",
safe_eval.py",self.code.strip(),ir_actions.py",ir_actions.py",ir_actions.py",ir_cron.py",api.py",api.py",main.py",main.py",http.py",http.py",http.py",model.py",http.py",http.py",ir_http.py",hr_employee.py",safe_eval.py",

Hello! please contact us on sales@warlocktechnologies.com so we can assist you further for this issue.
by
Wizard Technolab
on 9/27/22, 1:52 AM Author