Tuesday, October 23, 2018
1 change · master
Code cleanup and technical improvements
This update reorganizes and tidies internal code for Odoo's web interface, mainly around screen views and action handling. It does not add new business features, but it should make the web client easier to maintain and safer to evolve in future updates.
Original PR description
(mainly views and ActionManager) - add missing docstrings - fix typos - correctly order function and imports - put functions in correct sections - stop using 'event' as argument of handlers - don't call handlers directly - remove trailing spaces/tabs - follow js guidelines in general 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