← Back to team overview

openerp-india team mailing list archive

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

 

Public bug reported:

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

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

-- 
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:
  in asterisk_click2dial openerp 6.1rc1 when dial get TypeError: cannot
  marshal None unless allow_none is enabled

Status in OpenERP Addons (modules):
  New

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


Follow ups

References