[FIX] stock_picking_wave: Missing _description
authorCommandant Custo <sve@odoo.com>
Sun, 9 Nov 2014 09:01:13 +0000 (10:01 +0100)
committerCommandant Custo <sve@odoo.com>
Sun, 9 Nov 2014 09:01:13 +0000 (10:01 +0100)
addons/stock_picking_wave/stock_picking_wave.py

index 0082d50..48779f6 100644 (file)
@@ -4,6 +4,7 @@ from openerp.tools.translate import _
 
 class stock_picking_wave(osv.osv):
     _name = "stock.picking.wave"
+    _description = "Picking Wave"
     _order = "name desc"
     _columns = {
         'name': fields.char('Picking Wave Name', required=True, help='Name of the picking wave', copy=False),