Wednesday, January 27, 2021
3 changes · master
Enhancements to existing features
Event pages now show ticket descriptions consistently, hide unnecessary search result counts when no search is active, and provide clearer plain-English guidance when deleting tickets linked to registrations. Agenda search behavior is also more accurate, helping visitors and event managers avoid confusion.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: - If a single ticket is set for an event, its description is not displayed - The filter count ( X results) is still displayed even when no search is performed (empty field) - Scary technical error message when trying to delete an event ticket linked to a registration Desired behavior after PR is merged: - Description is displayed when a single ticket is set for an event - The search results count (X results) is hidden when no search is being performed - A better plain English message is displayed when a ticket linked to a registration is deleted Task-2427778 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Event ticket products now default to invoicing based on ordered quantities instead of delivered quantities. This better matches the usual event ticket flow, where tickets are sent automatically by email and do not require a separate delivery step before invoicing.
Original PR description
purpose In most cases, you don't really handle the "delivery" of the ticket. It's most likely to be sent by email automatically. So this makes it easier to invoice the SO. specification In this module event have default value is delivery but there is issue if is an event ticket, checkbox is checked then we have to convert default value delivery to order. so if user create new event and is an event ticket checkbox is true by default radio button order is selected. to Be we improve this issue by changing the default value of radio button is order quantities. **Task Id** - 2243915 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting lock date window has been updated to make the different lock date options easier to understand. This helps users choose the right lock date with more confidence and reduces the risk of confusion during accounting close activities.
Original PR description
The current iteration of the lock date modal is not clear enough. This task aims to improve that by making the difference between the lock dates more clear. Task id #2411237