El 29/03/17 a les 00:12, Cédric Krier ha escrit:
First of all: Thanks for the big work :)
>
> 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 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?
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?
--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk