[FIX] creation of new threads where a new API environment should be initialized
authorXavier Morel <xmo@openerp.com>
Tue, 15 Jul 2014 11:33:38 +0000 (13:33 +0200)
committerXavier Morel <xmo@openerp.com>
Tue, 15 Jul 2014 11:33:38 +0000 (13:33 +0200)
commitf98c610310de734c1c4cbecf5deabfdd70c34a1c
tree15d543da3082a77f4d345d8aeb393633357f972d
parent027435a375bc5cecca9b7de4289bd9cdf9490932
parent29a6dad80308807f8d9e880c7589984197b35c30
[FIX] creation of new threads where a new API environment should be initialized

* fix #1149 courtesy of @andreparames
* remove useless threaded yaml import
* openerp.service.server thread spawning get an API environment further down
  the stack