Friday, April 19, 2024
1 change · master
Features or functions removed from Odoo
Odoo removed an old configuration installer component that has not been used in the standard product since Odoo 9.0. This cleanup reduces legacy code and maintenance overhead without changing current business workflows.
Original PR description
Since Odoo 9.0, res.config.installer is not used anymore in Odoo standard. This commit removes it from the codebase. See also: https://github.com/odoo/upgrade/pull/5934