← Back to team overview

credativ team mailing list archive

[Bug 899022] [NEW] Account voucher: Create sales voucher with tax

 

Public bug reported:

I create voucher with tax, giving an error:

tax_data = tax_obj.browse(cr, uid, [move_line['account_tax_id']], context=context)[0]
NameError: global name 'tax_obj' is not defined

Thanks,
Mustufa

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

Title:
  Account voucher: Create sales voucher with tax

Status in OpenERP Addons (modules):
  New

Bug description:
  I create voucher with tax, giving an error:

  tax_data = tax_obj.browse(cr, uid, [move_line['account_tax_id']], context=context)[0]
  NameError: global name 'tax_obj' is not defined

  Thanks,
  Mustufa

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


Follow ups

References