c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24947
[Bug 776493] Re: Products more than 10000 slow down the printing of Location Content report
** Changed in: openobject-server
Importance: Undecided => Wishlist
** Changed in: openobject-server
Status: New => Confirmed
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
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/776493
Title:
Products more than 10000 slow down the printing of Location Content
report
Status in OpenERP Server:
Confirmed
Bug description:
Hello,
Printing of "Location Content" report from the right pane of "Stock by Location" taking a long time to produce the report, and sometimes it will not produce the pdf at all when the number of product is in range of 10000. I think it is running the function "process" on "addons/stock/report/lot_overview_all.py". This function is calling the "_product_get_all_report function on "addons/stock/stock.py" which is calling "_product_get_report" function on same file. In _product_get_report function, it is looping all the 10000+ products which slow down the printing of report. Please check and improve the performance of this function.
Thank you.
References