Re: [tryton-dev] PySQL codereview

2011-08-08 Thread Nicolas Évrard
* Cédric Krier [2011-08-06 16:14 +0200]: On 06/08/11 14:02 +0200, Udo Spallek wrote: Am Sat, 6 Aug 2011 11:43:28 +0200 schrieb Cédric Krier cedric.kr...@b2ck.com: On 28/07/11 01:08 +0200, Cédric Krier wrote: Hi, The codereview for pysql is available at

Re: [tryton-dev] Change in __tryton__.py

2011-08-08 Thread Bertrand Chenal
Le Sat, 6 Aug 2011 23:46:51 +0200, Cédric Krier cedric.kr...@b2ck.com a écrit : On 06/08/11 23:17 +0200, Albert Cervera i Areny wrote: A Dissabte, 6 d'agost de 2011 22:18:29, Cédric Krier va escriure: Of course, that information could always be calculated out of the COPYRIGHT but that

Re: [tryton-dev] Change in __tryton__.py

2011-08-08 Thread Cédric Krier
On 08/08/11 10:15 +0200, Bertrand Chenal wrote: Le Sat, 6 Aug 2011 23:46:51 +0200, Cédric Krier cedric.kr...@b2ck.com a écrit : On 06/08/11 23:17 +0200, Albert Cervera i Areny wrote: A Dissabte, 6 d'agost de 2011 22:18:29, Cédric Krier va escriure: Of course, that information could

Re: [tryton-dev] Change in __tryton__.py

2011-08-08 Thread Nicolas Évrard
* Cédric Krier [2011-08-08 10:31 +0200]: I want to simplify stuff not complexify it. We have already difficulty to maintain the copyright file (but this must be done for legal purpose). What about simply displaying the copyright file in the module form ? this means there is only one file

Re: [tryton-dev] Change in __tryton__.py

2011-08-08 Thread Antonio Beamud Montero
El 08/08/11 10:56, Nicolas Évrard escribió: * Cédric Krier [2011-08-08 10:31 +0200]: I want to simplify stuff not complexify it. We have already difficulty to maintain the copyright file (but this must be done for legal purpose). What about simply displaying the copyright file in the

Re: [tryton-dev] Change in __tryton__.py

2011-08-08 Thread Albert Cervera i Areny
A Dilluns, 8 d'agost de 2011 10:56:27, Nicolas Évrard va escriure: * Cédric Krier [2011-08-08 10:31 +0200]: I want to simplify stuff not complexify it. We have already difficulty to maintain the copyright file (but this must be done for legal purpose). What about simply displaying

Re: [tryton-dev] Change in __tryton__.py

2011-08-08 Thread Cédric Krier
On 08/08/11 11:35 +0200, Nicolas Évrard wrote: * Cédric Krier [2011-08-08 11:19 +0200]: On 08/08/11 10:56 +0200, Nicolas Évrard wrote: We could define a policy for those and treat them as data in the setup.py file. I never saw any packages (not only Python packages) that install them self

Re: [tryton-dev] Change in __tryton__.py

2011-08-08 Thread Nicolas Évrard
* Cédric Krier [2011-08-08 11:48 +0200]: On 08/08/11 11:35 +0200, Nicolas Évrard wrote: * Cédric Krier [2011-08-08 11:19 +0200]: On 08/08/11 10:56 +0200, Nicolas Évrard wrote: We could define a policy for those and treat them as data in the setup.py file. I never saw any packages (not only

Re: [tryton-dev] Change in __tryton__.py

2011-08-08 Thread Cédric Krier
On 08/08/11 13:09 +0200, Nicolas Évrard wrote: * Cédric Krier [2011-08-08 11:48 +0200]: On 08/08/11 11:35 +0200, Nicolas Évrard wrote: * Cédric Krier [2011-08-08 11:19 +0200]: On 08/08/11 10:56 +0200, Nicolas Évrard wrote: We could define a policy for those and treat them as data in the

Re: [tryton-dev] Change in __tryton__.py

2011-08-08 Thread Tshepang Lekhonkhobe
I think also about changing the format and use the ConfigParser instead of Python code. great idea -- tryton-dev@googlegroups.com mailing list

[tryton-dev] Remove field names begining with 'analytic_account_' from defaults. Fix issue 1830. (issue85001)

2011-08-08 Thread udo . spallek
Reviewers: , Please review this at http://codereview.tryton.org/85001/ Affected files: M purchase.py Index: purchase.py === --- a/purchase.py +++ b/purchase.py @@ -62,16 +62,21 @@ class PurchaseLine(ModelSQL, ModelView):

[tryton-dev] Adding rich_text widget in tryton server (issue74007)

2011-08-08 Thread rhubner
Reviewers: , Please review this at http://codereview.tryton.org/74007/ Affected files: M trytond/ir/ui/form.rnc M trytond/ir/ui/form.rng Index: trytond/ir/ui/form.rnc === --- a/trytond/ir/ui/form.rnc +++