-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hadrien Huvelle
committed
Nov 7, 2024
1 parent
fa3903d
commit 2a50896
Showing
23 changed files
with
102 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
|
||
> - Sergio Teruel | ||
> - David Vidal | ||
> - Ernesto Tejeda | ||
> - Stefan Ungureanu |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This module allows to define mail settings for events. By default the | ||
emails scheduler has been deactivated. You can create mail scheduler | ||
templates for events and select one by default in event settings. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
To use this module, you need to: | ||
|
||
1. Go to *Events \> Configuration \> Mail Templates* and create all | ||
templates that you need. | ||
2. Go to *Events \> Settings* and select the default template in | ||
"Template Mail Scheduler" field. | ||
3. Go to *Events \> Events* and create one. All mails schedulers has | ||
been created. Also you can select other template in "Mail Template | ||
Scheduler" field on "Communication" tab. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- [Tecnativa](https://www.tecnativa.com) | ||
|
||
> - Rafael Blasco | ||
> - Jairo Llopis | ||
> - Vicent Cubells | ||
> - Cristina Martin R. | ||
> - Victor M.M. Torres | ||
> - Víctor Martínez | ||
> - Carolina Fernandez |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This module is intended for backend use only, and extends the | ||
functionality of events to avoid duplicating attendees. | ||
|
||
It is designed to work alongside *partner_event* (which is a | ||
dependency), and it is advisable to enable it by clicking on **Create | ||
Partners in registration**; this way it will create new partners or will | ||
match existing ones, but at the same time will avoid creating duplicates | ||
from partners already existing. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- This module is intended for backend use, so the validation error is | ||
enough to show the user what is wrong, | ||
- When *website_event* is installed, and public users try to register | ||
more than one attendee, this will trigger a validation error as the | ||
attendee partner is duplicated. The error shown is 500 internal server | ||
error. | ||
- It would be necessary to have a new module which depends on | ||
*website_event* plus this one to prevent said issue. | ||
- Another problem would arise when used with *event_sale* module, | ||
because it would try to use "Sale Order" contact as attendee and that | ||
will lead to the issue of duplicated attendees if trying to buy access | ||
to the same event more than once. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
1. Go to **Events** and choose an event or create a new one. | ||
2. Enable **Forbid Duplicates**. | ||
3. Go to **Attendees**. | ||
4. Create a new attendee. | ||
5. If you try to fill successive attendees with the same contact filled | ||
out in the "Attendee Partner" field, the system won't allow it. That | ||
can happen for example if the same email is used several times. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
There is a new option in event form view, "Create Partners in | ||
registration". If this option is checked, when you add registrations to | ||
this event, partners will be created automatically with name, email, | ||
phone and mobile fields. | ||
|
||
If partner already exists and user only fills email, name, phone and | ||
mobile fields will be filled with partner's data. | ||
|
||
The event registration values email, name, phone and mobile will be | ||
changed if the related partner values are changed and the event end date | ||
hasn't passed yet. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Pedro M. Baeza | ||
- Antonio Espinosa | ||
- Jairo Llopis | ||
- Vicent Cubells | ||
- David Vidal | ||
- Rafael Blasco | ||
- Víctor Martínez | ||
- Stefan Ungureanu | ||
- Carolina Fernandez | ||
- [Antiun](https://antiun.com/): | ||
- Javier Iniesta | ||
- Anil Kesariya |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
This module links partners with the events they are registered through a | ||
smart button. | ||
|
||
It also includes: | ||
|
||
- Search partners by their event attendees. | ||
- Search partners by number of events attendees. | ||
- Search partners by number of events attended. | ||
- Partner column is visible on registration one2many list inside the | ||
event. | ||
- Action in partner tree view 'More' button, to register several | ||
partners to an event | ||
- Restricts partner deletion when event attendees are linked to it. | ||
- Onchange for partner_id removed in v16 core in Event Registration- | ||
including functionality here |
This file was deleted.
Oops, something went wrong.