On 2017-03-29 16:13, Sergi Almacellas Abellana wrote:
> El 29/03/17 a les 00:12, Cédric Krier ha escrit:
> > I would like to commit it ASAP to get enough time to find all bugs
> > before the release.
> 
> Indeed bugs can be found before commiting. It's a mather of appling all of
> the reviews. I have some script in order to update them when applied that I
> attach in this mail if is usefull for somebody else.
> 
> I've found the following:
> 
> - Creating a party with no stock locations clears the customer_location and
> supplier_location values of all the parties. Indeed, setting the the
> location value of a party to any values sets this value for all of the
> parties. I've reproduced it on a migrated database but I haven't tested on a
> new database.
> 
> I've tested on this specify model, but I'm wondering if the other models are
> also affected.

It should be fixed in last patch set. Indeed this MultiValue model was
missing the One2Many so it was using all records.

> > It will be good also to have some migration test.
> 
> After the migration I get a lot of this warnings like this:
> 
> WARNING trytond.convert Could not delete id 20 of model ir.property because
> model no longer exists.
> 
> Is this the expected behaviour?

Yes, the system does not know any more about ir.property

> This warning are also shown when updating the database for second time.
> The only way to remove this warnings was executing this query on the
> database:
> 
> delete from ir_model_data where model = 'ir.property';
> 
> Should we add this to the migration page?

Yes it could even if leaving them does not hurt at all but it is only
after the migration was succeeded.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/20170329151608.GN6408%40tetsuo.

Reply via email to