Friday, October 28, 2022
1 change · master
Features or functions removed from Odoo
The old Point of Sale product cache module has been removed because newer POS loading behavior already speeds up startup by loading fewer products first and the rest in the background. This simplifies the system and avoids maintaining functionality that is no longer needed.
Original PR description
Since we introduced in 15.0 the possibility to limit the number of product loaded at the launch of the POS and to load the remaining ones in background, we don't need anymore a cache of the products to have a faster way to start the POS. So we remove this module as it won't be needed anymore. 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