Thierry Ducrest
5c668f96cf
[FIX] bug on view by changing generated table field name
2017-12-18 13:20:53 +01:00
Thierry Ducrest
32720577ae
Remove file encoding directive
2017-12-18 13:18:11 +01:00
Guewen Baconnier
ee7387e6e1
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.
2017-12-18 13:18:11 +01:00
Thierry Ducrest
e1d2469dd8
[MIG] server_environment: Migration to 11.0
2017-12-18 13:18:11 +01:00
Adrien Peiffer (ACSONE)
175f27fa8f
[FIX] Flake8
2017-12-18 13:18:11 +01:00
Adrien Peiffer (ACSONE)
31f22ba4dd
Migration of server_environment to 10.0
2017-12-18 13:18:11 +01:00
Stéphane Bidoul (ACSONE)
fc4e6e3108
[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
2017-12-18 13:18:11 +01:00
Alexandre Fayolle
c4db9b195c
fix pep8 W503
2017-12-18 13:18:11 +01:00
Holger Brunn
8428108c55
[FIX] travis
2017-12-18 13:18:11 +01:00
Daniel Reis
870f832410
Fix pylint on server_environment
2017-12-18 13:18:11 +01:00
Nicolas Bessi
1b2b816ac6
Remove dead commented code
2017-12-18 13:18:11 +01:00
Nicolas Bessi
ea45dedb1e
Improve performance by moving _build_osv in init
2017-12-18 13:18:11 +01:00
Nicolas Bessi
bd748ebb9f
Refactor in order to support dotted parameters
2017-12-18 13:18:11 +01:00
Nicolas Bessi
f656261ebf
Add doctstring and remove dead code
2017-12-18 13:18:11 +01:00
Nicolas Bessi
3bdf5efa75
Port server environment to version 8.0
2017-12-18 13:18:11 +01:00
Nicolas Bessi
444b09090a
Moving server environment module and sample module
2017-12-18 13:18:11 +01:00
Stéphane Bidoul
d462680195
move all modules to __unported__ on master branch and set installable=False
2017-12-18 13:18:11 +01:00
Yannick Vaucher
f01b173d9c
[PEP8] server_environment
2017-12-18 13:18:11 +01:00
Alexandre Fayolle
a454f68083
[FIX] name error in import
2017-12-18 13:18:11 +01:00
Alexandre Fayolle
cc5c8ac118
[7.0] 1st pass at porting server_environment
2017-12-18 13:18:11 +01:00
@
4dda5e993e
[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)
2017-12-18 13:18:11 +01:00
@
c02a34d230
[MRG] from upstream
...
(lp:c2c-addons/6.1 rev 45.1.4)
2017-12-18 13:18:11 +01:00
Florent Xicluna
c8fc742ebc
[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)
2017-12-18 13:18:11 +01:00
unknown
65b73cc31f
[FIX] typo
...
(lp:c2c-addons/6.1 rev 28.1.1)
2017-12-18 13:18:11 +01:00
unknown
c6f1871669
[FIX] openerp\assert_exit_level does not exist ! in server_environment
...
(lp:c2c-addons/6.1 rev 11.1.4)
2017-12-18 13:18:11 +01:00
Joël Grand-Guillaume
726dfaad66
[ADD] server evironment file + sample
...
(lp:c2c-addons/6.1 rev 11)
2017-12-18 13:18:11 +01:00