Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(451)

Issue 193111: Upload for sale opportunity review (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by sharoonthomas
Modified:
14 years, 2 months ago
Reviewers:
Visibility:
Public.

Patch Set 1 #

Total comments: 122

Patch Set 2 : After Changes #

Total comments: 32

Patch Set 3 : Changes and updates from review #

Patch Set 4 : Fix on workflow #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -26 lines) Patch
M __tryton__.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sale_opportunity.py View 1 2 6 chunks +37 lines, -25 lines 2 comments Download

Messages

Total messages: 27
udono
Looks good, some comments from me http://codereview.appspot.com/193111/diff/1/5 File sale_opportunity.py (right): http://codereview.appspot.com/193111/diff/1/5#newcode4 sale_opportunity.py:4: from trytond.model import ...
14 years, 3 months ago (2010-01-26 13:38:38 UTC) #1
sharoonthomas
http://codereview.appspot.com/193111/diff/1/5 File sale_opportunity.py (right): http://codereview.appspot.com/193111/diff/1/5#newcode4 sale_opportunity.py:4: from trytond.model import ModelView, ModelSQL,ModelWorkflow, fields On 2010/01/26 13:38:39, ...
14 years, 3 months ago (2010-01-26 13:47:24 UTC) #2
bch
http://codereview.appspot.com/193111/diff/1/5 File sale_opportunity.py (right): http://codereview.appspot.com/193111/diff/1/5#newcode13 sale_opportunity.py:13: ] Extra spaces after '['. ']' should be aligned ...
14 years, 3 months ago (2010-01-26 14:02:14 UTC) #3
ced
Don't forget to put ir.model.access for sale.opportunity and sale.opportunity.lines http://codereview.appspot.com/193111/diff/1/3 File __tryton__.py (right): http://codereview.appspot.com/193111/diff/1/3#newcode19 __tryton__.py:19: ...
14 years, 3 months ago (2010-01-26 14:03:08 UTC) #4
ced
http://codereview.appspot.com/193111/diff/1/5 File sale_opportunity.py (right): http://codereview.appspot.com/193111/diff/1/5#newcode45 sale_opportunity.py:45: },depends = ['state']) On 2010/01/26 13:47:25, sharoonthomas wrote: > ...
14 years, 3 months ago (2010-01-26 14:06:25 UTC) #5
udono
http://codereview.appspot.com/193111/diff/1/5 File sale_opportunity.py (right): http://codereview.appspot.com/193111/diff/1/5#newcode45 sale_opportunity.py:45: },depends = ['state']) On 2010/01/26 13:47:25, sharoonthomas wrote: > ...
14 years, 3 months ago (2010-01-26 14:08:09 UTC) #6
ced
http://codereview.appspot.com/193111/diff/1/5 File sale_opportunity.py (right): http://codereview.appspot.com/193111/diff/1/5#newcode121 sale_opportunity.py:121: COALESCE(write_date, create_date) AS date, You should cast into a ...
14 years, 3 months ago (2010-01-26 14:17:04 UTC) #7
yangoon1
Many comments for you, so I won't stand back;) General remark: I don't see the ...
14 years, 3 months ago (2010-01-26 14:23:10 UTC) #8
sharoonthomas
http://codereview.appspot.com/193111/diff/1/5 File sale_opportunity.py (right): http://codereview.appspot.com/193111/diff/1/5#newcode13 sale_opportunity.py:13: ] On 2010/01/26 14:02:14, bch wrote: > Extra spaces ...
14 years, 3 months ago (2010-01-26 14:34:33 UTC) #9
sharoonthomas
http://codereview.appspot.com/193111/diff/1/3 File __tryton__.py (right): http://codereview.appspot.com/193111/diff/1/3#newcode19 __tryton__.py:19: 'sale_opportunity_view.xml', On 2010/01/26 14:03:08, ced wrote: > We don't ...
14 years, 3 months ago (2010-01-26 15:24:05 UTC) #10
sharoonthomas
14 years, 3 months ago (2010-01-26 15:26:24 UTC) #11
udono
On 2010/01/26 14:17:04, ced wrote: > http://codereview.appspot.com/193111/diff/1/5 > File sale_opportunity.py (right): > http://codereview.appspot.com/193111/diff/1/5#newcode121 > sale_opportunity.py:121: ...
14 years, 3 months ago (2010-01-26 15:27:22 UTC) #12
udono
14 years, 3 months ago (2010-01-26 15:27:33 UTC) #13
ced
On 2010/01/26 15:27:22, udo.spallek wrote: > On 2010/01/26 14:17:04, ced wrote: > > On 2010/01/26 ...
14 years, 3 months ago (2010-01-26 15:31:42 UTC) #14
udono
On 2010/01/26 15:31:42, ced wrote: > On 2010/01/26 15:27:22, udo.spallek wrote: > > On 2010/01/26 ...
14 years, 3 months ago (2010-01-26 15:35:41 UTC) #15
udono
14 years, 3 months ago (2010-01-26 15:36:14 UTC) #16
sharoonthomas
Hi, It think what happens is a double update, one to the original table and ...
14 years, 3 months ago (2010-01-26 15:38:17 UTC) #17
ced
http://codereview.appspot.com/193111/diff/1006/1007 File __tryton__.py (right): http://codereview.appspot.com/193111/diff/1006/1007#newcode19 __tryton__.py:19: 'sale_opportunity_view.xml', Just opportunity.xml http://codereview.appspot.com/193111/diff/1006/1009 File sale_opportunity.py (right): http://codereview.appspot.com/193111/diff/1006/1009#newcode12 sale_opportunity.py:12: ...
14 years, 3 months ago (2010-01-26 15:43:46 UTC) #18
ced
On 2010/01/26 15:35:41, udo.spallek wrote: > On 2010/01/26 15:31:42, ced wrote: > > On 2010/01/26 ...
14 years, 3 months ago (2010-01-26 15:47:45 UTC) #19
udono
On 2010/01/26 15:47:45, ced wrote: > On 2010/01/26 15:35:41, udo.spallek wrote: > > On 2010/01/26 ...
14 years, 3 months ago (2010-01-26 15:57:29 UTC) #20
yangoon1
http://codereview.appspot.com/193111/diff/1006/1009 File sale_opportunity.py (right): http://codereview.appspot.com/193111/diff/1006/1009#newcode84 sale_opportunity.py:84: "Sale Opportunity Lines/Items" I would recommend general usage of ...
14 years, 3 months ago (2010-01-26 16:05:46 UTC) #21
sharoonthomas
http://codereview.appspot.com/193111/diff/1006/1007 File __tryton__.py (right): http://codereview.appspot.com/193111/diff/1006/1007#newcode19 __tryton__.py:19: 'sale_opportunity_view.xml', On 2010/01/26 15:43:47, ced wrote: > Just opportunity.xml ...
14 years, 3 months ago (2010-01-26 16:07:59 UTC) #22
sharoonthomas
14 years, 3 months ago (2010-01-26 16:15:09 UTC) #23
sharoonthomas
http://codereview.appspot.com/193111/diff/1006/1010 File sale_opportunity_view.xml (right): http://codereview.appspot.com/193111/diff/1006/1010#newcode33 sale_opportunity_view.xml:33: <page string="Items" id="tems"> On 2010/01/26 15:43:47, ced wrote: > ...
14 years, 3 months ago (2010-01-26 16:15:14 UTC) #24
sharoonthomas
14 years, 3 months ago (2010-01-26 16:18:27 UTC) #25
udono
looks great now http://codereview.appspot.com/193111/diff/1006/1007 File __tryton__.py (right): http://codereview.appspot.com/193111/diff/1006/1007#newcode19 __tryton__.py:19: 'sale_opportunity_view.xml', On 2010/01/26 16:07:59, sharoonthomas wrote: ...
14 years, 3 months ago (2010-01-26 16:39:03 UTC) #26
ced
14 years, 2 months ago (2010-02-26 08:47:17 UTC) #27
I think it can be closed
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b