add send meeting details to guests

This commit is contained in:
Kheireddine Mehdi
2024-11-11 10:47:42 +01:00
parent c095b563a5
commit 93ed902edb
7 changed files with 128 additions and 2 deletions

View File

@@ -79,7 +79,7 @@
<many-to-one name="accountCreationTemplate" ref="com.axelor.apps.message.db.Template" title="Template for account creation"/>
<many-to-one name="sendMailToInvitedPersonInMeetingTemplate" ref="com.axelor.apps.message.db.Template" title="Template for changed password"/>
<many-to-one name="sendMailToInvitedPersonInMeetingTemplate" ref="com.axelor.apps.message.db.Template" title="Template for Meeting Invitation"/>
<integer name="limitNumberTasksGenerated" title="Number of tasks generated at most at once" min="1" default="100"/>