OpenERP bug Stable 7.0: Traceback on Accouting

Bug #1219675 reported by Давид
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Expired
Undecided
Unassigned

Bug Description

Server Traceback (most recent call last):
  File "/home/buggyopenerp/source/7.0/williams/web/addons/web/session.py", line 89, in send
    return openerp.netsvc.dispatch_rpc(service_name, method, args)
  File "/home/buggyopenerp/source/7.0/williams/server/openerp/netsvc.py", line 292, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/buggyopenerp/source/7.0/williams/server/openerp/service/web_services.py", line 626, in dispatch
    res = fn(db, uid, *params)
  File "/home/buggyopenerp/source/7.0/williams/server/openerp/osv/osv.py", line 188, in execute_kw
    return self.execute(db, uid, obj, method, *args, **kw or {})
  File "/home/buggyopenerp/source/7.0/williams/server/openerp/osv/osv.py", line 131, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/buggyopenerp/source/7.0/williams/server/openerp/osv/osv.py", line 197, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/buggyopenerp/source/7.0/williams/server/openerp/osv/osv.py", line 185, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/buggyopenerp/source/7.0/williams/addons/account_voucher/account_voucher.py", line 565, in onchange_journal_voucher
    vals = self.onchange_journal(cr, uid, ids, journal_id, line_ids, tax_id, partner_id, time.strftime('%Y-%m-%d'), price, ttype, company_id, context)
  File "/home/buggyopenerp/source/7.0/williams/addons/account_voucher/account_voucher.py", line 918, in onchange_journal
    if context.get('payment_expected_currency') and currency_id != context.get('payment_expected_currency'):
AttributeError: 'NoneType' object has no attribute 'get'

When creating voucher bug is generate.

thanks,

Revision history for this message
Twinkle Christian(OpenERP) (tch-openerp) wrote :

Hello,

when I am creating voucher I am not facing any traceback, So , Would you please provide any video or some proper steps to reproduce it?

Thanks & waiting for your answer.

Changed in openobject-addons:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for OpenERP Addons because there has been no activity for 60 days.]

Changed in openobject-addons:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.