← Back to team overview

credativ team mailing list archive

[Bug 907698] [NEW] can't open Install Outlook Plug-In wizard

 

Public bug reported:

Install a outlook
Now go to Sales/Configuration/Plugins/Install Outlook Plug-In  Open it
so it's give a Error 

Traceback (most recent call last):
  File "/home/mma/home/workplace/rdtools/server/trunk/openerp/osv/osv.py", line 120, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/mma/home/workplace/rdtools/server/trunk/openerp/osv/osv.py", line 172, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/mma/home/workplace/rdtools/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/mma/home/workplace/rdtools/addons/trunk/outlook/installer.py", line 35, in default_get
    file = open(addons.get_module_resource('outlook','static','openerp-outlook-plugin','OpenERPOutlookPluginSetup','Release','OpenERPOutlookPluginSetup.msi'), 'r')
TypeError: coercing to Unicode: need string or buffer, bool found

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/907698

Title:
  can't open Install Outlook Plug-In wizard

Status in OpenERP Addons (modules):
  New

Bug description:
  Install a outlook
  Now go to Sales/Configuration/Plugins/Install Outlook Plug-In  Open it
  so it's give a Error 

  Traceback (most recent call last):
    File "/home/mma/home/workplace/rdtools/server/trunk/openerp/osv/osv.py", line 120, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/mma/home/workplace/rdtools/server/trunk/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/mma/home/workplace/rdtools/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/mma/home/workplace/rdtools/addons/trunk/outlook/installer.py", line 35, in default_get
      file = open(addons.get_module_resource('outlook','static','openerp-outlook-plugin','OpenERPOutlookPluginSetup','Release','OpenERPOutlookPluginSetup.msi'), 'r')
  TypeError: coercing to Unicode: need string or buffer, bool found

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/907698/+subscriptions


Follow ups

References