[FIX] fixed
authorHarry (Open ERP) <hmo@tinyerp.com>
Wed, 31 Mar 2010 15:13:08 +0000 (20:43 +0530)
committerHarry (Open ERP) <hmo@tinyerp.com>
Wed, 31 Mar 2010 15:13:08 +0000 (20:43 +0530)
bzr revid: hmo@tinyerp.com-20100331151308-fv9wxm7456fnjure

addons/crm/__terp__.py
addons/mail_gateway/mail_gateway.py
addons/project_issue/__terp__.py

index ef5b80c..b2a40c8 100644 (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',
index 087a413..6a7df28 100644 (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':
index c4187ab..03ec9e2 100644 (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',