[tryton-dev] trytond: use None instead of False as default value (issue351003)

2012-05-14 Thread nicolas . evrard
Reviewers: , Please review this at http://codereview.tryton.org/351003/ Affected files: M trytond/model/model.py Index: trytond/model/model.py === --- a/trytond/model/model.py +++ b/trytond/model/model.py @@ -396,7 +396,7 @@

Re: [tryton-dev] trytond: Simplify module information with python configuration (issue363001)

2012-05-14 Thread Cédric Krier
On 07/05/12 16:42 +, cedric.kr...@b2ck.com wrote: Please review this at http://codereview.tryton.org/363001/ Patch has been updated with all modules. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website:

Re: [tryton-dev] trytond: Simplify module information with python configuration (issue363001)

2012-05-14 Thread Albert Cervera i Areny
A Dimarts, 15 de maig de 2012 01:25:16, Cédric Krier va escriure: On 07/05/12 16:42 +, cedric.kr...@b2ck.com wrote: Please review this at http://codereview.tryton.org/363001/ Patch has been updated with all modules. I think the patch simplifies creating new modules and it's good that we