Daily updates from Odoo
Tuesday, December 24, 2019
2 changes · master
Resolved issues and error corrections
If PayPal auto return is disabled, Odoo may receive no payment data when customers return from PayPal. This fix prevents an internal server error and redirects customers to a proper error page instead, creating a clearer checkout experience.
Original PR description
When configure of auto return in paypal is off and due to that Payment data transfer is also off so in this case we are not getting any data on return url so i think this is the paypal configuration error but even though it should not give the internal server error (traceback) instead if not data found then redirect to error page. Please check configuration of paypal at: Settings -> My selling tools -> Website preference -> Auto return task-1997961 pad link- https://pad.odoo.com/p/r.390991ba2d29a56232ba3abdc58ec8a3
This fixes an issue that prevented users from editing email body content in the mass mailing editor when debug mode was enabled. The editor now shows the proper toolbar so users can update mailing content reliably.
Original PR description
Replace options.toolbar by options.airPopover since options.toolbar is undefined This change allows to edit the body even in debug mode and to display the according toolbar. task-2126203 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