[FIX] fixed

bzr revid: hmo@tinyerp.com-20100331151308-fv9wxm7456fnjure
This commit is contained in:
Harry (Open ERP) 2010-03-31 20:43:08 +05:30
parent 0df4600ac1
commit 5c99689734
3 changed files with 4 additions and 3 deletions

View File

@ -70,6 +70,7 @@ between mails and Open ERP.""",
'crm_lead_menu.xml',
'crm_meeting_wizard.xml',
'crm_meeting_view.xml',
'crm_meeting_menu.xml',
'crm_phonecall_wizard.xml',
'crm_phonecall_view.xml',
'crm_phonecall_menu.xml',

View File

@ -262,7 +262,7 @@ class mail_gateway(osv.osv):
if part.get_content_maintype()=='text':
buf = part.get_payload(decode=True)
if buf:
txt = self._to_decode(buf, part.get_charsets)
txt = self._to_decode(buf, part.get_charsets())
txt = re.sub("<(\w)>", replace, txt)
txt = re.sub("<\/(\w)>", replace, txt)
if txt and part.get_content_subtype() == 'plain':

View File

@ -41,8 +41,8 @@
'update_xml': [
'project_issue_wizard.xml',
'project_issue_view.xml',
# 'project_issue_menu.xml',
# 'project_feature_menu.xml',
'project_issue_menu.xml',
'project_feature_menu.xml',
'report/project_issue_report_view.xml',
'security/project_issue_security.xml',
'security/ir.model.access.csv',