[FIX] stock_picking_wave: Missing _description

This commit is contained in:
Commandant Custo 2014-11-09 10:01:13 +01:00
parent f3b3776128
commit fd59ae55e9
1 changed files with 1 additions and 0 deletions

View 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),