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

Issue 231041: New definition of Function/Property fields (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 12 months ago by ced
Modified:
15 years, 11 months ago
Reviewers:
bch, h.goebel, yangoon1
Visibility:
Public.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove print statement #

Total comments: 5

Patch Set 3 : Rename fnct into setter/getter/searcher, remove static arguments, set/get take list of ids #

Patch Set 4 : Fix doc, copy of Function field etc #

Patch Set 5 : Fix __copy__ of Property, fix set function of Property #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -312 lines) Patch
M CHANGELOG View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M doc/models.rst View 1 chunk +0 lines, -20 lines 0 comments Download
M trytond/ir/action.py View 1 2 6 chunks +19 lines, -21 lines 0 comments Download
M trytond/ir/attachment.py View 1 2 4 chunks +9 lines, -10 lines 0 comments Download
M trytond/ir/module/module.py View 1 2 4 chunks +11 lines, -13 lines 0 comments Download
M trytond/ir/property.py View 3 chunks +8 lines, -7 lines 0 comments Download
M trytond/ir/translation.py View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M trytond/ir/ui/menu.py View 1 2 6 chunks +26 lines, -23 lines 0 comments Download
M trytond/model/fields/function.py View 1 2 3 4 3 chunks +43 lines, -81 lines 0 comments Download
M trytond/model/fields/many2many.py View 2 chunks +40 lines, -38 lines 0 comments Download
M trytond/model/fields/one2many.py View 2 chunks +38 lines, -36 lines 0 comments Download
M trytond/model/fields/property.py View 1 2 3 4 3 chunks +12 lines, -26 lines 0 comments Download
M trytond/model/fields/reference.py View 1 chunk +1 line, -0 lines 0 comments Download
M trytond/model/modelsql.py View 1 2 5 chunks +11 lines, -12 lines 0 comments Download
M trytond/model/modelstorage.py View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M trytond/res/ir.py View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M trytond/res/request.py View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M trytond/res/user.py View 1 2 3 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 13
ced
15 years, 12 months ago (2010-03-04 19:41:42 UTC) #1
bch
On 2010/03/04 19:41:42, ced wrote: > Except for the prints, it's ok for me.
15 years, 12 months ago (2010-03-04 22:16:45 UTC) #2
bch
http://codereview.appspot.com/231041/diff/1/10 File trytond/model/modelsql.py (right): http://codereview.appspot.com/231041/diff/1/10#newcode325 trytond/model/modelsql.py:325: print self._columns[field]._type Shouldn't be there
15 years, 12 months ago (2010-03-04 22:16:57 UTC) #3
ced
15 years, 12 months ago (2010-03-04 22:23:17 UTC) #4
yangoon1
15 years, 12 months ago (2010-03-05 02:39:40 UTC) #5
h.goebel
Fine cleanup. BTW: Where are we collecting instructions for migration to 1.6 (PySon, Functions/Properties)? http://codereview.appspot.com/231041/diff/5001/6001 ...
15 years, 11 months ago (2010-03-05 09:26:49 UTC) #6
ced
http://codereview.appspot.com/231041/diff/5001/6007 File trytond/model/fields/function.py (right): http://codereview.appspot.com/231041/diff/5001/6007#newcode17 trytond/model/fields/function.py:17: fnct_search=''): On 2010/03/05 09:26:49, h.goebel wrote: > Since the ...
15 years, 11 months ago (2010-03-05 10:12:16 UTC) #7
h.goebel
> I propose also to remove all the args. Okay: args are only calculated once, ...
15 years, 11 months ago (2010-03-05 11:16:14 UTC) #8
bch
http://codereview.appspot.com/231041/diff/5001/6007 File trytond/model/fields/function.py (right): http://codereview.appspot.com/231041/diff/5001/6007#newcode17 trytond/model/fields/function.py:17: fnct_search=''): On 2010/03/05 10:12:16, ced wrote: > On 2010/03/05 ...
15 years, 11 months ago (2010-03-05 11:48:23 UTC) #9
ced
http://codereview.appspot.com/231041/diff/5001/6007 File trytond/model/fields/function.py (right): http://codereview.appspot.com/231041/diff/5001/6007#newcode17 trytond/model/fields/function.py:17: fnct_search=''): On 2010/03/05 11:48:23, bch wrote: > On 2010/03/05 ...
15 years, 11 months ago (2010-03-05 11:51:40 UTC) #10
ced
15 years, 11 months ago (2010-03-05 13:01:23 UTC) #11
ced
15 years, 11 months ago (2010-03-06 14:13:04 UTC) #12
ced
15 years, 11 months ago (2010-03-06 14:49:32 UTC) #13

          
Sign in to reply to this message.

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