Commit Graph

113 Commits

Author SHA1 Message Date
OCA Git Bot df612d9e3d [ADD] setup.py 2018-01-12 04:36:49 +01:00
OCA Git Bot f37efe4aa1 [UPD] addons table in README.md 2018-01-12 02:41:02 +01:00
Guewen Baconnier 1bcf7eac8e
Merge pull request #4 from TDu/server_environment
Server environment
2018-01-11 10:13:48 +01:00
Thierry Ducrest c037a5daed Add server_envirionment_file for testing 2018-01-03 12:00:23 +01:00
OCA Transbot f89ccb5cd5 OCA Transbot updated translations from Transifex 2018-01-03 12:00:23 +01:00
Thierry Ducrest 6503590161 [FIX] bug on view by changing generated table field name 2018-01-03 12:00:06 +01:00
Thierry Ducrest 41eedf86eb [MIG] server_environment_files_sample: Migration to 11.0 2018-01-03 10:45:58 +01:00
Stéphane Bidoul (ACSONE) 391e892728 server_environment_ir_config_parameter: handle empty values better 2018-01-03 10:45:58 +01:00
Stéphane Bidoul (ACSONE) 20b15e0115 server_environment_ir_config_parameter 2018-01-03 10:45:58 +01:00
Adrien Peiffer (ACSONE) 06665a3c41 Migration of server_environment to 10.0 2018-01-03 10:45:58 +01:00
Pedro M. Baeza a05cd52d26 [MIG] Rename manifest files 2018-01-03 10:45:58 +01:00
Pedro M. Baeza 2153243705 [MIG] Make modules uninstallable 2018-01-03 10:45:58 +01:00
Alexandre Fayolle 7b2acbbac5 9.0 migration of server_environment 2018-01-03 10:45:58 +01:00
Pedro M. Baeza b913eeee8a [MIG] Make modules uninstallable 2018-01-03 10:45:58 +01:00
Stéphane Bidoul 0c29ce66c2 [UPD] prefix versions with 8.0 2018-01-03 10:45:58 +01:00
Yannick Vaucher bee90d621c Add missing default oca icons 2018-01-03 10:45:58 +01:00
Alexandre Fayolle 4bdabe5d4a 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.
2018-01-03 10:45:58 +01:00
Yannick Vaucher f3eaa2717e Add license key in __openerp__.py 2018-01-03 10:45:58 +01:00
Nicolas Bessi 7da094da65 Fix typo in dir name 2018-01-03 10:45:58 +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) a020d1f408 [IMP] Review 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
Pedro M. Baeza f169fdb1bb [MIG] Rename manifest files 2018-01-03 10:43:21 +01:00
Pedro M. Baeza 08def043c3 [MIG] Make modules uninstallable 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 752523554f 9.0 migration of server_environment 2018-01-03 10:43:21 +01:00
Pedro M. Baeza 2e73e40503 [MIG] Make modules uninstallable 2018-01-03 10:43:21 +01:00
Stéphane Bidoul 1937deefdb [UPD] prefix versions with 8.0 2018-01-03 10:43:21 +01:00
Leonardo Pistone b6750de881 remove deprecated checks list 2018-01-03 10:43:21 +01:00
Holger Brunn e5d64b6e75 [FIX] unconfigured server_environment doesn't play
nice with static files
2018-01-03 10:43:21 +01:00
Yannick Vaucher 112f697dc3 Add missing default oca icons 2018-01-03 10:43:21 +01:00
Alexandre Fayolle 32884fdfa4 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.
2018-01-03 10:43:21 +01:00
Alexandre Fayolle e17b111a7c fix pep8 W503 2018-01-03 10:43:21 +01:00
Yannick Vaucher 320470701c Add license key in __openerp__.py 2018-01-03 10:43:21 +01:00
Leonardo Pistone a9a5c677b4 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.
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 4756242925 Add unit test for server environment 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 1fa8ece909 Add git support to get revision 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