Wednesday, January 27, 2021
4 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
Resolved issues and error corrections
Creating an expense report from selected expenses now opens a draft form instead of immediately saving a report. This makes the Discard button behave as expected and lets users review or change the report summary before saving.
Original PR description
In hr_expense module in after selecting expenses when user click on create report button that time create report function save data and after show data in view form, but there is one field which is…
In hr_expense module in after selecting expenses when user click on create report button that time create report function save data and
after show data in view form, but there is one field which is expense report summary which is not show in vieww form because of
field is empty. So , after solving that issue create report button open shell in edit mode.
Whwn user in list of expense page to create report , select number of expenses which are required for perfect expenses report and
then click on create report.
Discard button is not working as remove data from current expenses list and discard create report for particular report. Because of
create report button first save the data and after pass data in create report shell so when user click on discard then data are not
remove because of discard button remove only that data which are temporary. So , using context pass the data to create report shell
and in the field of create report summary set minimum and maximum expanse date if minimum and maximum expense date are same then only
minimum expense date by default set.
**TaskId - 2359834**
PR : https://github.com/odoo/odoo/pull/60621
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr