← Back to team overview

openerp-india team mailing list archive

[Bug 1066289] Re: account_financial_report_webkit: error on Trial Balance report

 

Hello,

We found something to potentially correct this bug:

In the file addons/account_financial_webkit/report/common_reports.py

Line 367, modify the method
    def _compute_initial_balances(self, account_ids, start_period, fiscalyear):


Replace:

        bs_period_ids = self._get_period_range_from_start_period(start_period, include_opening=True,
                                                                 stop_at_previous_opening=True)
        

by

        bs_period_ids = self._get_period_range_from_start_period(start_period, fiscalyear=fiscalyear,   include_opening=True,
                                                                 stop_at_previous_opening=True)

(add fiscalyear=fiscalyear).

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

Title:
  account_financial_report_webkit: error on Trial Balance report

Status in OpenERP Account Financial Report:
  Triaged
Status in OpenERP Addons (modules):
  Won't Fix

Bug description:
  Hello,

  I constated the following error:

  When you display the Trial Balance and set a fiscal year in the
  filter, amounts from account move lines that are not linked to this
  fiscal year are included int the amounts.

  I use the module account_financial_report_webkit.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-financial-report/+bug/1066289/+subscriptions


References