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

[17.0][IMP] server_environment: allow to overwrite odoo config options #197

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from

Conversation

qgroulard
Copy link
Contributor

Forward port of #159

server_environment/readme/CONFIGURE.md Outdated Show resolved Hide resolved
server_environment/readme/CONFIGURE.md Outdated Show resolved Hide resolved
@@ -6,7 +6,7 @@ are stored in the `server_environment_files` companion module.

The `server_environment_files` module is optional, the values can be set
using an environment variable with a fallback on default values in the
database.
database. You will be able to overwrite some odoo options.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can all options be changed?
If only some options can be changed, it would help to document which ones.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes all odoo options of the config file can be overwritten this way.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then I suggest this change:

Suggested change
database. You will be able to overwrite some odoo options.
database. You will be able to overwrite any Odoo options.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO this sentence is confusing if we don't give extra details (with the key server_environment_allow_overwrite_options_section,...).
But all this is already explained in the "Configured" section.
I think it's better to keep it as it is with a simple description.

@qgroulard qgroulard force-pushed the 17.0-forwardport-server_environment_overwrite_odoo_options-qgr branch from 133e08e to 782afd4 Compare November 13, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants