Search 1.9 billion lines of Odoo code on GitHub

event_registration_partner_unique

Author: Tecnativa, Odoo Community Association (OCA)
License: AGPL-3
Branch: 15.0
Repository: brain-tec/event
Dependencies: event, and partner_event
Languages: HTML (376, 59.4%), PO File (59, 9.3%), Python (89, 14.1%), XML (14, 2.2%), and reStructuredText (95, 15.0%)
Other branches: 11.0, 12.0, 13.0, 13.0-ocabot-merge-pr-231-by-Yajo-bump-nobump, 13.0-ocabot-merge-pr-243-by-dreispt-bump-nobump, 14.0, 14.0-event_badge_design, 8.0, and 9.0
Other repositories: AnilKesariya/event, Antiun/event, Change2improve/event, ClearCorp/oca-event, Dobtor-OCA/event, ERPLibre/event, ForgeFlow/event, Gabinete-Digital/event, Gofekra/event, Guobower/event, Ingeos/event, KolushovAlexandr/event, LTechCS/event, LasLabs/event, LevelPrime/event, Martronic-SA/event, MathBenTech/event, NL66278/event, NeatNerdPrime/event, Nikul-Chaudhary/event, Numigi/odoo-event, OCA-MUK/event, OCA/event, Ommo73/event, SanteLibre/event, SeuMarco/event, Tecnativa/event, VishnuPrasad1998/event, VisiionSolucionesTecnologicas/event, adolfoeliazat/event, andhit-r/event, angelmoya/event, anhvu-sg/event, anishukserg/event, ap305194/event, apachesep/event, apetbiz/event, archeti-org/event, aryajimbaran/event, coopiteasy/event, cristinamartinrod/event, dhp-denero/event, dsasoftware/event, ecosoft-odoo/event, emagdalenaC2i/event, garzadekoster/event, gastonfeng/event, glm-conseil/event, haroldtamo/event, humanilog/event, iRichGit/event, initOS/event, it-projects-llc/event, j-zaballa/event, kitworks-systems/event, kmee/event, lfreeke/event, lideritjnma/event, mikevhe18/event, molandtoxx/event, ntsirintanis/event, nucleoosystem/event, oihane/event, open-synergy/event, osiell/event, popcomputadores-desenv/event, pscloud/event, rousseldenis/event, rsullivan2704/event, sanube/event, schmidtwastl/event, steingabelgaard/event, thinkopensolutions/oca-event, tschanzt/event, vdedyukhin/event, yelizariev/event, and yveshoyos/event

<h1 class="title">Unique Partner per Event</h1> <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/event/tree/15.0/event_registration_partner_unique"><img alt="OCA/event" src="https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/event-15-0/event-15-0-event_registration_partner_unique"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/199/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module is intended for backend use only, and extends the functionality of events to avoid duplicating attendees.</p> <p>It is designed to work alongside <em>partner_event</em> (which is a dependency), and it is advisable to enable it by clicking on <strong>Create Partners in registration</strong>; 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.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id2">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <ol class="arabic simple"> <li>Go to <strong>Events</strong> and choose an event or create a new one.</li> <li>Enable <strong>Forbid Duplicates</strong>.</li> <li>Go to <strong>Attendees</strong>.</li> <li>Create a new attendee.</li> <li>If you try to fill successive attendees with the same contact filled out in the &quot;Attendee Partner&quot; field, the system won't allow it. That can happen for example if the same email is used several times.</li> </ol> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h2> <ul class="simple"> <li>This module is intended for backend use, so the validation error is enough to show the user what is wrong,</li> <li>When <em>website_event</em> 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.</li> <li>It would be necessary to have a new module which depends on <em>website_event</em> plus this one to prevent said issue.</li> <li>Another problem would arise when used with <em>event_sale</em> module, because it would try to use &quot;Sale Order&quot; 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.</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/event/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/event/issues/new?body=module:%20event_registration_partner_unique%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>Tecnativa</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul> <li><p class="first"><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a></p> <blockquote> <ul class="simple"> <li>Rafael Blasco</li> <li>Jairo Llopis</li> <li>Vicent Cubells</li> <li>Cristina Martin R.</li> <li>Victor M.M. Torres</li> <li>Víctor Martínez</li> </ul> </blockquote> </li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/event/tree/15.0/event_registration_partner_unique">OCA/event</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>