Daily updates from Odoo
Monday, July 16, 2018
1 change · master
Enhancements to existing features
The web interface can now pass a reason when an action is closed. This helps Odoo react differently depending on why a screen or dialog was closed, improving consistency for future user flows.
Original PR description
With this commit, when we perform a close action, we can provide a reason. This information is received by `on_close` handlers, so that they can handle different cases that caused the close action. 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