[ADD]: Images of mrp_operations module.
authorrch-openerp <rch@tinyerp.com>
Mon, 14 Mar 2011 08:47:24 +0000 (14:17 +0530)
committerrch-openerp <rch@tinyerp.com>
Mon, 14 Mar 2011 08:47:24 +0000 (14:17 +0530)
bzr revid: rch@tinyerp.com-20110314084724-ypwalpz95c8wrm2m

addons/mrp_jit/__openerp__.py
addons/mrp_operations/__openerp__.py

index 0cf1111..eee3740 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 ##############################################################################
-#    
+#
 #    OpenERP, Open Source Management Solution
 #    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
 #
@@ -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 <http://www.gnu.org/licenses/>.     
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
 
     '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'],
index 2b75c24..32e9374 100644 (file)
     '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': [