Search 1.9 billion lines of Odoo code on GitHub

portal_event_tickets

Author: IT-Projects LLC, Ivan Yelizariev
License: Other OSI approved licence
Branch: 13.0
Repository: mgielissen/website-addons
Dependencies: event, event_sale, partner_event, website, website_event, website_event_attendee_fields, website_portal, website_sale, and website_sale_refund
Languages: HTML (74, 5.0%), JavaScript (92, 6.3%), Python (730, 49.8%), XML (465, 31.7%), and reStructuredText (106, 7.2%)
Other branches: 10.0, 11.0, 12.0, and 12.0-multi_attachment_product_image
Other repositories: 001101/website-addons, ADVALAKI/website-addons, DITIntl/website-addons, Dobtor-it-projects-llc/website-addons, ERPLibre/website-addons, Elbagoury/website-addons, Enigma228322/website-addons, GabbasovDinar/website-addons, GrupoAlvamex/website-addons, Jarsa-dev/website-addons, Jarsa/website-addons, JazziMc/website-addons, Jeisonpernia/website-addons, JpGarciiia964/website-addons, KolushovAlexandr/website-addons, MYRCONSULTING/website-addons, MediaJockey/website-addons, MjAbuz/website-addons, NCS-75/website-addons, NigmatullinAN/website-addons, ORETEK/website-addons, Ommo73/website-addons, RL-OtherApps/website-addons, Raniani-lab/website-addons, Rusllan/website-addons, SeuMarco/website-addons, ShaheenHossain/website-addons, TestMergeBot/website-addons, TomasHogger/website-addons, VitalPet/website-addons, aaltinisik/website-addons, adeel982010/website-addons, ajinvn2019/website-addons, akhdaniel/website-addons, alhashash/website-addons, ateneolab/website-addons, aurestic/website-addons, bishalgit/website-addons, chianggq/website-addons, code-pack/website-addons, darshan-odoo/website-addons, detian08/website-addons, diegobgl/website-addons, disnierpv/website-addons, dixgrake/website-addons, dndoanh/website-addons, em230418/website-addons, eribowo/website-addons, erick-alvino/website-addons, factorlibre/website-addons, fanguloa/website-addons, fauzi-tsani/website-addons, gandad/website-addons, gastonfeng/website-addons, germanponce/website-addons, haroldtamo/website-addons, hassanfadl/website-addons, hinfo506/website-addons, iCivic/website-addons, iledarn/website-addons, ilmir-k/website-addons, indexa-git/website-addons, innoving/website-addons, isoscl/website-addons, itpp-labs/website-addons, jason156/website-addons, jaysadatay/website-addons, jjnf/website-addons, justuni/website-addons, kaadevelop/website-addons, leonidasthe300/website-addons, lewis2000/website-addons, loftwah/website-addons, lryain/website-addons, maartenleijnse/website-addons, marcel1981/website-addons, marcelsavegnago/website-addons, marionumza/it-projects-llc-website-addons, marvin981973/website-addons, nabiforks/website-addons, nelsonramirezs/website-addons, nucleoosystem/website-addons, nurdiny13/website-addons, odoo-revisar/website-addons, onurugur/website-addons, popcomputadores-desenv/website-addons, pythoner-3k/website-addons, rabchev/website-addons, royalline1/website-addons, sarahhumanoid/website-addons, sisboca/website-addons, sm2x/website-addons, test-chile/website-addons, toanthuan/website-addons, trojikman/website-addons, ufaks/website-addons, vad1969/website-addons, vdedyukhin/website-addons, vidtsindia/website-addons, vkuldeep/website-addons, wsheffel/website-addons, xhair/website-addons, xizqu/website-addons, yelizariev/website-addons, and zfis/website-addons

<a class="reference external image-reference" href="https://itpp.dev"><img alt="Tested and maintained by IT Projects Labs" src="https://itpp.dev/images/infinity-readme.png" /></a> <a name="customer-event-portal"></a> <h2>Customer Event Portal</h2> <p>Allows to customers see tickets for events at Portal.</p> <ul class="simple"> <li>Only confirmed tickets with attendee_partner_id as current user are shown</li> </ul> <p>Additional features:</p> <ul class="simple"> <li>Ticket transferring feature<ul> <li>To decrease chance of transferring to a wrong email, partner with the email must exist before transferring.</li> <li>New <em>When to Run</em> values for Email Schedule:<ul> <li>transferring_started</li> <li>transferring_finished</li> </ul> </li> <li>New attendee receives email with a link to finish ticket transferring</li> </ul> </li> <li>Tracks changes in key registration fields (via <code>track_visibility='onchange'</code>)</li> <li>Tickets can be changed to other products (including other tickets)<ul> <li>When old ticket is canceled, a message with a reference to new Sale Order is posted</li> </ul> </li> </ul> <a name="relation-to-other-modules"></a> <h3>Relation to other modules</h3> <a name="website-event-refund"></a> <h4>website_event_refund</h4> <p>Ticket refunding feature based on <code>website_event_refund</code> module</p> <a name="website-event-attendee-signup"></a> <h4>website_event_attendee_signup</h4> <p>It's recommended to use the module with <code>website_event_attendee_signup</code> which creates user for each attendee on registration.</p> <a name="website-event-attendee-fields"></a> <h4>website_event_attendee_fields</h4> <p>We need this modules for autofill feature. Other features of the modules are optional.</p> <a name="website"></a> <h4>website</h4> <p>The module is not splitted in two where one doesn't depend on website how it's usually done (e.g. <code>portal_event_tickets</code> and <code>website_portal_event_tickets</code>), because since 11.0 there is no such separation.</p> <a name="event-sale"></a> <h4>event_sale</h4> <p>We don't split module in two where one doesn't depend on <code>event_sale</code> (e.g. <code>portal_event_tickets</code> and <code>portal_event_tickets_sale</code>) for following reasons:</p> <ul class="simple"> <li>it simplifies development and maintainance</li> <li>we don't consider portal module without <code>event_sale</code> as popular</li> <li>free events are still usable even if <code>event_sale</code> module is installed</li> </ul> <a name="portal-event"></a> <h3>portal_event</h3> <p><code>portal_event</code> should be more proper name for this module, but it's occupied by repository odoo/odoo and which makes it impossible to use it in odoo apps store.</p> <a name="questions"></a> <h3>Questions?</h3> <p>To get an assistance on this module contact us by email :arrow_right: <a class="reference external" href="mailto:help&#64;itpp.dev">help&#64;itpp.dev</a></p> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li><a class="reference external" href="https://it-projects.info/team/yelizariev">Ivan Yelizariev</a></li> </ul> <a name="further-information"></a> <h3>Further information</h3> <p>Odoo Apps Store: <a class="reference external" href="https://apps.odoo.com/apps/modules/10.0/portal_event_tickets/">https://apps.odoo.com/apps/modules/10.0/portal_event_tickets/</a></p> <p>Tested on <a class="reference external" href="https://github.com/odoo/odoo/commit/6c1c1f6e9e03322771169b920d3c14c5e33111e9">Odoo 10.0</a></p>