add initial_balance in context
parent
5a9a566b2d
commit
5062a9f53f
|
@ -576,7 +576,7 @@ class mis_report_instance_period(orm.Model):
|
||||||
search_ctx.update({'date_from': c.date_from,
|
search_ctx.update({'date_from': c.date_from,
|
||||||
'date_to': c.date_to})
|
'date_to': c.date_to})
|
||||||
|
|
||||||
# TODO: initial balance?
|
search_ctx['initial_bal'] = True
|
||||||
# TODO: use child of company_id?
|
# TODO: use child of company_id?
|
||||||
account_ids = account_obj.search(
|
account_ids = account_obj.search(
|
||||||
cr, uid,
|
cr, uid,
|
||||||
|
|
Loading…
Reference in New Issue