Wednesday, April 14, 2021
4 changes · master
Enhancements to existing features
Survey session hosts can now move back to the previous question or results screen during a live session. This helps recover from misclicks or redisplay results without restarting the question, and works independently of the survey's participant back button setting.
Original PR description
PURPOSE ======= For now, even if the setting "Back Button" is activated, the host, can't go back to the previous screen on a live session. Why would he want to go back? Misclick, want to display again the result, other SPECIFICATION ============= On a live session, let the host go back to the previous screen. Do not "restart" the questions but display the graph with the results. Task ID: 2351759
The CRM lead list can now include each lead's probability as a quality indicator, replacing the visibility previously provided by lead scores. The field is hidden by default but available to show, helping sales teams prioritize leads more easily.
Original PR description
PURPOSE With the removal of lead scores, the probability is now the tool we want users to see as their "quality indicator" for their leads. We thus need to display it. CURRENT In crm probability field is not displaying in lead tree view. TO BE With this commit, we now display probability field (optional="hide") in lead tree view. **TaskID: 2496347** -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Ingenico payments can now be handled in two steps: first reserving the money on the customer's card, then charging it later when appropriate, such as at shipment. This gives businesses more flexibility and avoids taking full payment before goods are delivered.
Original PR description
Rather than doing a complete payment, first authorize payment then proceed (capture) payment later (when shipping by example). Odoo only does full and manual capture at the moment as 1 - Odoo doesn't support partial payment 2 - Order could be sent in multiple delivery (would be a shame to capture full amount when you didn't send everything) 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
Stripe payments can now be authorized first and captured later, instead of charging the full amount immediately. This helps businesses align payment collection with order fulfillment, especially when deliveries happen in stages.
Original PR description
Rather than doing a full payment upon payment intent creation, Stripe offers to authorize the payment first, and then capture the (full/partial) amount later, when order is sent, by example. Odoo only does full and manual capture at the moment as 1 - Odoo doesn't support partial payment 2 - Order could be sent in multiple delivery (would be a shame capture full amount when you didn't send everything) 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