Daily updates from Odoo
Tuesday, May 10, 2022
1 change
Code cleanup and technical improvements
The spreadsheet documents area now separates an old tag selector support layer from the main filter code. This makes the code easier to maintain and should reduce future disruption when that older support layer is removed, with no expected change for users.
Original PR description
This commit wraps in a component the compatibility layer of the tag selector widget. The goal is to decouple this layer from the business code which should not kown anything about such details. It will also reduce the impact when the widget and the required compatibility layer will be removed. It also converts the file to ES6-style import/export