← Back to team overview

openerp-india team mailing list archive

[Bug 1013290] Re: account - group by period gives wrong results

 

Hello Ferdinand,

I have checked all possibility with this bug, but I didn't face any
difference with GTK and web client.

I have changed on create_period method on account.py like  'name': ds.strftime('%Y%m')  inplace of 'name': ds.strftime('%m/%Y').
Also I have tried with move.period_id != move_line.period_id (I changed the account_move date directly on database). But fortunately It gives same result.

Additionally period id is related field on account_move object with
account_move_line object. So as a generalise way every time account_move
and account_move_line has a same period_id. So we can not consider this
as a bug.

If you found any proper usecase at that time account_move_line period
and account_move period has different then you can reopen this bug with
proper steps.

Thank you!

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

** Changed in: openobject-server
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1013290

Title:
  account - group by period gives wrong results

Status in OpenERP Addons (modules):
  Invalid
Status in OpenERP Server:
  Invalid

Bug description:
  pls see screenshot

  Note
  period names have the format YYYYMM

  on the leftside you see periods starting with 200901  to 201203

  clicking on group by Period

  I only see 3 periods  - which is wrong (probably due to the fact that
  period_id is a related field

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


References