bemade-addons/bemade_time_off_follower/__manifest__.py
Marc Durepos 017bde45dd [FIX] bemade_time_off_follower: validation error
Fixes a validation error that occurred when the alternate follower was
already in the list of recipients for the mail.thread.
2024-09-20 10:14:57 -04:00

15 lines
432 B
Python

{
"name": "Time Off Alternative Follower",
"version": "17.0.0.0.3",
"category": "Extra Tools",
"summary": "Add Alternative Follower When Receiving Message While On Time Off",
"author": "Bemade",
"website": "https://www.bemade.org",
"depends": ["hr_holidays", "mail"],
"data": [
"views/hr_leave_views.xml",
],
"auto_install": False,
"installable": True,
"license": "LGPL-3",
}