c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #10427
[Bug 696204] [NEW] [6.0] report_aged_receivable missing company_id
Public bug reported:
account_report.py
appart from the wrong SUM(credit-debit) - should be (debit - credit)
the SQL statement in
def _calc_bal
is not restricting the selection to the "actual company"
I think this report does not care about company at all
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/696204
Title:
[6.0] report_aged_receivable missing company_id
Status in OpenObject Addons Modules:
New
Bug description:
account_report.py
appart from the wrong SUM(credit-debit) - should be (debit - credit)
the SQL statement in
def _calc_bal
is not restricting the selection to the "actual company"
I think this report does not care about company at all
Follow ups
References