[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Health-dev] [bug #46487] Error column "visit_type" does not exist
From: |
Bruno M. Villasanti |
Subject: |
[Health-dev] [bug #46487] Error column "visit_type" does not exist |
Date: |
Sat, 21 Nov 2015 03:53:47 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?46487>
Summary: Error column "visit_type" does not exist
Project: GNU Health
Submitted by: bvillasanti
Submitted on: sáb 21 nov 2015 00:53:46 ART
Category: Installation
Severity: 5 - Blocker
Item Group: None
Status: In Progress
Privacy: Public
Assigned to: bvillasanti
Open/Closed: Open
Discussion Lock: Any
Release: None
Module: health
_______________________________________________________
Details:
Installing the module `health` (v2.9.0) emerges the following error:
Error: column "visit_type" does not exist
Traceback (most recent call last):
File "/trytond/protocols/jsonrpc.py", line 162, in _marshaled_dispatch
response['result'] = dispatch_method(method, params)
File "/trytond/protocols/jsonrpc.py", line 191, in _dispatch
res = dispatch(*args)
File "/trytond/protocols/dispatcher.py", line 162, in dispatch
result = rpc.result(meth(*c_args, **c_kwargs))
File "/trytond/wizard/wizard.py", line 275, in execute
return wizard._execute(state_name)
File "/trytond/wizard/wizard.py", line 306, in _execute
result = self._execute(transition())
File "/trytond/ir/module.py", line 573, in transition_upgrade
pool.init(update=update, lang=lang)
File "/trytond/pool.py", line 155, in init
lang=lang)
File "/trytond/modules/__init__.py", line 432, in load_modules
_load_modules()
File "/trytond/modules/__init__.py", line 394, in _load_modules
load_module_graph(graph, pool, update, lang)
File "/trytond/modules/__init__.py", line 234, in load_module_graph
cls.__register__(module)
File "/trytond/modules/health/health.py", line 3292, in __register__
set visit_type='followup' where visit_type='chronic'")
File "/trytond/backend/postgresql/database.py", line 284, in execute
return self.cursor.execute(sql)
ProgrammingError: column "visit_type" does not exist
LINE 1: ...tment set visit_type='followup' where visit_type...
^
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46487>
_______________________________________________
Mensaje enviado vía/por Savannah
http://savannah.gnu.org/
- [Health-dev] [bug #46487] Error column "visit_type" does not exist,
Bruno M. Villasanti <=