Saturday, May 28, 2016
1 change · master
Enhancements to existing features
Point of Sale reports are updated to use prepared data instead of calculating information while printing, reducing delays when generating reports. Obsolete and unused report components were also removed to simplify the reporting area.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web#id=21481&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.6cc9204e241f086a53cae6b2987e6a76 Current behavior before PR: - Performance issues, report calls functions to print data Desired behavior after PR is merged: - Report will have ready data to print - Removed unused report/pos_receipt.py file - Removed useless 'User's Product' report ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr