> <mailto:
cedric...@b2ck.com>> wrote:
>
> On 2017-06-14 13:13, Mark Shane Hayden wrote:
> > I have upgraded the development environment for a flask web app
> from 4.2 to
> > 4.4 After completing the upgrade the list prices of products are all
> > returning None in the web application. However the Tryton GTK
> client shows
> > all the correct prices.
> >
> > I know that list_price was migrated over to a MultiValue field
> type and
> > things on the server side seem to be OK. Are there changes on
> the flask
> > end of things that would have to be changes as well? What would
> cause
> > these fields to always return None awhen the old property fields
> worked
> > fine?
>
> Probably the context is not correct.
>
> Is there something specific that is not correct? I believe we do set
> the company, and the old property field seemed to work with the same
> context. Can't think of what would be different...