odoo/openerp
Vo Minh Thu a51b6912bd [FIX] safe_eval: better exception handling:
- the re-raising of exceptions ignored the "legal" exceptions
(the one used to early abort RPC calls and generate pop-ups)
- re-raising the exception was attempting to re-use the original
exception type but it does not always take only one argument
so it was breaking.

lp bug: https://launchpad.net/bugs/1146256 fixed

bzr revid: vmt@openerp.com-20130320132238-qzo3jptww59ndlch
2013-03-20 14:22:38 +01:00
..
addons [FIX] safe_eval: better exception handling: 2013-03-20 14:22:38 +01:00
cli Merge Thu branch 2013-01-29 16:05:25 +01:00
conf [IMP] The open openerp namespace is removed. 2013-02-09 07:02:46 +01:00
modules [FIX] openerp namespace: the import hook was still inserting modules in sys.moduls at their shortname. 2013-02-18 17:48:39 +01:00
osv [FIX] __getattr__ implementation on BaseModel 2013-03-15 12:53:02 +01:00
report [MERGE] trunk-service-thu (remove the class openerp.netsvc.ExportService) 2013-02-12 16:42:30 +01:00
service [FIX] service.db: missing imports 2013-03-18 12:02:57 +01:00
tests [FIX] safe_eval: better exception handling: 2013-03-20 14:22:38 +01:00
tools [FIX] safe_eval: better exception handling: 2013-03-20 14:22:38 +01:00
workflow [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00
PKG-INFO [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
__init__.py [MERGE] trunk 2013-02-13 11:56:20 +01:00
exceptions.py [REF] code review 2013-02-15 15:35:03 +01:00
http.py [DOC] openerp.http: use sphinx domains. 2013-02-01 16:13:54 +01:00
import_xml.rng [REF] Removed support for __terp__.py files and `terp` root elements in XML files. 2013-02-12 16:23:28 +01:00
loglevels.py [REF] services: moved the report service to openerp.service.report. 2013-01-30 16:56:24 +01:00
netsvc.py [MERGE] netsvc/service.model: added missing/removed unnecessary `except` clauses. 2013-02-25 16:58:28 +01:00
pooler.py [IMP] cron: remove useless pooljobs and schedule_cron_jobs methods 2012-12-21 14:37:51 +01:00
release.py [FIX] we are not in alpha anymore 2013-01-03 18:08:09 +01:00
sql_db.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00