diff --git a/addons/purchase/report/__init__.py b/addons/purchase/report/__init__.py index 65d4fb0bc65..0ec2c3ca9ef 100644 --- a/addons/purchase/report/__init__.py +++ b/addons/purchase/report/__init__.py @@ -19,8 +19,6 @@ # ############################################################################## -import order -import request_quotation import purchase_report # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: