Saturday, April 20, 2024
9 changes · master
Resolved issues and error corrections
Marketing automation emails now allow users to edit the preview text, helping teams better control how messages appear to recipients. SMS marketing forms now use the label “Title” instead of “Subject,” making the form clearer and more appropriate for text messages.
Original PR description
preview text in marketing automation mailings is now editable, earlier there was no option for input. subject field name is changed to title in marketing automation sms as subject looks weird in sms form.
Appointment confirmation details now align more naturally on mobile screens. This makes the booking confirmation page easier to read and more polished for users on phones, while preserving the desktop layout.
Original PR description
This will fix the right alignement of the label when a appointment is confirmed and on mobile. Before this commit the labels where aligned all the time the right, which is nice on Desktop, but not so pretty on the mobile side. After this commit the labels are pulled to the left using simple css media queries on max 767px in width. --------------- Task #2302663/6
This update fixes an internal issue in contract-based work entries where date calculations could call a removed process. It helps keep employee work entry dates computed reliably after related HR changes.
Original PR description
…n in hr_work_entry_contract hr_work_entry_contract overrides _inverse_duration to do stuff, and calls super but method has been removed from hr_work_entry. hr_work_entry._inverse_duration was removed and its body, or something equivalent, was moved to a new method hr_work_entry._compute_date_stop, this commit replaces hr_work_entry_contract._inverse_duration with an override of the _compute_date_stop method, the call to super is preserved but now the parent method exists. task: 2285889 related: odoo/odoo/commit/3bd345597fa932abdaf780f72bacf331690f549b
Users can now leave a sign template while an item options popover is still open without triggering an error. This makes template editing smoother and avoids interruptions when navigating away before validating or closing the item options.
Original PR description
move the popover of a sign item into o_sign_template Before this commit When we edit a sign template 1. click a sign item and open its options 2. click "template" button in the navigation without clicking "validate" or "x" button 3. you will find a trackback taskid: 2645074
Worksheet-style quality checks now close immediately after the user validates them. This returns manufacturing operators to the tablet work order view instead of moving them to another quality check, reducing confusion and keeping the workflow on track.
Original PR description
when quality check of type worksheet close the quality check window as soon as the user validates it and return to the tablet view window rather than next quality check. task - 2555350
Fixed an issue where switching from a filtered timesheet list with no results back to the grid view could cause an error. Users can now move between views smoothly even when their search returns no timesheet entries.
Original PR description
Steps to produce: Go to Timesheets > All Timesheets > list view filter on something that doesn't return any result switch to the grid view. Expected Result: Traceback should not raised, switching view should work smoothly. TASK 2510310
In Studio mode, clicking the SMS icon inside a phone field now selects the phone widget instead of opening the SMS wizard. This prevents accidental pop-ups while editing forms and makes Studio behavior more predictable for users configuring views.
Original PR description
PURPOSE Clicking on sms icon in phone widget in studio mode opens wizard while in studio mode clicking on it should not open wizard instead just select the element. SPEC Clicking on sms icon in phone widget in studio mode should only select phone widget. TASK 2577276
This update adjusts an automated test related to infinite scrolling in the form view chatter. It helps ensure the messaging panel continues to behave reliably when users browse longer conversation histories.
Original PR description
Chatter infinite scroll on form view PR Reference : 64004
This update corrects demo data by pointing it to the right account reference. It helps ensure the demo setup works as expected and avoids errors when loading or testing the sample configuration.
Original PR description
- fixed data by updating account external id