Tuesday, February 18, 2020
4 changes
Enhancements to existing features
Accounting users can now choose whether sales and purchase receipts are available, instead of seeing them by default. This helps organizations that do not use receipt workflows keep their accounting screens simpler and focused on relevant documents.
Original PR description
Purpose: If the user is not using receipt functionality in his organization then it's can be hidden. Current behavior before PR: Sale and purchase receipt by default show when the account module is instaled. Desired behavior after PR is merged: Now users can activate this Sale or purchase receipt from accounting settings. task: 2028813 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Event list views now show more useful information, such as seats, tracks, sponsors, and whether an event is online, making events easier to compare and manage. Obsolete minimum seat and registration warning fields were also removed because the related confirmation flow is no longer used.
Original PR description
PURPOSE Update tree view to add optional fields to make it easier to read. SPECIFICATION Modify the event_views files to add some fields (optional or not) It add some more informations about the seats, the tracks and sponsors and if the event is online or not. LINKS Task ID : 2192652 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Event pages are now cleaner and easier for smaller organizations to use, with fewer default filters, month-based browsing, and improved event and registration page layouts. Event questions now default to being attendee-specific, and speaker contact details are better preserved when event track information changes.
Original PR description
Purpose =========== Batch of improvements based on user testing/on site implementation with the focus of improving the flexibility and usability of Event. This way the application should be easier to use for small SMEs that organize events such as local sport clubs, theater company, ... Specifications ================= Deactivate by default some filters in /event page top bar Invert the behavior of is_individual field and rename it accordingly Revamp the event list in front-end Filter by month instead of week on /event page Improve /event/<model: event.event>/register page design Add tracking on name, email, phone fields on event.track Links =========== TaskID 2162438 Community PR #44476 Upgrade PR odoo/upgrade#771 Co-Authored-By: David Beguin <dbe@odoo.com> Co-Authored-By: Quentin Mourier <qmo@odoo.com>
Adds basic automated checks for the TaxCloud integration in accounting and sales workflows. This helps ensure tax calculations connected to TaxCloud continue working as expected and makes future changes safer.