Friday, September 16, 2022
1 change · master
Features or functions removed from Odoo
This change removes an obsolete component from the Project app that was previously used to handle links in project update descriptions. Because those links are no longer present, removing the unused code helps keep the app simpler without changing the user experience.
Original PR description
HtmlWithActionWidget was used in Project Updates to handle <a/> tags in the html description. Since odoo/odoo#72736 removes all those tags, this widget is no longer needed. 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