Commit Graph

35 Commits

Author SHA1 Message Date
Olar Alca [Vauxoo] e049974e01 Update server_environment/serv_config.py
Co-authored-by: Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>
2020-10-02 19:08:26 +00:00
Simone Orsi c167f546dc fixup! server_environment: running_env default to `test` (fix #44) 2020-04-15 19:10:47 +02:00
Simone Orsi c3f2b6f5c0 server_environment: running_env default to `test` (fix #44) 2020-04-15 19:10:44 +02:00
Stéphane Bidoul (ACSONE) 52338f3ef6
Add missing _descriptions 2018-11-15 14:10:53 +01:00
Thomas Binsfeld 434f576465
[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
2018-11-15 14:06:49 +01:00
Guewen Baconnier d3fe970be8 Reinforce server_environment base tests 2018-07-24 10:06:05 +02:00
Guewen Baconnier d9ad47f40d Make server_environment_files optional 2018-07-24 10:06:05 +02:00
Guewen Baconnier 3b074b1061 Add SERVER_ENV_CONFIG_SECRET alongside SERVER_ENV_CONFIG
Allows to isolate the secrets in your deployment
2018-07-23 11:13:26 +02:00
Guewen Baconnier 8a075db418 Add SERVER_ENV_CONFIG to configure vars from env. variable 2018-07-19 09:17:06 +02:00
Thierry Ducrest 6503590161 [FIX] bug on view by changing generated table field name 2018-01-03 12:00:06 +01:00
Thierry Ducrest 4d15ab249a Remove file encoding directive 2018-01-03 10:43:21 +01:00
Guewen Baconnier 6111db3007 Remove encoding declaration from XML view
It's no longer supported in lxml:

      File "/opt/odoo/external-src/server-tools/server_environment/serv_config.py", line 228, in _build_osv
        cls._arch = etree.fromstring(arch)
      File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:82934)
      File "src/lxml/parser.pxi", line 1814, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:124471)
    ValueError: Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration.
2018-01-03 10:43:21 +01:00
Thierry Ducrest d833697a8a [MIG] server_environment: Migration to 11.0 2018-01-03 10:43:21 +01:00
Adrien Peiffer (ACSONE) 43c07281b9 [FIX] Flake8 2018-01-03 10:43:21 +01:00
Adrien Peiffer (ACSONE) c3d08a9f91 Migration of server_environment to 10.0 2018-01-03 10:43:21 +01:00
Stéphane Bidoul (ACSONE) a238c345eb [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
2018-01-03 10:43:21 +01:00
Alexandre Fayolle e17b111a7c fix pep8 W503 2018-01-03 10:43:21 +01:00
Holger Brunn 20f73aa487 [FIX] travis 2018-01-03 10:43:21 +01:00
Daniel Reis ee128f10c0 Fix pylint on server_environment 2018-01-03 10:43:21 +01:00
Nicolas Bessi 14d44bd00e Remove dead commented code 2018-01-03 10:43:20 +01:00
Nicolas Bessi 4d37d8a18f Improve performance by moving _build_osv in init 2018-01-03 10:43:20 +01:00
Nicolas Bessi 9b9d2f3163 Refactor in order to support dotted parameters 2018-01-03 10:43:20 +01:00
Nicolas Bessi d21dfb4ae8 Add doctstring and remove dead code 2018-01-03 10:43:20 +01:00
Nicolas Bessi 23c88f1a60 Port server environment to version 8.0 2018-01-03 10:43:20 +01:00
Nicolas Bessi 49b0d9229a Moving server environment module and sample module 2018-01-03 10:43:20 +01:00
Stéphane Bidoul 054da243a9 move all modules to __unported__ on master branch and set installable=False 2018-01-03 10:43:20 +01:00
Yannick Vaucher 4b815dd0c0 [PEP8] server_environment 2018-01-03 10:43:20 +01:00
Alexandre Fayolle 3206c028bb [FIX] name error in import 2018-01-03 10:43:20 +01:00
Alexandre Fayolle 4f22841f77 [7.0] 1st pass at porting server_environment 2018-01-03 10:43:20 +01:00
@ 7ae7a9ed7c [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)
2018-01-03 10:43:20 +01:00
@ e4f3524ff7 [MRG] from upstream
(lp:c2c-addons/6.1  rev 45.1.4)
2018-01-03 10:43:20 +01:00
Florent Xicluna 2a82205733 [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)
2018-01-03 10:43:20 +01:00
unknown baba9620a1 [FIX] typo
(lp:c2c-addons/6.1  rev 28.1.1)
2018-01-03 10:43:20 +01:00
unknown 0aff6eb636 [FIX] openerp\assert_exit_level does not exist ! in server_environment
(lp:c2c-addons/6.1  rev 11.1.4)
2018-01-03 10:43:20 +01:00
Joël Grand-Guillaume 1c7ef79cfe [ADD] server evironment file + sample
(lp:c2c-addons/6.1  rev 11)
2018-01-03 10:43:20 +01:00