Merge lp:~openerp-dev/openobject-addons/trunk-wms-1271466-csn into lp:~openerp-dev/openobject-addons/trunk-wms

Proposed by Cedric Snauwaert (OpenERP)
Status: Merged
Merged at revision: 9533
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-wms-1271466-csn
Merge into: lp:~openerp-dev/openobject-addons/trunk-wms
Diff against target: 31 lines (+0/-10)
2 files modified
mrp/res_config.py (+0/-6)
mrp/res_config_view.xml (+0/-4)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-wms-1271466-csn
Reviewer Review Type Date Requested Status
qdp (OpenERP) Pending
Review via email: mp+202676@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mrp/res_config.py'
2--- mrp/res_config.py 2013-11-29 16:56:44 +0000
3+++ mrp/res_config.py 2014-01-22 14:15:43 +0000
4@@ -44,12 +44,6 @@
5 'Without this module: A + B + C -> D.\n'
6 'With this module: A + B + C -> D + E.\n'
7 '-This installs the module mrp_byproduct.'),
8- 'module_stock_no_autopicking': fields.boolean("Manage manual picking to fulfill manufacturing orders ",
9- help='This module allows an intermediate picking process to provide raw materials to production orders.\n'
10- 'For example to manage production made by your suppliers (sub-contracting).\n'
11- 'To achieve this, set the assembled product which is sub-contracted to "No Auto-Picking" '
12- 'and put the location of the supplier in the routing of the assembly operation.\n'
13- '-This installs the module stock_no_autopicking.'),
14 'group_mrp_routings': fields.boolean("Manage routings and work orders ",
15 implied_group='mrp.group_mrp_routings',
16 help='Routings allow you to create and manage the manufacturing operations that should be followed '
17
18=== modified file 'mrp/res_config_view.xml'
19--- mrp/res_config_view.xml 2013-09-03 10:17:36 +0000
20+++ mrp/res_config_view.xml 2014-01-22 14:15:43 +0000
21@@ -35,10 +35,6 @@
22 <field name="module_mrp_repair" class="oe_inline"/>
23 <label for="module_mrp_repair"/>
24 </div>
25- <div>
26- <field name="module_stock_no_autopicking" class="oe_inline"/>
27- <label for="module_stock_no_autopicking" />
28- </div>
29 </div>
30 </group>
31 <group >