[ADD]: Images of mrp_repair and mrp_subproduct modules.

bzr revid: rch@tinyerp.com-20110314091028-h9lyahjkf6t8d281
This commit is contained in:
rch-openerp 2011-03-14 14:40:28 +05:30
parent d8c123a0df
commit 55334f78ed
2 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,8 @@
'category': 'Custom',
'description': """
The aim is to have a complete module to manage all products repairs. The following topics should be covered by this module:
===========================================================================================================================
* Add/remove products in the reparation
* Impact for stocks
* Invoicing (products and/or services)
@ -34,6 +36,7 @@
* Notes for the technician and for the final customer
""",
'author': 'OpenERP SA',
'images': ['images/repair_order.jpeg'],
'depends': ['mrp', 'sale', 'account'],
'update_xml': [
'security/ir.model.access.csv',

View File

@ -26,6 +26,8 @@
'category': 'Generic Modules/Production',
'description': """
This module allows you to produce several products from one production order.
=============================================================================
You can configure sub-products in the bill of material.
Without this module:
A + B + C -> D
@ -34,6 +36,7 @@ With this module:
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/bom_subproduct.jpeg'],
'depends': ['base', 'mrp'],
'init_xml': [],
'update_xml': [