Thursday, May 2, 2019
1 change · master
Enhancements to existing features
This update makes form screens behave more reliably and gives teams more flexibility when designing data entry fields. It supports helpful placeholder text in forms, avoids interfering with custom buttons, and improves error handling when an action cannot be processed.
Original PR description
This commit is a few small improvement/fixes to the web framework: - allow placeholder attribute on input tags in form view - only bind click event handler to buttons managed by the framework, not custom ones - _onExecuteAction method in action manager properly fails if event cannot be properly handled 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