Daily updates from Odoo
Wednesday, February 20, 2019
1 change · master
Code cleanup and technical improvements
This update reorganizes and documents the export wizard code without changing how users export data. It helps keep the web app easier to maintain, reducing the risk of future issues in this area.
Original PR description
- add missing docstrings - correctly order functions and imports - move functions in correct sections - follow JS guidelines