Daily updates from Odoo
Tuesday, July 11, 2023
5 changes
Enhancements to existing features
Automatic follow-ups no longer stop immediately when selected customers are missing required contact information. Instead, users see a guided screen that identifies the affected customers and lets them open an editable list to complete the missing details, reducing interruptions in the collection workflow.
Original PR description
Before this commit: in the followup reports, the "Process Automatic Follow-ups" action raises a UserError in case at least one of the selected partners has no mail address Now: when there are partners that have no email, a wizard will be shown with the ability to edit their emails in-place. Task-id #3273020
Managers can now view an employee's next appraisal date directly on the public employee profile. This makes appraisal planning easier by giving managers quick access to upcoming review timing without navigating elsewhere.
Original PR description
The next appraisal date is shown to the manager on the public employee profile. task-2882052
Signing option values can now be viewed and archived without disrupting existing templates or completed signing requests. Archived options are hidden when users edit templates, but remain visible where needed to preserve past document history and avoid inconsistencies.
Original PR description
This commit adds a tree view for sign item options, changes the model to allow archiving records. It was decided to hide archived options in most occasions, however we show them when rendering readonly sign.requests, as it is possible to archive an option that was already selected in a sign.request. task-3233643
The Documents app now offers a clearer and more flexible way to select, activate, preview, and split PDF pages. Users can navigate pages with shortcuts, select ranges or areas, and better understand which pages are active or selected, making document preparation faster and less error-prone.
Original PR description
General improvements of split tools. Refactor of the code. The following features have been added : - Introduction to activation + selection system. - An active page will undo the following actions :…
General improvements of split tools. Refactor of the code. The following features have been added : - Introduction to activation + selection system. - An active page will undo the following actions : - Adding/Removing splitters - Selection of activate pages on space key pressed - A selected page will undo the following actions : - Delete pages - Split button - Applicable rules buttons - Activate pages are displayed has transparent blue whereas selected pages have a selector icon displayed on the top of the page - Navigation between pages with the arrows - Bottom area of each page activates on click - Range activation/selection between 2 pages if shift key is pressed - Area activation of pages when clicking and moving the clicked mouse - If no key is pressed, every click desactivates all activated pages - If shift key is pressed when area selecting : current activated pages stay activated and targetted pages are desactivated - If control key is pressed when area selecting, current activated pages stay activated and targetted pages are also activated - Opens previewer when clicking on page - Shortcuts are introduced TaskId: 3179166
Quality checks now show the related work order operation from the quality point. This helps teams track quality control by specific manufacturing operation when multiple checks exist for one manufacturing order.
Original PR description
Before commit: ================ - work order operation is defined in a quality point, meanwhile the same is not shown on the quality check. After commit: =============== When there are multiple quality points defined on one MO, it would be helpful to have work order operations also defined on the quality checks so one can keep track of QC on each operation specifically within one MO. - Added a work order operation field from the quality point on the quality check. - Also added field 'work order operation' field on the list view of quality check. task: 3283169