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

Issue 186196: Add PySON to Tryton client (Closed)

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

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add missing import #

Patch Set 3 : Add simplejson to setup.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+634 lines, -296 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 setup.py View 1 chunk +1 line, -0 lines 0 comments Download
M tryton/action/main.py View 2 chunks +6 lines, -10 lines 0 comments Download
M tryton/gui/window/view_board/action.py View 2 chunks +7 lines, -6 lines 0 comments Download
M tryton/gui/window/view_form/model/field.py View 5 chunks +11 lines, -54 lines 0 comments Download
M tryton/gui/window/view_form/model/record.py View 3 chunks +44 lines, -21 lines 0 comments Download
M tryton/gui/window/view_form/view/form.py View 2 chunks +8 lines, -6 lines 0 comments Download
M tryton/gui/window/view_form/view/form_gtk/many2one.py View 2 chunks +5 lines, -3 lines 0 comments Download
M tryton/gui/window/view_form/view/form_gtk/one2many.py View 1 chunk +1 line, -2 lines 0 comments Download
M tryton/gui/window/view_form/view/form_gtk/parser.py View 6 chunks +62 lines, -171 lines 0 comments Download
M tryton/gui/window/view_form/view/graph_gtk/graph.py View 2 chunks +3 lines, -2 lines 0 comments Download
M tryton/gui/window/view_form/view/list_gtk/parser.py View 1 4 chunks +8 lines, -20 lines 0 comments Download
M tryton/gui/window/view_tree/view_tree.py View 2 chunks +2 lines, -1 line 0 comments Download
A tryton/pyson.py View 1 chunk +474 lines, -0 lines 0 comments Download

Messages

Total messages: 4
ced
15 years, 7 months ago (2010-01-17 15:00:57 UTC) #1
yangoon1
http://codereview.appspot.com/186196/diff/1/12 File tryton/gui/window/view_form/view/list_gtk/parser.py (right): http://codereview.appspot.com/186196/diff/1/12#newcode827 tryton/gui/window/view_form/view/list_gtk/parser.py:827: state_changes = PYSONDecoder().decode(model.expr_eval( missing import: from tryton.pyson import PYSONDecoder
15 years, 7 months ago (2010-01-17 18:50:29 UTC) #2
ced
15 years, 7 months ago (2010-01-17 19:44:43 UTC) #3
ced
15 years, 7 months ago (2010-01-19 11:48:31 UTC) #4

          
Sign in to reply to this message.

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