Initial commit: OCA Mrp packages (117 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:05 +02:00
commit 277e84fd7a
4403 changed files with 395154 additions and 0 deletions

View file

@ -0,0 +1,9 @@
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.

View file

@ -0,0 +1,17 @@
* `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`

View file

@ -0,0 +1,13 @@
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