Re: Infrastructure | Installing odoo modules error (#244)

2020-03-03 Thread Andrea Veri



Andrea Veri commented:


Neil (which will comment separately) confirmed the plugin installation worked 
as expected, thanks!

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/244#note_730318
You're receiving this email because of your account on gitlab.gnome.org.


___
gnome-infrastructure mailing list
gnome-infrastructure@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-infrastructure


Re: Infrastructure | Installing odoo modules error (#244)

2020-03-03 Thread Andrea Veri


Issue was closed by Andrea Veri 
Issue #244: https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/244

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/244
You're receiving this email because of your account on gitlab.gnome.org.


___
gnome-infrastructure mailing list
gnome-infrastructure@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-infrastructure


Re: Infrastructure | Installing odoo modules error (#244)

2020-03-03 Thread Andrea Veri



Andrea Veri commented:


Neil, the database has been migrated, mind testing the install of the plugin 
again? Thanks.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/244#note_730288
You're receiving this email because of your account on gitlab.gnome.org.


___
gnome-infrastructure mailing list
gnome-infrastructure@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-infrastructure


Re: Infrastructure | Installing odoo modules error (#244)

2020-03-02 Thread Andrea Veri


Reassigned Issue 244

https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/244

Assignee changed  to Bartłomiej Piotrowski

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/244
You're receiving this email because of your account on gitlab.gnome.org.


___
gnome-infrastructure mailing list
gnome-infrastructure@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-infrastructure


Re: Infrastructure | Installing odoo modules error (#244)

2020-02-17 Thread Andrea Veri



Andrea Veri commented:


Related to us hosting psql databases on OSCP using glusterfs. I'll be moving 
them out to a dedicated cluster like we do with mysql soonish. Thanks for the 
report!

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/244#note_714372
You're receiving this email because of your account on gitlab.gnome.org.


___
gnome-infrastructure mailing list
gnome-infrastructure@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-infrastructure


Infrastructure | Installing odoo modules error (#244)

2020-02-13 Thread Neil McGovern


Neil McGovern created an issue: 
https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/244



Hi folks,

When I try and install a new app on odoo, the following error occurs:
```
Odoo Server Error

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 651, in 
_handle_exception
return super(JsonRequest, self)._handle_exception(exception)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 310, in 
_handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
  File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 87, in 
reraise
raise value
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 693, in dispatch
result = self._call_function(**self.params)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 342, in 
_call_function
return checked_call(self.db, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 97, in 
wrapper
return f(dbname, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 335, in checked_call
result = self.endpoint(*a, **kw)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 937, in __call__
return self.method(*args, **kw)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 515, in response_wrap
response = f(*args, **kw)
  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", 
line 938, in call_button
action = self._call_kw(model, method, args, {})
  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", 
line 926, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 689, in call_kw
return call_kw_multi(method, model, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 680, in call_kw_multi
result = method(recs, *args, **kwargs)
  File "", line 2, in button_immediate_install
  File "/usr/lib/python3/dist-packages/odoo/addons/base/module/module.py", line 
71, in check_and_log
return method(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/module/module.py", line 
449, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/module/module.py", line 
543, in _button_immediate_function
modules.registry.Registry.new(self._cr.dbname, update_module=True)
  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 85, in 
new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 380, in 
load_modules
loaded_modules, update_module, models_to_check)
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 274, in 
load_marked_modules
perform_checks=perform_checks, models_to_check=models_to_check
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 153, in 
load_module_graph
registry.init_models(cr, model_names, {'module': package.name})
  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 311, in 
init_models
func()
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 275, in _reflect
self.env['ir.model.fields']._reflect_model(self)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/ir/ir_model.py", line 
813, in _reflect_model
self._reflect_field(field)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/ir/ir_model.py", line 
789, in _reflect_field
(module, xmlid, record._name, record.id))
  File "/usr/lib/python3/dist-packages/odoo/sql_db.py", line 155, in wrapper
return f(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/sql_db.py", line 232, in execute
res = self._obj.execute(query, params)
psycopg2.InternalError: unexpected data beyond EOF in block 195 of relation 
base/16385/19774
HINT:  This has been seen to occur with buggy kernels; consider updating your 
system.
```

/cc @averi @barthalion
#/confidential

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/244
You're receiving this email because of your account on gitlab.gnome.org.


___
gnome-infrastructure mailing list
gnome-infrastructure@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-infrastructure