Tuesday, July 6, 2021
7 changes · master
Enhancements to existing features
This update appears to improve the website editing experience while also refreshing accounting-related translations and project documentation. Business users may see smoother content editing and more up-to-date language coverage in accounting screens, with limited operational impact.
This update modernizes several Odoo screens and supporting web components to make views, search, dropdowns, and dialogs work more reliably. It particularly affects project, timesheet, stock, and general web interfaces, improving consistency and maintainability for future user-facing changes.
The recruitment screen now gives job source names more room in the kanban view. This helps prevent names from being cut off, making the information easier to read for users managing recruitment sources.
Original PR description
Gives a bit more space to the job source name to prevent text from cutting. Task ID: 2575483
The contract salary page sidebar now remains visible as users scroll up or down. This makes it easier for HR users to keep important salary information and navigation in view while reviewing longer contract salary pages.
Original PR description
scrolling down or up the page does not follow by the header. so this commit fixes the issue by changing the position property of the contract salary sidebar div so that scrolling down or up the page will be followed by the header TaskID-2578918
Users can now include attachments when sending signature request emails. This makes it easier to provide supporting documents alongside the request, reducing follow-up communication and ensuring recipients receive all needed materials at once.
Original PR description
The aims of this task is to add the possibility to attach a document to a signature request. Before this commit: the html widget gives the possibility to add an attachment to an email, but we don't send it. taskid: 2496596
This update modernizes the dashboard view and search experience, making key business information easier to navigate and interact with. It also refreshes related enterprise web layouts and spreadsheet document templates to support the newer interface approach.
Users can now choose left, center, or right alignment for text fields when preparing documents in Odoo Sign. This makes signed documents easier to format for different contract layouts, while keeping center alignment as the default if no choice is made.
Original PR description
In sign module alignment facility was not included, so in this commit that
facility is provided.
Here, when user clicks on text or textarea field small menu will open and on
that menu there will be three buttons align-{left, centre, right}. if user
clicks on any particular field and set align for that field then that will be
same slign for all stages for that particular field. Here by default alignment
is center if user not select any type of alignment fron menu then by default
that will align text in center.
**Task-id :- 2374659**