Friday, October 25, 2024
2 changes · saas-17.4
Enhancements to existing features
Invoice item descriptions exported in UBL XML now keep line breaks readable by replacing them with spaces instead of comma-separated text. This makes electronic invoice descriptions cleaner and closer to the original wording for recipients and integrations.
Original PR description
Item description node in UBL is merged to one line in the XML by replacing the new line with ', '. This commit improves on it by using single spacebar without the comma. opw-4213014
The chart configuration panel now uses clearer wording for stacked line and bar chart options. This small wording and spacing improvement makes chart settings easier to understand for users configuring spreadsheet charts.
Original PR description
Change the checkbox label of stacked charts from `stacked linechart` to `stacked line chart` in the chart configuration panel. Same for bar charts. Also removed padding between `stacked` and `cumulative` checkboxes in the line chart panel. Task: [3978443](https://www.odoo.com/web#id=3978443&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)