← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 869841] [NEW] could not create invoice line if account_analytic_default is installed

 

Public bug reported:

Steps:
install account_analytic_default
Create invoice(customer or supplier)
try to create invoice line


Traceback (most recent call last):
  File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 120, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 172, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
TypeError: product_id_change() takes at most 15 arguments (16 given)

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

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/869841

Title:
  could not create invoice line if account_analytic_default is installed

Status in OpenERP Addons (modules):
  New

Bug description:
  Steps:
  install account_analytic_default
  Create invoice(customer or supplier)
  try to create invoice line

  
  Traceback (most recent call last):
    File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 120, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
  TypeError: product_id_change() takes at most 15 arguments (16 given)

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


Follow ups

References