Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FW][IMP] misc: gitignore windows config file #156165

Conversation

fw-bot
Copy link
Contributor

@fw-bot fw-bot commented Mar 1, 2024

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:

rcfilepath = os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])), 'odoo.conf')

Forward-Port-Of: #156099

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

X-original-commit: 3b30daf
@robodoo
Copy link
Contributor

robodoo commented Mar 1, 2024

@fw-bot
Copy link
Contributor Author

fw-bot commented Mar 1, 2024

This PR targets saas-15.2 and is part of the forward-port chain. Further PRs will be created up to master.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@robodoo robodoo added the forwardport This PR was created by @fw-bot label Mar 1, 2024
@C3POdoo C3POdoo added the RD research & development, internal work label Mar 1, 2024
robodoo pushed a commit that referenced this pull request Mar 4, 2024
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

closes #156165

X-original-commit: 3b30daf
Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
Signed-off-by: Bram Van Gaal (brvg) <brvg@odoo.com>
@robodoo robodoo closed this Mar 4, 2024
@fw-bot fw-bot deleted the saas-15.2-15.0-gitignore-odooconf-brvg-fsC2-fw branch March 18, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwardport This PR was created by @fw-bot RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants