Re: [tryton-dev] Error while validating a statement

2012-01-24 Thread Paul J Stevens
On 01/24/2012 09:36 AM, Paul J Stevens wrote: On 01/23/2012 08:59 PM, Paul J Stevens wrote: It could be good to put the rec_name of the record. Patch is welcome. Patch to that extend uploaded to codereview. I did a 'hg review -m ...' and it's there on http://codereview.tryton.org/230003

Re: [tryton-dev] Error while validating a statement

2012-01-24 Thread Nicolas Évrard
* Paul J Stevens [2012-01-24 09:58 +0100]: On 01/24/2012 09:36 AM, Paul J Stevens wrote: On 01/23/2012 08:59 PM, Paul J Stevens wrote: It could be good to put the rec_name of the record. Patch is welcome. Patch to that extend uploaded to codereview. I did a 'hg review -m ...' and it's

Re: [tryton-dev] Error while validating a statement

2012-01-24 Thread Paul J Stevens
On 01/24/2012 10:08 AM, Nicolas Évrard wrote: I have this in my $HOME/.hgrc [review] username = nicolas.evr...@b2ck.com send_email = true server = http://codereview.tryton.org Ah. thanks. -- Paul J Stevens

[tryton-dev] trytond: add optional description when raising user error during validation (issue230003)

2012-01-24 Thread pjstevns
Reviewers: , Please review this at http://codereview.tryton.org/230003/ Affected files: M trytond/model/modelstorage.py Index: trytond/model/modelstorage.py === --- a/trytond/model/modelstorage.py +++

[tryton-dev] stock_supply: Round get_purchase_price according to unit_price digits (issue226007)

2012-01-24 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/226007/ Affected files: M purchase_request.py Index: purchase_request.py === --- a/purchase_request.py +++ b/purchase_request.py @@ -4,6 +4,7 @@ import operator