← Back to team overview

credativ team mailing list archive

[Bug 908995] [NEW] [POS] : Take Money Out wizard is not working

 

Public bug reported:

while used the Take Money Out wizard i got the trace back :

Traceback (most recent call last):
  File "/home/amit/OpenERP/server/trunk/openerp/osv/osv.py", line 120, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/amit/OpenERP/server/trunk/openerp/osv/osv.py", line 172, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/amit/OpenERP/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/amit/OpenERP/addons/trunk/point_of_sale/wizard/pos_box_out.py", line 85, in get_out
    acc_id = product.property_account_expense or product.categ_id.property_account_expense_categ
AttributeError: 'NoneType' object has no attribute 'property_account_expense_categ'

Thanks,
Amit

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

Title:
  [POS] : Take Money Out wizard is not working

Status in OpenERP Addons (modules):
  New

Bug description:
  while used the Take Money Out wizard i got the trace back :

  Traceback (most recent call last):
    File "/home/amit/OpenERP/server/trunk/openerp/osv/osv.py", line 120, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/amit/OpenERP/server/trunk/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/amit/OpenERP/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/amit/OpenERP/addons/trunk/point_of_sale/wizard/pos_box_out.py", line 85, in get_out
      acc_id = product.property_account_expense or product.categ_id.property_account_expense_categ
  AttributeError: 'NoneType' object has no attribute 'property_account_expense_categ'

  Thanks,
  Amit

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


Follow ups

References