Tools to manage environment-dependent configuration
Go to file
Guewen Baconnier 7c2d20734d Store the 'server.config' fields in sparse fields
This model is used only to display the configuration to authorized
users. It's a TransientModel that dynamically creates the fields for
every odoo configuration parameter, environment variables and some
system ones. Before this change, each new parameter/variable will
create a field in database, which can lead to many issues (lot of
fields, field name too long). Storing the fields in a single JSON
field resolves these issues and is much cleaner anyway.
2020-10-14 17:39:16 +02:00
server_environment Store the 'server.config' fields in sparse fields 2020-10-14 17:39:16 +02:00
setup Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.copier-answers.yml Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.editorconfig Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.eslintrc.yml Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.flake8 Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.gitignore Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.isort.cfg Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.pre-commit-config.yaml Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.prettierrc.yml Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.pylintrc Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.pylintrc-mandatory Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
.travis.yml Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
CONTRIBUTING.md Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
LICENSE Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
README.md Initialize 14.0 branch 2020-10-08 20:04:40 +02:00
oca_dependencies.txt Initialize 14.0 branch 2020-10-08 20:04:40 +02:00

README.md

Runbot Status Build Status codecov Translation Status

server-env

None

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to 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.