← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~camptocamp/openerp-humanitarian-ngo/fix-unmerged-dependency into lp:openerp-humanitarian-ngo

 

Nicolas Bessi - Camptocamp has proposed merging lp:~camptocamp/openerp-humanitarian-ngo/fix-unmerged-dependency into lp:openerp-humanitarian-ngo.

Requested reviews:
  OpenERP for Humanitarian Core Editors (humanitarian-core-editors)

For more details, see:
https://code.launchpad.net/~camptocamp/openerp-humanitarian-ngo/fix-unmerged-dependency/+merge/205209

[FIX] missing sale_ownership module that was not merged in community addons.
At that time the module was a simple manifest that adds some dependences.
-- 
https://code.launchpad.net/~camptocamp/openerp-humanitarian-ngo/fix-unmerged-dependency/+merge/205209
Your team OpenERP for Humanitarian Core Editors is requested to review the proposed merge of lp:~camptocamp/openerp-humanitarian-ngo/fix-unmerged-dependency into lp:openerp-humanitarian-ngo.
=== modified file 'logistic_order/__openerp__.py'
--- logistic_order/__openerp__.py	2013-08-29 12:28:58 +0000
+++ logistic_order/__openerp__.py	2014-02-06 16:24:04 +0000
@@ -35,7 +35,9 @@
              "sale_validity",
              "transport_plan",
              "delivery",
-             "sale_ownership",
+             "stock_location_ownership",
+             "sale_sourced_by_line",
+             "sale_dropshipping",
              "sale_order_webkit",
              ],
  "demo": [],


Follow ups