|
@ -78,7 +78,7 @@ class AccountReportGeneralLedgerWizard(orm.TransientModel): |
|
|
|
|
|
|
|
|
def pre_print_report(self, cr, uid, ids, data, context=None): |
|
|
def pre_print_report(self, cr, uid, ids, data, context=None): |
|
|
data = super(AccountReportGeneralLedgerWizard, self).pre_print_report( |
|
|
data = super(AccountReportGeneralLedgerWizard, self).pre_print_report( |
|
|
cr, uid, ids, data, context) |
|
|
|
|
|
|
|
|
cr, uid, ids, data, context=context) |
|
|
# will be used to attach the report on the main account |
|
|
# will be used to attach the report on the main account |
|
|
data['ids'] = [data['form']['chart_account_id']] |
|
|
data['ids'] = [data['form']['chart_account_id']] |
|
|
vals = self.read(cr, uid, ids, |
|
|
vals = self.read(cr, uid, ids, |
|
|