Wednesday, March 29, 2023
8 changes
Enhancements to existing features
This update improves the Planning experience by making key shift details easier to see, broadening eligible resource choices when roles are used, and sorting resources more clearly in email scheduling. Progress indicators in the Gantt view are also rounded for cleaner, easier-to-read percentages.
Original PR description
In this commit improve the following generic UX - move the start date, end date, allocated time, allocated time %, and effective hours fields to the left of the resource. - when a role_id is set on the shift, it should be possible to select resources that either has this role or no roles at all. - send planning by email wizard: if possible, sort resources by alphabetical order. - gantt view progress bar: round percentages to the unit. task-3073907
This update makes everyday field service, project, helpdesk, map, and worksheet screens clearer and easier to use. It improves menu labels, report naming and content, worksheet behavior, setup guidance, and warning visibility so teams can navigate and complete work with less confusion.
Original PR description
** = helpdesk,web_map,worksheet. Purpose of this commit is to improve generic ux for industry_fsm,project and helpdesk apps. So in this commit add following improvements: - industry_fsm ->…
** = helpdesk,web_map,worksheet. Purpose of this commit is to improve generic ux for industry_fsm,project and helpdesk apps. So in this commit add following improvements: - industry_fsm -> configuration add 'Project Stages' menu and rename 'Stages' to 'Task Stages'. - add 'Project' menu should open the same view as the project menu from the 'project' app. - project.task view disable the new worksheet create on quickcreate and form view. - hide 'worksheete' state button from 'worksheet template' form view if records is 0. - industry_fsm -> setting -> 'Time and Material' set documentation link on this field. - add MapBox sign up link and change label string. - change string for 'Task Report' to ' Intervention Report'. - add task name on task report. - add placeholder in default worksheet form view. - change warning for map view. - improve warning visibility for partner phone in 'project.task' form. - improve warning visibility for partner phone and email in 'helpdesk.ticket' form. task-3058275
This update brings Ecuador localization electronic invoicing work from Odoo 14.0 into the master branch. It helps keep Ecuadorian tax reporting and electronic document workflows aligned with current Odoo versions, including invoices, refunds, debit notes, taxes, payments, and company settings.
Original PR description
Porting advances from 14.0 to master.
The Documents app interface is easier to use with clearer folder management actions and improved navigation controls in attachment previews. These updates make common document browsing and organization tasks more intuitive for users.
Appointment onboarding now uses the shared clipboard service when users copy invitation details. This improves reliability and fixes a traceback that could occur during the copy action.
Original PR description
Example of using the new clipboard service. Fixing the traceback of task-3223000
Barcode operations in Inventory are now handled separately from report printing. This makes the workflow clearer and helps avoid mixing operational barcode commands with document output.
Original PR description
In this commit, We split both the operations from barcode commands and now we are printing reports separately. opw - 2579195
Automatically generated subscription invoices will now include the related salesperson as a follower. This helps ensure the salesperson stays informed about invoice activity and customer billing updates without manual follow-up.
Original PR description
Add saleperson as follower on automaticaly generated invoices task-id : 3084135
This update removes leftover internal code from the Quality Control app that was no longer being used after a previous workflow change. It helps keep the system easier to maintain without changing day-to-day user behavior.
Original PR description
by this PR: https://github.com/odoo/enterprise/pull/20102 changed the flow of where and when is called so that is no longer used by quality.check. This commit removes one of the leftover methods should have been deleted as part of this PR.