Daily updates from Odoo
Monday, November 18, 2024
5 changes · 18.0
Enhancements to existing features
The stock search view keeps common nearby-date filters visible so users can quickly find relevant warehouse operations. This makes day-to-day inventory checks easier without needing to dig through hidden search options.
Original PR description
The filters has been added to work with the graph overview. However people asks to not hide everything in the search since it's a basic operation Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Studio exports now preserve the specific type of actions instead of treating them as generic actions. This makes exported customizations more accurate and easier to reuse, with only minor related test and cleanup updates.
Dragging a signing field from the sidebar now shows a preview that matches the final dropped size. This makes document preparation smoother and avoids confusing size changes when placing signature fields.
Original PR description
Before this commit, when onSidebarDragStart was called to start dragging a sign item from the side bar, the placeholder was not resized the same it it is when it is dropped. Therefore the placeholder would see his change change upon releasing the element. taskid: 4164114
Signing boxes that do not require action are now hidden, reducing clutter during document review and signing. Boxes also show the responsible person's name, making it clearer who needs to complete each required field.
Original PR description
- Hide sign item box when you don't need to fill it - Add responsible name to box task-id: 4316046
When sending a message about a salary offer, the system now automatically suggests the email address of the related employee or applicant. This helps HR teams send offer communications faster and reduces the chance of choosing the wrong recipient.
Original PR description
Offer "send message" will directly propose the email of the offer's employee/applicant. task-4062860