Friday, November 26, 2021
13 changes · master
Enhancements to existing features
Survey authors can now add placeholder guidance for questions that require typed input. This helps participants understand what kind of answer is expected, improving clarity and response quality.
Original PR description
Purpose ======= As an Interviewer, I want my questions to be as clear as possible. To this end, I would like to be able to detail a bit which kind of answers I expect. Specifications ============ For all the question types that require an input, display a char field "Placeholder" in the Answers tab with a field helper that says: "When set, this text will appear in the field to help participants answer." Then on the survey, display the placeholder in the question input zone. Task-2671388
The Survey app now offers ready-made sample surveys for feedback forms, live presentations, and certifications when users first get started. This helps business users create useful surveys faster by starting from a pre-configured template they can adapt to their needs.
Original PR description
When the user opens the survey module for the first time, the user may find it difficult to create and configure a new survey as there are many options available. To improve the onboarding experience of the user, we will provide a new link on the action helper of the survey module (for the kanban and the list view of the surveys). When the user clicks on that link, the system will open a new modal. The user will then be able to choose a sample to load. Each sample will be pre-configured for specific purposes. We will have: - A sample for the feedback forms - A sample for the live presentations - A sample for the certifications After loading a sample, the user will be able to adapt it to fit their needs. Thanks to the samples, the user can create a survey more easily and more quickly. task-2670605 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The settings screen now avoids unnecessary background work when opening or saving configuration changes. This makes common settings actions noticeably faster and reduces database load, especially in larger Odoo installations with many modules enabled.
Original PR description
Improve the res.config.settings wizard performance, on the python side (focus on `onchange`, `create` and `execute` rpcs). * Avoid modification of non modified settings * Do not fetch unnecessary data: * Use cached methods to avoid verifying n times the existence of a given record * Do not compute requested defaults if not asked by the ORM. Before this PR: on runbot with "all" modules: onchange: 0.6 sec create: 0.53 s execute (call_button): 0.59 s After: onchange: 0.27 sec create: 0.31 sec execute: 0.28 sec and up to 3* less queries -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Project duplication now carries over milestones while resetting completion and deadline details, making copied projects easier to reuse accurately. Sales order screens were also adjusted to present status actions in a clearer order, improving day-to-day navigation for users.
Original PR description
The purpose of the commit is to do the generic improvement for the project: So in this commit, do the following changes: - duplicating a project, copy all milestones of the project, and set is_reached and deadline field as 'False'. - change the order of the state button in the sale order form view task-2652943
The employee timesheet cost field label has been shortened from “Timesheet Cost” to “Cost.” This makes the employee form wording cleaner and easier to read without changing any underlying functionality.
Original PR description
hr_timesheet: rename the string of timesheet_cost field in employee - The string of timesheet_cost field is cost instead of Timesheet Cost. task-2531442 closes odoo/odoo#79016
Changing a customer's price list now shows a warning if that customer has open shopping carts that will not be updated automatically. This helps staff avoid pricing confusion by making it clear when open carts need to be adjusted manually.
Original PR description
It is not always immediately clear to the end user that changing the pricelist on a partner will not change the pricelist for any open carts related to this partner. To clarify, this commit introduces a warning message, indicating that the end user should change the pricelists of these open carts manually if this is the desired effect.
Any open carts that already have the same pricelist as the new partner pricelist are excluded from the search and will not trigger the warning message.
task-2635067This update improves several inventory, delivery, sales, purchase, and product workflows by making fields clearer, filters easier to use, and replenishment actions more reliable. It also fixes confusing links and labels in stock reports and helps prevent setup mistakes such as unit categories without a reference unit.
Original PR description
In this commit: ================================== 1. Added domain to display only product related variants in the product view 2. Added a Trigger Manual filter in the existing filter list of…
In this commit:
==================================
1. Added domain to display only product related variants in the product view
2. Added a Trigger Manual filter in the existing filter list of Replenishment view
3. Added a logic to set deadline date of DO based on the SO deadline date in sale
4. Changed the error message string if the same product record already exists in the replenishment
5. Changed the string of lot_name field in the stock move
6. Fixed Forecast Report breadcrumbs issue
7. Fixed Lost label of product on replenishment report while reserve/unreserve the quantity of product
8. Added logic to force user to set at least one unit as a Reference Unit in UoM category units
9. Changed the string of dhl delivery module from DHL USA to DHL Express
10. Added logic to set default product quantity value in product replenishment wizard
11. Fixed the issue of Manufacturing Order link showing html tag instead of link in replenishment view
12. Added a two view files to delivery module
1. stock_rule_view: to display the propagate_carrier field
2. stock_picking_type_view: to display the print_label field
13. Fixed the issue of Purchase Order link showing html tag instead of link in replenishment view
14. Fixed the issue of showing html tag in line
15. Moved propagate_carrier field to delivery module.
TaskID - 2581265
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prCRM reporting now shows all leads and opportunities, even when the separate Leads feature is not enabled. This gives managers a broader view of CRM activity, with clearer default grouping and report columns to understand lead type, stage, and performance.
Original PR description
Purpose
=======
As a Lead Manager, I do not really care about what's in the "Lead Pipeline"
since this does not exist. Instead, I want to keep an eye on all the leads that
entered the CRM to see how well they are doing and how they are spread.
Specifications
==============
- Remove the group on the Reporting
> Leads menu item, this menu can be used with Opportunities only
- Move it below the Pipeline report
- By default, this menu shows all crm.lead :
- no matter the type (lead/opp) but with the filters in the search view
if needed
- no matter if won/active/lost (but again, filters allow me to change that
if needed)
- Default grouped by month creation date
- Filtered on records created this year to avoid displaying 10 years of CRM
usage - already done
=> The difference if I activate leads is that then I have the extra filters, ...
but this is already valid if I'm only working with opportunities
Task-2671372The Planning Analysis report now includes cost measures for allocated and effective hours, making it easier to compare planned work with actual effort. The report layout and graph ordering were adjusted for clearer analysis, and wording around working days was simplified.
Original PR description
Planning Analysis Report - Added 'Allocated Hours Cost' and 'Effective Hours Cost' measures - in the Planning Analysis report. - Removed 'hours per employee' filter and default group by the employee. - Set descending order in graph of planning analysis. - The string of the timesheet_cost field has been changed to 'Working Days' - instead of 'Number of Working Days'. closes odoo#21900 task-2531442
Warehouse users can now add the quantity for a product package directly from a barcode operation line. This reduces extra steps by avoiding the need to open the detailed edit view for each stock move line.
Original PR description
Add a new button for operations in the Barcode app. It allows to add the quantity corresponding to the Product Packaging of the Stock Move Line directly instead of going in the 'edit' view of the Stock Move Line. Task-ID: 2659768
Planning and service workflows were refined to make schedules, task details, and related sales or ticket information clearer for users. The update improves calendar visibility, button placement, staff avatars, and demo planning data so teams can navigate service operations more easily.
Original PR description
planning,industry_fsm,sale_planning,project_forecast,helpdesk_sale_timesheet Purpose of this commit to improve generic UX for service apps. So, In this commit done following changes: - replace 'after' with 'before' in xpath where data_start field added in kanban view of project task in field service app. - assign shifts to different project and SOLS in 'project_forcest' and 'sale_planning' respectively. Add more SOLS to plan for different roles in 'sale_palnning'. - add many2one_avatar widget for resource_id field in form view and calendar view popover of planning.slot model - invisible the state field in calendar view of 'Schedule' and 'My Planning' menu. - move 'I TAKE IT' button to right of the 'PUBLISH' button. - added 'Plain' and 'Draft' legend in calendar view. - move Tickets state button after Tasks state button. task-2652943
The Documents app test coverage was adjusted so access rights are checked before confirming follower display behavior. This helps ensure follower information is shown correctly and consistently for users with the right permissions.
Original PR description
Checking access rights and returning true in testcase to display followers correctly.
Users can now control the order of lines in a subscription. This makes subscription details easier to organize and present in the preferred sequence.
Original PR description
Before this commit you cannot order line in subscription. @tde-banana-odoo