Wednesday, April 14, 2021
5 changes · master
Resolved issues and error corrections
The CRM Leads report now uses the correct list view and lets users open individual lead records directly from that list. This makes the Leads Analysis experience consistent with graph, pivot, and dashboard views and reduces friction when reviewing lead details.
Original PR description
PURPOSE When we go to CRM -> Reporting -> Leads, It shows the analysis of leads. We can open the form view of every leads from the different views wise 'Graph', 'Pivot' and 'Dashboard' except the 'List" view and its a bit odd. We should be able to open form view from corresponding leads from the list view Also Currently the view which is coming in the current 'List' view is not correct and should be replaced by the same view which is rendered by action 'crm_lead_all_leads' SPECIFICATIONS 1. Initially we have to fix the correct list view to be rendered and that is 'crm_case_tree_view_leads' instead of 'crm_case_tree_view_oppor' 2. Next we have added the form view in addition to list view in view_ids of the corresponding action. This is the goal of this commit. LINKS PR #69174 Task 2497936
This fix prevents automatic prediction from running when invoices are imported through electronic invoicing formats. This helps avoid incorrect suggested values being applied during imports, improving reliability for accounting teams.
Original PR description
X-original-commit: 1502612c5d7f7516091e7e9dd2dba47cb0fccf25 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue that prevented users from changing a product category's reference unit of measure in stock-related workflows. It helps businesses correct unit setup mistakes without workarounds, improving consistency across sales, purchasing, inventory, and localization screens.
Original PR description
stock: allow change of reference unit of measure -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Products can now have their reference unit of measure changed when needed. This fixes a restriction that could block correct product setup and helps keep inventory and product data aligned with business needs.
Rental orders now set the default return date based on the rental duration configured for the product, instead of always using the next day. This helps staff and customers start with more accurate rental periods and reduces manual date corrections.
Original PR description
In the Rental module When a customer tries to add a product there is an
issue that at first-time default, pickup_date and return_date's difference
is one day only. So I fixed its return_date according to rental.pricing
model's fields which are unit and duration.
**Task-id : 2345323**