← Back to team overview

openerp-india team mailing list archive

[Bug 1052625] Re: _check_paid is not being calculated propertly

 

Hello Jaime,

I have checked this issue but there is no problem with 
if (line.account_id.type in ('receivable', 'payable'))  and not line.reconcile_id

there is not any different in  if (line.account_id.type in ('receivable', 'payable'))  and not line.reconcile_id
,   if line.account_id.type in ('receivable', 'payable')  and not line.reconcile_id both are working as same.
So  I am closing this issue ,  if you have face problem regarding this issue then you can reopen this issue.

Thanks!!!




** Changed in: openobject-addons
       Status: New => Invalid

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

Title:
  _check_paid is not being calculated propertly

Status in OpenERP Addons (modules):
  Invalid

Bug description:
  The _check_paid function in account_voucher.py line 51 has two
  parhentesis that shouldn't be there, the Correct line should be:

  if line.account_id.type in ('receivable', 'payable') and not
  line.reconcile_id

  I don't know how to edit the source code in launchpad, that's why I
  post the bug here

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


References