[FIX] en_US typos - opw 606933

bzr revid: acl@openerp.com-20140422073826-0w9ne38ub8nh7p4v
This commit is contained in:
Anael Closson 2014-04-22 09:38:26 +02:00
parent 89fd1bede4
commit 1ddeaa57a6
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):