If related field is not directly set (coming from inheritance) or string label is not specified explicitly, it might not have it in `args`, making it generate same default field labels, causing warnings in odoo. Before this change you could get these kind of warnings: ``` 2023-09-23 13:28:39,638 1 WARNING odoodb odoo.addons.base.models.ir_model: Two fields (field1_env_default, field2_env_default) of your.model() have the same label: Env Default. ``` It would generate multiple fields having same label. |
||
|---|---|---|
| .github/workflows | ||
| auth_saml_environment | ||
| mail_environment | ||
| mail_environment_google_gmail | ||
| mail_environment_office365 | ||
| server_environment | ||
| server_environment_files_sample | ||
| server_environment_ir_config_parameter | ||
| setup | ||
| .copier-answers.yml | ||
| .editorconfig | ||
| .eslintrc.yml | ||
| .flake8 | ||
| .gitignore | ||
| .isort.cfg | ||
| .pre-commit-config.yaml | ||
| .prettierrc.yml | ||
| .pylintrc | ||
| .pylintrc-mandatory | ||
| LICENSE | ||
| README.md | ||
README.md
server-env
TODO: add repo description.
Available addons
| addon | version | maintainers | summary |
|---|---|---|---|
| auth_saml_environment | 15.0.1.0.0 | Allows system administrator to authenticate with any account | |
| mail_environment | 15.0.1.1.0 | Configure mail servers with server_environment_files | |
| mail_environment_google_gmail | 15.0.1.0.0 | ![]() |
Configure Gmail mail servers with server_environment_files |
| mail_environment_office365 | 15.0.1.0.0 | Configure Office365 parameters with environment variables via server_environment | |
| server_environment | 15.0.1.1.4 | move some configurations out of the database | |
| server_environment_files_sample | 15.0.1.0.0 | sample config file for server_environment | |
| server_environment_ir_config_parameter | 15.0.1.1.0 | Override System Parameters from server environment file |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's __manifest__.py file, which contains a license key
that explains its license.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

