Tuesday, July 6, 2021
8 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.
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**Resolved issues and error corrections
This update fixes several operational issues affecting delivery access, point-of-sale validation and receipts, employee view performance, and accounting currency handling. It also refreshes translations, improving day-to-day reliability for users across sales, inventory, restaurant/POS, HR, and finance workflows.
This update prevents some valid but imperfect PDF files from being rejected when uploaded as course content. Users can continue adding PDF slides without being blocked by non-critical formatting issues in the file.
This fixes online bank synchronization by removing outdated transaction grouping logic and updating the related browser-side connection code. The change should make bank feed synchronization more reliable while reducing maintenance risk from obsolete code.