Re: [tryton-dev] Removal of Property

2017-03-29 Thread Sergi Almacellas Abellana
El 29/03/17 a les 00:12, Cédric Krier ha escrit: Hi, The patches that removes the Property fields is ready for testing. It is passing all the tests. https://bugs.tryton.org/issue2349 First of all: Thanks for the big work :) I would like to commit it ASAP to get enough time to find all bugs

Re: [tryton-dev] Removal of Property

2017-03-29 Thread Cédric Krier
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 ha

Re: [tryton-dev] Removal of Property

2017-03-31 Thread Sergi Almacellas Abellana
El 29/03/17 a les 17:16, Cédric Krier ha escrit: 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