Re: [tryton-dev] Toward a working multi-company

2014-09-10 Thread Cédric Krier
On 08 Sep 10:05, Cédric Krier wrote: > On 24 Jul 11:08, Cédric Krier wrote: > > On 24 Jul 01:13, Cédric Krier wrote: > > > On 24 Jul 00:53, Mathias Behrle wrote: > > > > * Cédric Krier: " Re: [tryton-dev] Toward a working multi-company" > > > > (Wed, 23 Jul > > > > 2014 22:54:04 +0200): > > > >

Re: [tryton-dev] update/install module

2014-09-10 Thread Cédric Krier
On 10 Sep 13:32, Cédric Krier wrote: > On 10 Sep 12:52, Cédric Krier wrote: > > On 10 Sep 12:33, Mathias Behrle wrote: > > > * Cédric Krier: " [tryton-dev] update/install module" (Wed, 10 Sep 2014 > > > 09:29:56 +0200): > > > > There is a side effect of the changeset [1] which is that the update

Re: [tryton-dev] update/install module

2014-09-10 Thread Cédric Krier
On 10 Sep 12:52, Cédric Krier wrote: > On 10 Sep 12:33, Mathias Behrle wrote: > > * Cédric Krier: " [tryton-dev] update/install module" (Wed, 10 Sep 2014 > > 09:29:56 +0200): > > > There is a side effect of the changeset [1] which is that the update and > > > install arguments have indeed the sam

Re: [tryton-dev] update/install module

2014-09-10 Thread Raimon Esteve
2014-09-10 12:33 GMT+02:00 Mathias Behrle : > * Cédric Krier: " [tryton-dev] update/install module" (Wed, 10 Sep 2014 > 09:29:56 +0200): > >> Hi, >> >> There is a side effect of the changeset [1] which is that the update and >> install arguments have indeed the same behavior. >> For example, if y

Re: [tryton-dev] update/install module

2014-09-10 Thread Cédric Krier
On 10 Sep 12:33, Mathias Behrle wrote: > * Cédric Krier: " [tryton-dev] update/install module" (Wed, 10 Sep 2014 > 09:29:56 +0200): > > > Hi, > > > > There is a side effect of the changeset [1] which is that the update and > > install arguments have indeed the same behavior. > > For example, if

Re: [tryton-dev] update/install module

2014-09-10 Thread Mathias Behrle
* Cédric Krier: " [tryton-dev] update/install module" (Wed, 10 Sep 2014 09:29:56 +0200): > Hi, > > There is a side effect of the changeset [1] which is that the update and > install arguments have indeed the same behavior. > For example, if you run: > > trytond -d -u all > > this will in

[tryton-dev] Re: update/install module

2014-09-10 Thread Axel Braun
Hi Cedric, Am Mittwoch, 10. September 2014 09:29:59 UTC+2 schrieb Cédric Krier: > > > There is a side effect of the changeset [1] which is that the update and > install arguments have indeed the same behavior. > For example, if you run: > > trytond -d -u all > > this will install all the

[tryton-dev] update/install module

2014-09-10 Thread Cédric Krier
Hi, There is a side effect of the changeset [1] which is that the update and install arguments have indeed the same behavior. For example, if you run: trytond -d -u all this will install all the modules. This is because there was only at one places where there was a difference between both