Tuesday, December 10, 2024
3 changes
2 changes
Enhancements to existing features
The chart configuration panel now uses clearer wording for stacked line, bar, and area chart options. This small usability improvement helps users better understand chart settings and also tightens spacing between related line chart options.
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: [4290275](https://www.odoo.com/web#id=4290275&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
This update modernizes and improves automated checks for project planning views and timesheet leaderboard behavior. It helps ensure these business workflows remain stable and reduces the risk of regressions in future releases.
Original PR description
task-4354290
1 change
Enhancements to existing features
Project portal link sections can now be configured to open specific links in a new browser tab instead of always replacing the current page. This gives businesses more flexibility when linking to related resources such as documents while keeping users' project context available.
Original PR description
- 18.0
Before this commit, the portal link opens in the current tab. After this commit, we can open the link in a new tab also, by only passing one key 'target' in task_link_section list.
e.g.values['task_link_section'].append({
'access_url': url,
'title': _('Documents'),
'target': '_blank'
})
task-4194318
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr