Commit Graph

187 Commits

Author SHA1 Message Date
Thomas Binsfeld 4d0a144d2c [REF] Server Environment: restrict access to server config to allowed users
New security group restricting access to server config
Admin is part of the group by default
2019-10-11 09:33:10 +02:00
Guewen Baconnier 621630911a Add SERVER_ENV_CONFIG to configure vars from env. variable
Add SERVER_ENV_CONFIG_SECRET alongside SERVER_ENV_CONFIG

Allows to isolate the secrets in your deployment

Improve documentation regarding variables

Add a server environment mixin

To automatically convert fields into fields reading values from the
environment. Until now, every module reimplements the same computed
field.

Read default values from database when no config is provided

Automatically add <field_name>_env_default for every field transformed
to a "computed from env" field, so a default value can be set. It will
be used when the configuration is not set in a configuration file
(when the key is absent, not empty).

Allow to edit default values for env-computed fields

When they don't have any key in the environment configuration files.
In the UI, when a field is set in a configuration file, the field is
readonly, if not the field is editable. Which means you can selectively
choose which fields depend on the environment and which can use a
"default" value stored in database.

Fix a few small issues in mixin

Use a dictionary to configure the fields

Add global section

Disable prefetch on env-computed fields

As in the inverse field that write the value into the <field>_env_default
we have to browse the record, the prefetch has the effect of calling
compute on the env-computed field which resets the value to it's
previous state before we have the occasion to store it.

Use global section name as first part of the section

Allow to edit all fields on creation

Make server_environment_files optional

Allow integration with keychain

By adding options to change the compute and inverse methods for default
fields

Update documentation of server_environment, bump

Add SERVER_ENV_CONFIG_SECRET alongside SERVER_ENV_CONFIG

Allows to isolate the secrets in your deployment

Reinforce server_environment base tests

Add tests for the server env mixin

Infer configparser getter from field type

Fixes for review feedbacks

Add tests and support of _inherits

Use SavepointCase instead of TransactionCase

It means less records to create for each test

Fix iteration on records
2019-10-11 09:33:11 +02:00
Stéphane Bidoul (ACSONE) 00e349569b remove obsolete .pot files [ci skip] 2019-10-11 09:33:10 +02:00
Thomas Binsfeld d6780098e2 [REF] Server Environment: remove dependency on server_environement_files
From https://github.com/OCA/server-env/issues/10
2019-10-11 09:33:10 +02:00
Stéphane Bidoul (ACSONE) f899fb2ace server_environment: bump version
To trigger rebuild following change in setup.py
2019-10-11 09:33:10 +02:00
OCA Transbot eb0e18f7f3 OCA Transbot updated translations from Transifex 2019-10-11 09:33:10 +02:00
Thierry Ducrest 298fe1cbc8 [FIX] bug on view by changing generated table field name 2019-10-11 09:33:10 +02:00
Thierry Ducrest 9dd8f73f65 [MIG] server_environment: Migration to 11.0 2019-10-11 09:33:10 +02:00
Adrien Peiffer (ACSONE) 0429bfd3ed Migration of server_environment to 10.0 2019-10-11 09:33:10 +02:00
Pedro M. Baeza d394adc776 [MIG] Rename manifest files 2019-10-11 09:33:10 +02:00
Pedro M. Baeza e3d605a15c [MIG] Make modules uninstallable 2019-10-11 09:33:10 +02:00
Stéphane Bidoul (ACSONE) 27f817236a [IMP] load server environment options from odoo rcfile too (#556)
* [IMP] load server environment options from odoo rcfile

This allows delivering the code with default configuration options for
all environments in the server_environment_file module, but letting
the administrator override some configuration entries in the regular
odoo configuration file.

* server_environment_file: update README
2019-10-11 09:33:10 +02:00
Alexandre Fayolle 1e971e054a 9.0 migration of server_environment 2019-10-11 09:33:10 +02:00
Pedro M. Baeza e59a063590 [MIG] Make modules uninstallable 2019-10-11 09:33:10 +02:00
Stéphane Bidoul 190be3db35 [UPD] prefix versions with 8.0 2019-10-11 09:33:10 +02:00
Leonardo Pistone a2134a2ef8 remove deprecated checks list 2019-10-11 09:33:10 +02:00
Holger Brunn e515639b4e [FIX] unconfigured server_environment doesn't play
nice with static files
2019-10-11 09:33:10 +02:00
Yannick Vaucher 8231f2174f Add missing default oca icons 2019-10-11 09:33:10 +02:00
Alexandre Fayolle 26fd441e44 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2019-10-11 09:33:10 +02:00
Alexandre Fayolle 068bf9b66c fix pep8 W503 2019-10-11 09:33:10 +02:00
Yannick Vaucher 927c32eaf3 Add license key in __openerp__.py 2019-10-11 09:33:10 +02:00
Leonardo Pistone 1dd6f0f143 capture stderr as well as stdout when diagnosing
This fixes OCA/server-tools#125 because in some Ubuntu systems
lsb_release outputs to stderr as well as stdout. This message will be
printed to console, not logged nor shown among server infomation. That
way the message is lost and only pollutes unit tests output.
2019-10-11 09:33:10 +02:00
Holger Brunn 7fef970382 [FIX] travis 2019-10-11 09:33:10 +02:00
Nicolas Bessi 76188fcfef Port server environment to version 8.0 2019-10-11 09:33:10 +02:00
Nicolas Bessi c0a41ce731 Moving server environment module and sample module 2019-10-11 09:33:10 +02:00
Stéphane Bidoul 1d8e691193 move all modules to __unported__ on master branch and set installable=False 2019-10-11 09:33:10 +02:00
Yannick Vaucher 74d159c218 [PEP8] server_environment 2019-10-11 09:33:10 +02:00
Sandy Carter 0767989121 Generate .pot files 2019-10-11 09:33:10 +02:00
Alexandre Fayolle b52c889806 [7.0] 1st pass at porting server_environment 2019-10-11 09:33:10 +02:00
Alexandre Fayolle e4fd269762 [7.0] mark all unported modules as not installable 2019-10-09 13:02:58 +02:00
@ 1b056a0d54 [MRG] Fix by florent.x on server_environment: drop the hack for the GTK client, because for 6.1 the web client is the blessed target.
(lp:c2c-addons/6.1  rev 116)
2019-10-09 13:02:58 +02:00
@ b467337c77 [MRG] from upstream
(lp:c2c-addons/6.1  rev 45.1.4)
2019-10-09 13:02:58 +02:00
Florent Xicluna 3b44a076d7 [FIX] drop the hack for the GTK client, because for 6.1 the web client is the blessed target.
(lp:c2c-addons/6.1  rev 40.2.1)
2019-10-09 13:02:58 +02:00
unknown be77242932 [FIX] typo
(lp:c2c-addons/6.1  rev 28.1.1)
2019-10-09 13:02:58 +02:00
unknown 6747d6c480 [FIX] openerp\assert_exit_level does not exist ! in server_environment
(lp:c2c-addons/6.1  rev 11.1.4)
2019-10-09 13:02:58 +02:00
Joël Grand-Guillaume daf0e83415 [ADD] server evironment file + sample
(lp:c2c-addons/6.1  rev 11)
2019-10-09 13:02:58 +02:00
OCA Bot e74e858838 [MIG] Add metafiles
[skip ci]
2019-09-29 23:47:29 +02:00