From d8c123a0df97b0a9aa495817e49584a63b9452bc Mon Sep 17 00:00:00 2001 From: rch-openerp Date: Mon, 14 Mar 2011 14:17:24 +0530 Subject: [PATCH] [ADD]: Images of mrp_operations module. bzr revid: rch@tinyerp.com-20110314084724-ypwalpz95c8wrm2m --- addons/mrp_jit/__openerp__.py | 14 +++++++------- addons/mrp_operations/__openerp__.py | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/addons/mrp_jit/__openerp__.py b/addons/mrp_jit/__openerp__.py index 0cf11110ef2..eee374019a7 100644 --- a/addons/mrp_jit/__openerp__.py +++ b/addons/mrp_jit/__openerp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # @@ -15,7 +15,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -26,18 +26,18 @@ 'category': 'Generic Modules/Production', 'description': """ This module allows Just In Time computation of procurement orders. + ================================================================== - If you install this module, you will not have to run the regular procurement - scheduler anymore (but you still need to run the minimum order point rule + If you install this module, you will not have to run the regular procurement + scheduler anymore (but you still need to run the minimum order point rule scheduler, or for example let it run daily.) All procurement orders will be processed immediately, which could in some cases entail a small performance impact. It may also increase your stock size because products are reserved as soon - as possible and the scheduler time range is not taken into account anymore. + as possible and the scheduler time range is not taken into account anymore. In that case, you can not use priorities any more on the different picking. - - + """, 'author': 'OpenERP SA', 'depends': ['procurement'], diff --git a/addons/mrp_operations/__openerp__.py b/addons/mrp_operations/__openerp__.py index 2b75c24229f..32e9374e52d 100644 --- a/addons/mrp_operations/__openerp__.py +++ b/addons/mrp_operations/__openerp__.py @@ -25,15 +25,14 @@ 'version': '1.0', 'category': 'Generic Modules/Production', 'description': """ - This module adds state, date_start,date_stop in production order operation lines - (in the "Work Centers" tab) + This module adds state, date_start,date_stop in production order operation lines (in the "Work Centers" tab). + ============================================================================================================= + State: draft, confirm, done, cancel When finishing/confirming,cancelling production orders set all state lines to the according state Create menus: - Production Management > All Operations - Production Management > All Operations > Operations To Do (state="confirm") - Which is a view on "Work Centers" lines in production order, - editable tree + Manufacturing > Manufacturing > Work Orders + Which is a view on "Work Centers" lines in production order. Add buttons in the form view of production order under workcenter tab: * start (set state to confirm), set date_start @@ -51,6 +50,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/work_order_analysis.jpeg','images/work_order_planning.jpeg','images/work_order.jpeg'], 'depends': ['mrp'], 'init_xml': [], 'update_xml': [