← Back to team overview

openerp-india team mailing list archive

[Bug 932184] Re: [Extra-addons]in asterisk_click2dial openerp 6.1rc1 when dial get TypeError: cannot marshal None unless allow_none is enabled

 

Hello Jan,

"asterisk_click2dial" is part of the extra-addons, which are maintained
by the community, including all the modules created by "OpenERP" or
"Tiny", as none of these are actively developed by our teams anymore.

I have checked the code. Yes, you are right we need to return True for
both of this method because in current code return nothing.

So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment.

Or you can contact to the related author for this.

Thank you!

** Changed in: openobject-addons
       Status: New => Won't Fix

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

Title:
  [Extra-addons]in asterisk_click2dial openerp 6.1rc1 when dial get
  TypeError: cannot marshal None unless allow_none is enabled

Status in OpenERP Addons (modules):
  Won't Fix

Bug description:
  the module asterisk_click2dial from openobject-addons/extra-trunk launch the error "TypeError: cannot marshal None unless allow_none is enabled" when click in the client gtk the button dial in partner form.
  i resolve with a "return True" at the end of these functions:

      def action_dial_phone(self, cr, uid, ids, context=None):

      def action_dial_mobile(self, cr, uid, ids, context=None):

  i use ubuntu 11.10 x86_64
  openerp 6.1rc1

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


References