Daily updates from Odoo
Thursday, May 9, 2019
2 changes
Resolved issues and error corrections
The Mail activity view now keeps its first column at a consistent width. This prevents the table layout from shifting when users change filters or domains, making the screen easier to read and less distracting.
Original PR description
The first column should have a fixed width to avoid the table to resize when changing the domain for example. Task 1894990 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 issues in the Alipay payment flow so customers are routed through the standard payment processing path and transaction status is updated more reliably. It also ensures payment errors are displayed correctly to users instead of failing due to an incorrect message lookup.
Original PR description
payment_alipay: No need of return URL as '/payment/process' will handle all the cases for payment. use of _set_transaction_state as per the state of the transaction. payment: when we get an error while making the payment, it should be shown to the user. But the message is not getting from proper dict, so it will break every time. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr