Daily updates from Odoo
Tuesday, March 5, 2024
1 change
Resolved issues and error corrections
This update prevents the automatic generation of a Windows-specific configuration file containing a hashed admin password from being tracked in the Odoo Git repository. This change improves security by avoiding potential exposure of sensitive information and ensures a cleaner, more secure development process.
Original PR description
On Windows installations there is a odoo.conf file generated in the root directory containing a hashed admin password. This only happens in Windows installations where the config file location is not specified. The code responsible can be found here: https://github.com/odoo/odoo/blob/d2ccea9a292c02dc6f4cfdb960d22caa0fd98fd5/odoo/tools/config.py#L414 Forward-Port-Of: odoo/odoo#156099