[REF] object_proxy is no longer used by audittrail (which patches directly openerp.service.model).

bzr revid: vmt@openerp.com-20130131161442-17rwinwygte6usfg
This commit is contained in:
Vo Minh Thu 2013-01-31 17:14:42 +01:00
parent b303bfe5a4
commit a57b655e43
1 changed files with 0 additions and 6 deletions

View File

@ -32,10 +32,4 @@ osv = Model
osv_memory = TransientModel
osv_abstract = AbstractModel # ;-)
# Deprecated, kept for backward compatibility, in particular for audittrail.
class object_proxy(object):
def __init__(self):
import openerp.service.model
# TODO monkeypatch openerp.service.model to call the new object_service instance methods.
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: