[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Health-dev] Error on inexistent variable
From: |
Luis Falcon |
Subject: |
Re: [Health-dev] Error on inexistent variable |
Date: |
Thu, 12 Dec 2019 09:40:52 +0000 |
Hi Francisco !
On Thu, 12 Dec 2019 04:56:17 -0300
Francisco Maria Moyano Casco <address@hidden> wrote:
> Hello I get an error creating some records trough M2O fields.
>
>
> "/home/fran/.local/lib/python3.6/site-packages/tryton/gui/window/view_form/model/record.py",
> line 514, in set_on_change
> self.value[field_rec_name] = val[field_rec_name]
>
I think you're hitting this bug
https://savannah.gnu.org/bugs/?57371
Which was fixed on 3.6.4
Make sure you is not the modules from an outated version.
All the best
Luis