Commit Graph

18 Commits

Author SHA1 Message Date
Julien Thewys 336f0e40a4 [REF] Cleanup of delete tag.
bzr revid: jth@openerp.com-20100402080855-8pvhqcspi9mhojpa
2010-04-02 10:08:55 +02:00
Julien Thewys 60cd823fa3 [FIX] Fixed function evaluation.
bzr revid: jth@openerp.com-20100401192647-4ew1sci1l34q8ft3
2010-04-01 21:26:47 +02:00
Julien Thewys 7043023dd8 [FIX] Safer assignment to many2one.
bzr revid: jth@openerp.com-20100401192502-zojg3dxhup49oz1m
2010-04-01 21:25:02 +02:00
Julien Thewys f1b72c6743 [FIX] Fixed eval context.
bzr revid: jth@openerp.com-20100401192414-s6mfpwtkph3rxsn8
2010-04-01 21:24:14 +02:00
Julien Thewys 41fc8c369a [FIX] Added support for string and constant (int) logging level.
bzr revid: jth@openerp.com-20100401172227-q5geonsglidfsuqa
2010-04-01 19:22:27 +02:00
Julien Thewys 51f8a94d87 [FIX] Workflow transition takes the model name, not the model object.
bzr revid: jth@openerp.com-20100401132709-1tyxfoh9550za6y1
2010-04-01 15:27:09 +02:00
Julien Thewys 44f6ef941a [FIX] Logs the stack trace.
bzr revid: jth@openerp.com-20100401132651-dgcz26yhw152f4sh
2010-04-01 15:26:51 +02:00
Julien Thewys 8d62e97ff5 [FIX] Assertion expressions list is a direct child of !assert block.
bzr revid: jth@openerp.com-20100401132603-2ar1hsmi62c0vs3p
2010-04-01 15:26:03 +02:00
Julien Thewys 3ebd4313d9 [IMP] Warn if an assertion has not been evaluated.
bzr revid: jth@openerp.com-20100401101013-gi2zpo47iu7pbpn4
2010-04-01 12:10:13 +02:00
Julien Thewys f66af28b30 [IMP] Added search for record relations.
[FIX] Record creation.
[FIX] Ref constructor.
[FIX] Safer Eval expression.

bzr revid: jth@openerp.com-20100331165526-5exmbhtx3jt161pm
2010-03-31 18:55:26 +02:00
Julien Thewys 425b2fef61 [REF] Splitted YAML custom tags definition in itw own file (needed by module recorder).
bzr revid: jth@openerp.com-20100330152031-xvq4ve15ju51u7cy
2010-03-30 17:20:31 +02:00
Julien Thewys be6c3b80e6 [FIX] Do not rollback failing tests for the moment:
XML and YAML files are all loaded in the same transaction.
We should add a section for tests in __terp__ and load each test file
in its own transaction so that:
- they are independent from each other,
- failing tests can safely be rolled back,
- all tests can still be run in one pass.

bzr revid: jth@openerp.com-20100309172147-m0rkmc30yjae2605
2010-03-09 18:21:47 +01:00
Julien Thewys d12f8e60e2 [IMP] Added noupdate support in global context.
bzr revid: jth@openerp.com-20100309122746-5kwdn9mqdtu2bruv
2010-03-09 13:27:46 +01:00
Julien Thewys f6cb964437 [IMP] Cleanup.
bzr revid: jth@openerp.com-20100309092346-ehfpe1fhe26a1u0a
2010-03-09 10:23:46 +01:00
Julien Thewys 6307322cdb [REF] Reorganized imports (and undo previous non-sense change).
bzr revid: jth@openerp.com-20100308112928-ewsboa2xxnuot4wi
2010-03-08 12:29:28 +01:00
Julien Thewys 546b76d5d3 [REF] Reoarganized imports, catches yaml not found.
bzr revid: jth@openerp.com-20100308085532-1yv9xv1tosz223vs
2010-03-08 09:55:32 +01:00
Julien Thewys f9e6517ee6 [REF] Uses logging.getLogger instead of the to be deprecated netsvc.Logger .
bzr revid: jth@openerp.com-20100307211833-j4b6x8pcbirs0sxk
2010-03-07 22:18:33 +01:00
Julien Thewys a17092ba94 [REF] Renamed file and moved import statement.
bzr revid: jth@openerp.com-20100307164907-t1cevokp7u1zz2tx
2010-03-07 17:49:07 +01:00