Tuesday, February 14, 2023
1 change · master
Features or functions removed from Odoo
This change removes an old stock reporting component that is no longer used after the replenishment report was modernized. It reduces obsolete code in the stock module without changing expected business workflows.
Original PR description
The legacy implementation of the report client action has been moved to stock [1], as it was only used by an extension in stock, for the "replenish_report" action. A recent commit [2] converted that action into owl, making the legacy implementation of the report action unused. This commit thus removes it. [1] https://github.com/odoo/odoo/commit/feef532b417828905ce09675043b55b2b3736e43 [2] https://github.com/odoo/odoo/commit/0a43740481c098f076c3aefa550092d6b960be88 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