Daily updates from Odoo
Thursday, May 5, 2022
1 change · master
Code cleanup and technical improvements
This update reorganizes internal test code in the Documents app to prepare for a future change in how actions are triggered. It should not change day-to-day behavior, but it makes the upcoming work easier to review and safer to deliver.
Original PR description
This PR helps reducing the noise in the one introducing the new environment in the discuss app. Indeed, we won't rely on the bus anymore to listen to do actions, we will instead use the action service. The diff is awfull because the indentation has changed as well as the parameter names. Changing the indentation and the parameters now will ease the review of the main task. task-2582313 community: https://github.com/odoo/odoo/pull/90581