c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #30515
[Bug 783915] Re: Entries analysis: current year and period filters doesn't work in
This bug is being closed as Won't Fix in the OpenERP Web Client project, as it is not going to be developed further after the 6.0 series. It will be replaced in 6.1 by a newer and better web frontend known as the OpenERP Web project[1], so further R&D efforts on the 6.0 project would be wasted.
Bugs affecting customers in production of course continue to be handled via the OpenERP Enterprise (OPW) maintenance service.
You can find more details about this in the Bug Management FAQ[2].
** Changed in: openobject-client-web
Importance: Medium => Undecided
** Changed in: openobject-client-web
Status: Confirmed => Won't Fix
** Changed in: openobject-client-web
Assignee: OpenERP R&D Web Team (openerp-dev-web) => (unassigned)
--
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/783915
Title:
Entries analysis: current year and period filters doesn't work in
Status in OpenERP Web Client:
Won't Fix
Bug description:
Observed in trunk and v6
To reproduce: create two account moves, one in the current period and
one in a previous one. Go to Account/Statistics/entries analysis and
try the "current year" and "current period" buttons. There is no
effect.
This has to do with stuff going on in
http://bazaar.launchpad.net/~openerp/openobject-addons/trunk/view/head:/account/report/account_entries_report_view.xml#L77
pressing the "this period" button sets che context, whereas in
http://bazaar.launchpad.net/~openerp/openobject-
addons/trunk/view/head:/account/report/account_entries_report.py#L83
not the context, but the domain search args are used.
Changing the xml to set the args instead of the context quickly fixes that, i.e. substituting line
http://bazaar.launchpad.net/~openerp/openobject-addons/trunk/view/head:/account/report/account_entries_report_view.xml#L77
with
domain="[('period_id','=','current_period')]"
Still, before proposing a merge, can someone come up with something
cleaner that writing strange stuff into "args" and then deleting it in
the 'search' method?
Thanks a lot
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/783915/+subscriptions
References