Daily updates from Odoo
Friday, January 31, 2020
4 changes · master
New functionality added to Odoo
The Survey app now supports live sessions where a host controls question timing, attendees answer in real time, and results can be shown during the event. This enables more engaging presentations, quizzes, and training sessions with optional rankings that reward fast answers, plus small usability fixes for survey completion and display.
Original PR description
PURPOSE Add a "live session" mode for survey that allows the host to interact with its audience. He controls the pace of the survey and the audience answers questions one at a time. Results for each…
PURPOSE Add a "live session" mode for survey that allows the host to interact with its audience. He controls the pace of the survey and the audience answers questions one at a time. Results for each question can be displayed by the host to adapt his speech in real time. A gamification component even allows to give points to the attendees, based on the quickness of their answer, and create ranking to keep everyone's attention. SPECIFICATIONS This whole feature is deeply integrated within survey. It adds a layer of "survey session" on top if it that gathers attendees and answers during the lifespan of the session. In addition, we fixed/pimped several survey features: - we now prevent 'enter' submit when survey is done to avoid a raise. - we made a few small improvements on the frontend views - we now correctly remove the timer and initialize the result widget when the user presses 'enter' on the last page / question. See sub-commits for details. Task 1972640
Warehouse teams can now process picking batches directly from the barcode interface, making grouped order handling faster and easier on mobile devices. The update also adds quality check support for batch pickings and improves the barcode screen layout and icons for clearer day-to-day use.
Original PR description
This PR is focused on adding a new module, `stock_barcode_picking_batch`, to manage picking batch in the barcode view. See commit's messages for more informations. *task-2069646*
Odoo Events can now be linked with Facebook events so teams can publish updates, synchronize event details, and view Facebook engagement from Odoo. Facebook event creation itself still happens on Facebook due to API limits, but synchronized event posts now show useful links and cover images in the social feed.
Original PR description
Purpose ======= Post on Facebook event and link "Event" from the "Event" application to Facebook Specifications ======== We want to be able to post on the events on Facebook. We also want to link the Facebook events to the events in Odoo to display the Facebook statistics in the event kanban views, post on Facebook from the event form view and fill automatically the event information with the information on Facebook. When we create an event on Facebook, a post is automatically created. We want to display these posts in the feed view (display the cover of the event and give a link to the event on Facebook). API Limitations =============== On the date of the 28 January 2020, we have some API limitations... - Cannot create event with the API - Cannot read the feed of an event Task 1999230
Odoo Events can now be linked with Facebook events, making it possible to publish posts to those events and bring Facebook event details and statistics back into Odoo. Facebook event creation posts are also shown more usefully in the social feed with event links and cover images, improving visibility for marketing and event teams.
Original PR description
Purpose ======= Post on Facebook event and link "Event" from the "Event" application to Facebook Specifications ======== We want to be able to post on the events on Facebook. We also want to link the Facebook events to the events in Odoo to display the Facebook statistics in the event kanban views, post on Facebook from the event form view and fill automatically the event information with the information on Facebook. When we create an event on Facebook, a post is automatically created. We want to display these posts in the feed view (display the cover of the event and give a link to the event on Facebook). API Limitations =============== On the date of the 28 January 2020, we have some API limitations... - Cannot create event with the API - Cannot read the feed of an event Task 1999230