Merge lp:~serpentcs/stock-logistic-report/stock-logistic-report-v7-serpentcs into lp:stock-logistic-report

Proposed by Serpent Consulting Services
Status: Merged
Merged at revision: 6
Proposed branch: lp:~serpentcs/stock-logistic-report/stock-logistic-report-v7-serpentcs
Merge into: lp:stock-logistic-report
Diff against target: 20 lines (+2/-2)
2 files modified
stock_picking_webkit/__init__.py (+1/-1)
stock_picking_webkit/__openerp__.py (+1/-1)
To merge this branch: bzr merge lp:~serpentcs/stock-logistic-report/stock-logistic-report-v7-serpentcs
Reviewer Review Type Date Requested Status
Omar (Pexego) code review Approve
Yannick Vaucher @ Camptocamp Approve
Pedro Manuel Baeza code review, no test Approve
Review via email: mp+189819@code.launchpad.net
To post a comment you must log in.
5. By Nishant Jogi (Serpent Consulting Services)

[MIGRATE] Import statement corrected as per V7.

Revision history for this message
Pedro Manuel Baeza (pedro.baeza) :
review: Approve (code review, no test)
Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) :
review: Approve
Revision history for this message
Omar (Pexego) (omar7r) wrote :

LGTM

review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock_picking_webkit/__init__.py'
2--- stock_picking_webkit/__init__.py 2013-04-09 14:16:53 +0000
3+++ stock_picking_webkit/__init__.py 2013-10-08 11:33:32 +0000
4@@ -19,4 +19,4 @@
5 #
6 ##############################################################################
7
8-import report
9+from . import report
10
11=== modified file 'stock_picking_webkit/__openerp__.py'
12--- stock_picking_webkit/__openerp__.py 2013-04-09 14:16:53 +0000
13+++ stock_picking_webkit/__openerp__.py 2013-10-08 11:33:32 +0000
14@@ -31,5 +31,5 @@
15 'depends': ['base', 'report_webkit', 'base_headers_webkit', 'stock', 'delivery'],
16 'data': ['report.xml'],
17 'installable': True,
18- 'active': False,
19+ 'auto_install': False,
20 }

Subscribers

People subscribed via source and target branches