From 4bc20f2e2fdd9596d8ea44837b6f4ac167add17a Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Fri, 23 Aug 2013 11:22:31 +0200 Subject: [PATCH] [MERGE] backport of revision 8862 mrp, sale_stock: minor usability improvements + properties in sale order lines bzr revid: mat@openerp.com-20130823092231-w5aet41ivk4f7nd9 --- addons/mrp/mrp_view.xml | 8 ++++---- addons/mrp/res_config.py | 4 ++-- addons/mrp_repair/mrp_repair_view.xml | 2 +- addons/mrp_repair/wizard/mrp_repair_make_invoice_view.xml | 2 +- addons/product_manufacturer/product_manufacturer_view.xml | 2 +- addons/sale/security/sale_security.xml | 1 + addons/sale_stock/sale_stock.py | 1 + 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index 08ac487566a..31570a5e9ec 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -189,7 +189,7 @@ - + @@ -248,7 +248,7 @@ mrp.routing.workcenter
- + @@ -280,7 +280,7 @@ - + @@ -1006,7 +1006,7 @@ - Work Center + Work Centers ir.actions.act_window mrp.workcenter form diff --git a/addons/mrp/res_config.py b/addons/mrp/res_config.py index c780576099c..cb5c35a3b0d 100644 --- a/addons/mrp/res_config.py +++ b/addons/mrp/res_config.py @@ -37,7 +37,7 @@ class mrp_config_settings(osv.osv_memory): * Repair quotation report * Notes for the technician and for the final customer. This installs the module mrp_repair."""), - 'module_mrp_operations': fields.boolean("Allow detailed planning of work order", + 'module_mrp_operations': fields.boolean("Allow detailed planning of work orders", help="""This allows to add state, date_start,date_stop in production order operation lines (in the "Work Centers" tab). This installs the module mrp_operations."""), 'module_mrp_byproduct': fields.boolean("Produce several products from one manufacturing order", @@ -61,7 +61,7 @@ class mrp_config_settings(osv.osv_memory): help="""Routings allow you to create and manage the manufacturing operations that should be followed within your work centers in order to produce a product. They are attached to bills of materials that will define the required raw materials."""), - 'group_mrp_properties': fields.boolean("Allow several bill of materials per products using properties", + 'group_mrp_properties': fields.boolean("Allow several bill of materials per product using properties", implied_group='product.group_mrp_properties', help="""The selection of the right Bill of Material to use will depend on the properties specified on the sales order and the Bill of Material."""), 'module_product_manufacturer': fields.boolean("Define manufacturers on products ", diff --git a/addons/mrp_repair/mrp_repair_view.xml b/addons/mrp_repair/mrp_repair_view.xml index a4526b5b581..b7a667ce308 100644 --- a/addons/mrp_repair/mrp_repair_view.xml +++ b/addons/mrp_repair/mrp_repair_view.xml @@ -31,7 +31,7 @@