← Back to team overview

openerp-india team mailing list archive

[Bug 973912] Re: base_sale_multichannels again broken

 

Hello Kyle,

"base_sale_multichannel" 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.

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. If you require further assistance with any similar
trouble while updating the module, do not hesitate to ask here or via a
question: https://answers.launchpad.net/openobject-addons

I hope you understand, and perhaps this explanation will be helpful to
you if you start fixing this extra-addon...

Thank you!

PS: For whomever works on fixing this, you probably want to apply/merge your changes in both the 6.0, and trunk branches of extra-addons:
https://code.launchpad.net/~openerp-commiter/openobject-addons/extra-6.0
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons


** Summary changed:

- base_sale_multichannels again broken
+ [extra-addons]base_sale_multichannels again broken

** 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/973912

Title:
  [extra-addons]base_sale_multichannels again broken

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

Bug description:
  2012-04-05 02:46:30,651 22335 ERROR ? openerp.osv.osv: Uncaught exception
  Traceback (most recent call last):
    File "/usr/local/openerp/6.1/openerp-server/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/usr/local/openerp/6.1/openerp-server/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/usr/local/openerp/6.1/openerp-server/openerp/osv/osv.py", line 164, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/usr/local/openerp/6.1/addons/base_sale_multichannels/sale.py", line 326, in import_orders
      self.import_shop_orders(cr, uid, shop, defaults, context)
    File "/usr/local/openerp/6.1/addons/magentoerpconnect/sale.py", line 153, in import_shop_orders
      context=ctx)
    File "/usr/local/openerp/6.1/addons/magentoerpconnect/sale.py", line 715, in mage_import_base
      result = self.mage_import_one_by_one(cr, uid, conn, external_referential_id, mapping_id[0], order_ids_filtred, defaults, context)
    File "/usr/local/openerp/6.1/addons/magentoerpconnect/magerp_osv.py", line 279, in mage_import_one_by_one
      rec_result = self.ext_import(cr, uid, rec_data, external_referential_id, defaults, context)
    File "/usr/local/openerp/6.1/addons/magentoerpconnect/sale.py", line 662, in ext_import
      res = super(sale_order, self).ext_import(order_cr, uid, data, external_referential_id, defaults=defaults, context=context)
    File "/usr/local/openerp/6.1/addons/base_external_referentials/external_osv.py", line 514, in ext_import
      external_referential_id, context=context)
    File "/usr/local/openerp/6.1/addons/base_sale_multichannels/sale.py", line 606, in after_oe_create
      external_referential_id, context=context)
    File "/usr/local/openerp/6.1/addons/base_sale_multichannels/sale.py", line 591, in oe_status_and_paid
      self.oe_status(cr, uid, order_id, is_paid, context)
    File "/usr/local/openerp/6.1/addons/base_sale_multichannels/sale.py", line 765, in oe_status
      invoice_id = self.browse(cr, uid, order.id).invoice_ids[0].id
  IndexError: list index out of range

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


References