Traceback (most recent call last):
File
"/home/gnuhealth/gnuhealth/tryton/server/trytond-5.0.14/trytond/protocols/dispatcher.py",
line 176, in _dispatch
result = rpc.result(meth(*c_args, **c_kwargs))
File
"/home/gnuhealth/gnuhealth/tryton/server/trytond-5.0.14/trytond/model/modelsql.py",
line 1240, in search
cursor.execute(*select)
File
"/home/gnuhealth/gnuhealth/tryton/server/trytond-5.0.14/trytond/backend/postgresql/database.py",
line 65, in execute
cursor.execute(self, sql, args)
psycopg2.errors.UndefinedColumn: 错误: 字段 a.author_acct 不存在 # error,
a.author_acct does not exist
LINE 1: ...d", "a"."age" AS "age", "a"."author" AS "author", "a"."autho...
-----------------------------------------------------------------------
At 2019-10-29 20:27:28, "Luis Falcon" <fal...@gnuhealth.org> wrote:
>Hi Tumashu !
>On Tue, 29 Oct 2019 07:18:15 +0800 (CST)
>tumashu <tuma...@163.com> wrote:
>
>> I think we should use Name representation, for other type of pol
>> using Name representation at the moment:-)
>
>So we got the best of the two worlds:
>
>1) Use name representation for health professional at PoL
>2) Add the PoL author (which depends in the context, for example the
>evaluation)
>
>Having the federation account of the health professional at PoL will
>come very handy in reporting / statistics.
>
>Check changeset
>
>http://hg.savannah.gnu.org/hgweb/health/rev/b61d9bab3600
>
>Best
>Luis