← Back to team overview

openerp-india team mailing list archive

[Bug 1066066] Re: res_partner.credit and debit do not always return correct values

 

yes

the code is in
http://bazaar.launchpad.net/~c2c/c2c-rd-addons/6.1/files/head:/c2c_account_payment_extension/

./c2c_account_payment_extension/wizard/account_payment_order.py
 
~line 105


pls look also at
 https://bugs.launchpad.net/openobject-addons/+bug/1066066

-- 
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/1066066

Title:
  res_partner.credit and debit do not always return correct values

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  for line in account_move_line_obj.browse(cr, uid, ids) :

  line.partner_id.credit is always 0

  line.partner_id.debit
            positive value => credit
            negative value => debit

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


References