Tuesday, December 12, 2023
1 change
Code cleanup and technical improvements
This update replaces the legacy file generation error component with a new ActionableErrors widget to provide better error handling and user feedback. The change simplifies error management across accounting and reporting modules by removing unnecessary actions and standardizing how errors are displayed and handled.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/142596 removed file_generation_error removed all the unnecessary actions added 'model' to the actions (verify) TODO: change errors from array to dictionary TODO: verify action names TODO: verify action parameters TODO: test each case TODO: create one commit for each module TODO: build tests