Daily updates from Odoo
Wednesday, August 16, 2023
4 changes · master
Enhancements to existing features
The Helpdesk app now offers clearer team documentation links, improved ticket views, and additional demo data for service level agreements. Status updates for refunds, returns, and repairs were simplified to reduce noise and make ticket activity easier to follow.
Original PR description
Purpose of the task is to improve the generic UX and usability of the helpdesk app.
so in this commit, did below changes:
- updated the documentation links on team form view
- added some demo data for sla
- improve the ticket form,list view
- removed the following sub-types:
- refund canceled
- return canceled - repair canceled
- renamed follwing subtype: - refund posted -> refund status - return done -> return status - repair done -> repair status
task-2980478This update improves the wording shown around project budgets, making the project app easier to understand for everyday users. The change helps teams interpret budget information more clearly when reviewing project updates.
Original PR description
This PR aims to improve the generic usage of the project app. So, in this PR done following changes: - Changed budget sentence in sale_timesheet_account_budget task-2903637
The Subscriptions app now includes a dedicated customer menu. This makes it easier for users to access and manage customer information directly from the subscription workflow.
Original PR description
before this commit, there is no customer menu in subscription app. after this commit, customer menu is added in subscription app.
Subscription forms now show a clearer tag when a subscription is late and needs renewal. This restores an easier visual cue from earlier versions, helping users quickly identify subscriptions that require action.
Original PR description
From the form view of a subscription it is not 100% clear that it is late and need to be renewed. It was more clear in previous versions with the tag. task-id: 3432150