[FIX] ir_attachment missing logger

bzr revid: al@openerp.com-20130131144525-msftyc0hn257g9t8
This commit is contained in:
Antony Lesuisse 2013-01-31 15:45:25 +01:00
parent 0ad34228e2
commit 8ef1f06c0f
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ import re
from openerp import tools
from openerp.osv import fields,osv
_logger = logging.getLogger(__name__)
class ir_attachment(osv.osv):
"""Attachments are used to link binary files or url to any openerp document.