Tuesday, November 24, 2020
2 changes · master
Resolved issues and error corrections
Users can now start a new rental from a sales opportunity even when no customer is already assigned. Instead of showing an error, Odoo opens a customer selection wizard so the rental can continue like a quotation.
Original PR description
PURPOSE In sale_renting_crm when i click on new rental button it's shows error. so i added wizard Current When i click on rental button it's shows user error To be If I click on New Rental, I am shown this modal and can do the same as for a Quotation. when you click on new rental button it's open wizard for rental customer. PR Task 2360863 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The point of sale cash control popup can now be validated when the entered amount is 0. This removes a checkout setup blocker for stores that need to record a zero opening cash balance.
Original PR description
It was impossible to validate the cash control popup if the value was 0. Now it's possible to validate any amount, including 0. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr