[IMP] Added missing vim mode lines
[odoo/odoo.git] / addons / mrp_repair / __openerp__.py
index 12a796b..a1f060c 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 ##############################################################################
-#    
+#
 #    OpenERP, Open Source Management Solution
 #    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
 #
 #    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/>.
 #
 ##############################################################################
 
 
 {
-    'name': 'Products Repairs Module - Manage All products Repairs',
+    'name': 'Repairs',
     'version': '1.0',
-    'category': 'Custom',
+    'category': 'Manufacturing',
     '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)
-           * Warranty concept
-           * Repair quotation report
-           * Notes for the technician and for the final customer           
+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)
+    * Warranty concept
+    * Repair quotation report
+    * Notes for the technician and for the final customer
 """,
-    'author': 'Tiny',
-    'depends': ['base', 'sale', 'account'],
+    'author': 'OpenERP SA',
+    'images': ['images/repair_order.jpeg'],
+    'depends': ['mrp', 'sale', 'account'],
     'update_xml': [
         'security/ir.model.access.csv',
-        'mrp_repair_sequence.xml',        
+        'security/mrp_repair_security.xml',
+        'mrp_repair_sequence.xml',
         'wizard/mrp_repair_cancel_view.xml',
         'wizard/mrp_repair_make_invoice_view.xml',
         'mrp_repair_view.xml',
@@ -45,6 +49,7 @@
         'mrp_repair_report.xml',
     ],
     'demo_xml': [],
+    'test': ['test/test_mrp_repair.yml', 'test/mrp_repair_report.yml','test/mrp_repair_cancel.yml'],
     'installable': True,
     'active': False,
     'certificate': '0060814381277',