← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~agilebg/purchase-report/7_fix_cannot_import_name_purchase_order into lp:purchase-report

 

Lorenzo Battistini - Agile BG has proposed merging lp:~agilebg/purchase-report/7_fix_cannot_import_name_purchase_order into lp:purchase-report.

Requested reviews:
  Purchase Core Editors (purchase-core-editors)

For more details, see:
https://code.launchpad.net/~agilebg/purchase-report/7_fix_cannot_import_name_purchase_order/+merge/223531

[FIX] purchase-report-7.0/purchase_order_webkit/__init__.py", line 31, in <module>
    from . import purchase_order
ImportError: cannot import name purchase_order
-- 
https://code.launchpad.net/~agilebg/purchase-report/7_fix_cannot_import_name_purchase_order/+merge/223531
Your team Purchase Core Editors is requested to review the proposed merge of lp:~agilebg/purchase-report/7_fix_cannot_import_name_purchase_order into lp:purchase-report.
=== modified file 'purchase_order_webkit/__init__.py'
--- purchase_order_webkit/__init__.py	2014-04-16 07:35:50 +0000
+++ purchase_order_webkit/__init__.py	2014-06-18 10:02:23 +0000
@@ -28,4 +28,3 @@
 ##############################################################################
 
 from . import report
-from . import purchase_order
\ No newline at end of file


References