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

Issue 1853047: Converting modules/company to use tryton Transaction module (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by pheller
Modified:
13 years, 8 months ago
Reviewers:
ced
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Fixed Transaction() calls #

Total comments: 13

Patch Set 3 : Made changes per ced's notes #

Patch Set 4 : Fixed unittests #

Total comments: 17

Patch Set 5 : Fixes per ced notes, fixed up report classes #

Total comments: 1

Patch Set 6 : initialize localcontext when None #

Patch Set 7 : fixed localcontext initialization so as not to clobber an empty dict #

Total comments: 1

Patch Set 8 : Fix per ced #

Patch Set 9 : Fixed report parse() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M company.py View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 16
ced
13 years, 9 months ago (2010-07-29 20:08:18 UTC) #1
ced
And update INSTALL http://codereview.appspot.com/1853047/diff/2001/3001 File company.py (right): http://codereview.appspot.com/1853047/diff/2001/3001#newcode3 company.py:3: "Company" Can be removed. http://codereview.appspot.com/1853047/diff/2001/3001#newcode59 company.py:59: ...
13 years, 9 months ago (2010-07-29 20:28:40 UTC) #2
pheller
13 years, 9 months ago (2010-07-31 19:00:34 UTC) #3
ced
http://codereview.appspot.com/1853047/diff/10001/11002 File company.py (right): http://codereview.appspot.com/1853047/diff/10001/11002#newcode101 company.py:101: return Transaction().context.get['company'] or False get needs () http://codereview.appspot.com/1853047/diff/10001/11002#newcode154 company.py:154: ...
13 years, 9 months ago (2010-07-31 19:43:07 UTC) #4
pheller
I will fix the other simple ones, but I want to understand a couple of ...
13 years, 9 months ago (2010-07-31 22:44:46 UTC) #5
ced
http://codereview.appspot.com/1853047/diff/10001/11002 File company.py (right): http://codereview.appspot.com/1853047/diff/10001/11002#newcode185 company.py:185: field_id) On 2010/07/31 22:44:48, pheller wrote: > On 2010/07/31 ...
13 years, 9 months ago (2010-08-01 06:53:03 UTC) #6
pheller
http://codereview.appspot.com/1853047/diff/10001/11002 File company.py (right): http://codereview.appspot.com/1853047/diff/10001/11002#newcode185 company.py:185: field_id) On 2010/08/01 06:53:03, ced wrote: > On 2010/07/31 ...
13 years, 9 months ago (2010-08-01 16:38:08 UTC) #7
ced
http://codereview.appspot.com/1853047/diff/10001/11002 File company.py (right): http://codereview.appspot.com/1853047/diff/10001/11002#newcode185 company.py:185: field_id) On 2010/08/01 16:38:08, pheller wrote: > On 2010/08/01 ...
13 years, 9 months ago (2010-08-01 20:51:31 UTC) #8
pheller
13 years, 9 months ago (2010-08-02 17:24:27 UTC) #9
ced
http://codereview.appspot.com/1853047/diff/21001/3005 File company.py (right): http://codereview.appspot.com/1853047/diff/21001/3005#newcode285 company.py:285: localcontext['company'] = user.company.id You must initialize localcontext if it ...
13 years, 9 months ago (2010-08-02 18:02:25 UTC) #10
pheller
13 years, 9 months ago (2010-08-02 18:06:28 UTC) #11
pheller
13 years, 9 months ago (2010-08-02 18:12:53 UTC) #12
ced
Ok for me
13 years, 9 months ago (2010-08-02 18:14:28 UTC) #13
ced
http://codereview.appspot.com/1853047/diff/25001/26002 File company.py (right): http://codereview.appspot.com/1853047/diff/25001/26002#newcode287 company.py:287: localcontext['company'] = user.company.id It should be: localcontext['company'] = user.company
13 years, 8 months ago (2010-08-10 19:54:32 UTC) #14
pheller
13 years, 8 months ago (2010-08-10 19:56:54 UTC) #15
pheller
13 years, 8 months ago (2010-08-17 15:45:14 UTC) #16

          
Sign in to reply to this message.

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