Tools to manage environment-dependent configuration
Go to file
Andrius Laukavičius 3cc06abfb6 [FIX] server_environment: default field label
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.
2023-09-23 16:32:29 +03:00
.github/workflows [RFR] Update pre-commit config using `copier -f update` 2023-03-09 20:33:49 +01:00
auth_saml_environment [UPD] README.rst 2023-09-03 16:39:03 +00:00
mail_environment [UPD] README.rst 2023-09-03 16:39:03 +00:00
mail_environment_google_gmail [UPD] README.rst 2023-09-03 16:39:03 +00:00
mail_environment_office365 [UPD] README.rst 2023-09-03 16:39:03 +00:00
server_environment [FIX] server_environment: default field label 2023-09-23 16:32:29 +03:00
server_environment_files_sample [UPD] README.rst 2023-09-03 16:39:03 +00:00
server_environment_ir_config_parameter [UPD] README.rst 2023-09-03 16:39:03 +00:00
setup [ADD] setup.py 2023-04-29 07:37:59 +00:00
.copier-answers.yml [RFR] Update pre-commit config using `copier -f update` 2023-03-09 20:33:49 +01:00
.editorconfig Initialize 15.0 branch 2021-10-17 17:06:53 +02:00
.eslintrc.yml [IMP] update dotfiles [ci skip] 2022-03-31 17:39:19 +02:00
.flake8 Initialize 15.0 branch 2021-10-17 17:06:53 +02:00
.gitignore [IMP] update dotfiles [ci skip] 2022-12-12 00:09:30 +01:00
.isort.cfg Initialize 15.0 branch 2021-10-17 17:06:53 +02:00
.pre-commit-config.yaml [RFR] Update pre-commit config using `copier -f update` 2023-03-09 20:33:49 +01:00
.prettierrc.yml Initialize 15.0 branch 2021-10-17 17:06:53 +02:00
.pylintrc [IMP] update dotfiles [ci skip] 2022-12-12 00:09:30 +01:00
.pylintrc-mandatory [IMP] update dotfiles [ci skip] 2022-12-12 00:09:30 +01:00
LICENSE Initialize 15.0 branch 2021-10-17 17:06:53 +02:00
README.md [UPD] addons table in README.md 2023-06-16 12:05:10 +00:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

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 ivantodorovich 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.