[ADD]: Images of mrp_operations module.

bzr revid: rch@tinyerp.com-20110314084724-ypwalpz95c8wrm2m
This commit is contained in:
rch-openerp 2011-03-14 14:17:24 +05:30
parent 29ddf8890e
commit d8c123a0df
2 changed files with 13 additions and 13 deletions

View 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/>.
#
##############################################################################
@ -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'],

View File

@ -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': [