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

Issue 1253042: Implementation of triggers (Closed)

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

Patch Set 1 #

Total comments: 9

Patch Set 2 : Better naming #

Total comments: 4

Patch Set 3 : Add limit number and minimum delay #

Patch Set 4 : Add model access, cron task for on_time and some fix for migration #

Total comments: 2

Patch Set 5 : Remove usage of EvalEnvironment and use "self" instead #

Patch Set 6 : Update to tip #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1019 lines, -0 lines) Patch
M doc/ref/models/models.rst View 1 2 chunks +21 lines, -0 lines 0 comments Download
M trytond/ir/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
M trytond/ir/__tryton__.py View 1 chunk +1 line, -0 lines 0 comments Download
A trytond/ir/trigger.py View 1 2 3 4 1 chunk +287 lines, -0 lines 0 comments Download
A trytond/ir/trigger.xml View 1 2 3 1 chunk +78 lines, -0 lines 0 comments Download
M trytond/model/modelsql.py View 1 2 3 4 5 4 chunks +12 lines, -0 lines 0 comments Download
M trytond/model/modelstorage.py View 1 3 chunks +96 lines, -0 lines 0 comments Download
M trytond/res/ir.xml View 2 chunks +49 lines, -0 lines 0 comments Download
M trytond/test/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
A trytond/test/trigger.py View 1 chunk +20 lines, -0 lines 0 comments Download
A trytond/tests/test_trigger.py View 1 2 3 4 1 chunk +451 lines, -0 lines 0 comments Download
M trytond/tests/test_tryton.py View 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14
ced
15 years, 10 months ago (2010-05-17 21:50:23 UTC) #1
udono
Have not test it, but looks good. Comments and questions added. http://codereview.appspot.com/1253042/diff/1/2 File doc/ref/models/models.rst (right): ...
15 years, 10 months ago (2010-05-18 06:08:04 UTC) #2
ced
http://codereview.appspot.com/1253042/diff/1/2 File doc/ref/models/models.rst (right): http://codereview.appspot.com/1253042/diff/1/2#newcode227 doc/ref/models/models.rst:227: Return eligible record ids for write actions by triggers. ...
15 years, 10 months ago (2010-05-18 06:35:15 UTC) #3
ced
15 years, 10 months ago (2010-05-18 06:37:13 UTC) #4
yangoon1
http://codereview.appspot.com/1253042/diff/6001/7004 File trytond/ir/trigger.py (right): http://codereview.appspot.com/1253042/diff/6001/7004#newcode17 trytond/ir/trigger.py:17: on_time = fields.Boolean('On Time', select=1, states={ Just a general ...
15 years, 10 months ago (2010-05-18 14:56:18 UTC) #5
ced
http://codereview.appspot.com/1253042/diff/6001/7004 File trytond/ir/trigger.py (right): http://codereview.appspot.com/1253042/diff/6001/7004#newcode17 trytond/ir/trigger.py:17: on_time = fields.Boolean('On Time', select=1, states={ On 2010/05/18 14:56:19, ...
15 years, 10 months ago (2010-05-18 18:17:44 UTC) #6
yangoon1
http://codereview.appspot.com/1253042/diff/6001/7004 File trytond/ir/trigger.py (right): http://codereview.appspot.com/1253042/diff/6001/7004#newcode17 trytond/ir/trigger.py:17: on_time = fields.Boolean('On Time', select=1, states={ On 2010/05/18 18:17:45, ...
15 years, 10 months ago (2010-05-18 18:41:37 UTC) #7
ced
http://codereview.appspot.com/1253042/diff/6001/7004 File trytond/ir/trigger.py (right): http://codereview.appspot.com/1253042/diff/6001/7004#newcode17 trytond/ir/trigger.py:17: on_time = fields.Boolean('On Time', select=1, states={ On 2010/05/18 18:41:37, ...
15 years, 10 months ago (2010-05-18 18:55:34 UTC) #8
ced
15 years, 10 months ago (2010-05-21 22:40:46 UTC) #9
ced
15 years, 10 months ago (2010-05-22 11:15:12 UTC) #10
udono
http://codereview.appspot.com/1253042/diff/19001/20009 File trytond/res/user.py (right): http://codereview.appspot.com/1253042/diff/19001/20009#newcode86 trytond/res/user.py:86: def init(self, cursor, module_name): Is this related to implementation ...
15 years, 10 months ago (2010-05-23 14:32:24 UTC) #11
ced
http://codereview.appspot.com/1253042/diff/19001/20009 File trytond/res/user.py (right): http://codereview.appspot.com/1253042/diff/19001/20009#newcode86 trytond/res/user.py:86: def init(self, cursor, module_name): On 2010/05/23 14:32:24, udono wrote: ...
15 years, 10 months ago (2010-05-24 06:51:41 UTC) #12
ced
15 years, 10 months ago (2010-05-28 18:10:33 UTC) #13
ced
15 years, 10 months ago (2010-05-28 18:31:37 UTC) #14

          
Sign in to reply to this message.

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