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

Issue 183067: Add PySON to Tryton server (Closed)

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

Patch Set 1 #

Patch Set 2 : Add Not and Equal statement #

Patch Set 3 : Move eval to object as suggested by Hartmut Goebel #

Patch Set 4 : Add Date and DateTime #

Patch Set 5 : Add PySON in Tryton #

Total comments: 1

Patch Set 6 : Fix import of fields to not break auto_reload #

Patch Set 7 : Fix typo #

Patch Set 8 : Update doc #

Total comments: 2

Patch Set 9 : Improve doc and uncomment check in field.py #

Total comments: 19

Patch Set 10 : Fix typo #

Patch Set 11 : Improve doc #

Patch Set 12 : Add simplejson to setup.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1407 lines, -84 lines) Patch
M CHANGELOG View 1 chunk +1 line, -0 lines 0 comments Download
M INSTALL View 1 chunk +1 line, -0 lines 0 comments Download
M doc/models.rst View 3 chunks +8 lines, -7 lines 0 comments Download
M doc/views.rst View 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M setup.py View 1 chunk +1 line, -0 lines 0 comments Download
M trytond/ir/action.py View 5 6 chunks +95 lines, -1 line 0 comments Download
M trytond/ir/default.py View 2 chunks +2 lines, -1 line 0 comments Download
M trytond/ir/module/module.xml View 2 chunks +7 lines, -7 lines 0 comments Download
M trytond/ir/rule.py View 2 chunks +3 lines, -2 lines 0 comments Download
M trytond/ir/sequence.py View 2 chunks +2 lines, -1 line 0 comments Download
M trytond/ir/translation.py View 2 chunks +5 lines, -2 lines 0 comments Download
M trytond/ir/ui/view.py View 5 3 chunks +34 lines, -2 lines 0 comments Download
M trytond/model/browse.py View 1 chunk +1 line, -1 line 0 comments Download
M trytond/model/fields/field.py View 6 7 8 3 chunks +111 lines, -7 lines 0 comments Download
M trytond/model/fields/float.py View 5 6 2 chunks +22 lines, -0 lines 0 comments Download
M trytond/model/fields/function.py View 2 chunks +24 lines, -0 lines 0 comments Download
M trytond/model/fields/one2many.py View 2 chunks +15 lines, -0 lines 0 comments Download
M trytond/model/model.py View 3 chunks +8 lines, -0 lines 0 comments Download
M trytond/model/modelstorage.py View 7 chunks +26 lines, -25 lines 0 comments Download
M trytond/model/modelview.py View 2 chunks +9 lines, -0 lines 0 comments Download
A trytond/pyson.py View 1 2 3 4 1 chunk +474 lines, -0 lines 0 comments Download
M trytond/report/report.py View 1 chunk +3 lines, -0 lines 0 comments Download
M trytond/res/ir.xml View 1 chunk +12 lines, -6 lines 0 comments Download
M trytond/res/request.py View 2 chunks +15 lines, -11 lines 0 comments Download
M trytond/res/request.xml View 1 chunk +3 lines, -3 lines 0 comments Download
M trytond/tests/test_tryton.py View 3 chunks +516 lines, -0 lines 0 comments Download
M trytond/workflow/workflow.py View 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 19
ced
15 years, 8 months ago (2009-12-27 18:17:06 UTC) #1
yangoon1
15 years, 8 months ago (2009-12-29 23:09:21 UTC) #2
ced
15 years, 8 months ago (2010-01-06 18:08:20 UTC) #3
ced
15 years, 8 months ago (2010-01-09 23:50:50 UTC) #4
ced
15 years, 8 months ago (2010-01-10 18:20:04 UTC) #5
ced
15 years, 7 months ago (2010-01-17 14:59:44 UTC) #6
ced
15 years, 7 months ago (2010-01-17 18:25:19 UTC) #7
yangoon1
http://codereview.appspot.com/183067/diff/4001/2016 File trytond/model/fields/float.py (right): http://codereview.appspot.com/183067/diff/4001/2016#newcode12 trytond/model/fields/float.py:12: 'digits must be tuple of intergers or PYSON' typo: ...
15 years, 7 months ago (2010-01-17 19:03:17 UTC) #8
yangoon1
Would also be nice to have updated docs.
15 years, 7 months ago (2010-01-17 19:06:17 UTC) #9
ced
15 years, 7 months ago (2010-01-17 19:46:10 UTC) #10
ced
15 years, 7 months ago (2010-01-17 21:06:42 UTC) #11
bch
http://codereview.appspot.com/183067/diff/2058/2061 File doc/views.rst (right): http://codereview.appspot.com/183067/diff/2058/2061#newcode381 doc/views.rst:381: * ``domain``: a PySON string that is evaluate with ...
15 years, 7 months ago (2010-01-18 12:58:49 UTC) #12
ced
15 years, 7 months ago (2010-01-18 13:05:52 UTC) #13
yangoon1
Marked also some wordings not related to this patch, so if you are fixing anyway... ...
15 years, 7 months ago (2010-01-18 14:13:39 UTC) #14
ced
15 years, 7 months ago (2010-01-18 14:21:41 UTC) #15
ced
I only fix typo related to PySON other must be in an other patch. http://codereview.appspot.com/183067/diff/4074/4077 ...
15 years, 7 months ago (2010-01-18 14:22:11 UTC) #16
yangoon1
http://codereview.appspot.com/183067/diff/4074/4077 File doc/views.rst (right): http://codereview.appspot.com/183067/diff/4074/4077#newcode382 doc/views.rst:382: context. If the result is true the field value ...
15 years, 7 months ago (2010-01-19 10:33:23 UTC) #17
ced
15 years, 7 months ago (2010-01-19 11:43:26 UTC) #18
ced
15 years, 7 months ago (2010-01-19 11:46:37 UTC) #19

          
Sign in to reply to this message.

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