[MERGE][FIX] stock: typos in inventory analysis wizard - opw 606933

bzr revid: dle@openerp.com-20140422102816-zw6mqlmr3lt0xwp5
This commit is contained in:
Denis Ledoux 2014-04-22 12:28:16 +02:00
commit dade017d02
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ class stock_location_product(osv.osv_memory):
_columns = {
'from_date': fields.datetime('From'),
'to_date': fields.datetime('To'),
'type': fields.selection([('inventory','Analyse Current Inventory'),
('period','Analyse a Period')], 'Analyse Type', required=True),
'type': fields.selection([('inventory','Analyze current inventory'),
('period','Analyze period')], 'Analysis Type', required=True),
}
def action_open_window(self, cr, uid, ids, context=None):