Daily updates from Odoo
Wednesday, August 16, 2023
2 changes
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-2980478The 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.