[IMP]Improved breadcrumb value in 'Configuration Wizards'

bzr revid: pza@tinyerp.com-20131106115451-ydla3eu4awa2361m
This commit is contained in:
Pooja Zankhariya (OpenERP) 2013-11-06 16:54:51 +05:00
parent 0913c862ee
commit 5fb1ad225e
1 changed files with 3 additions and 0 deletions

View File

@ -1018,6 +1018,9 @@ Launch Manually Once: after having been launched manually, it sets automatically
}
_order="sequence,id"
def name_get(self, cr, uid, ids, context=None):
return [(action["id"], "%s" % (action['action_id'][1])) for action in self.read(cr, uid, ids, ['action_id'], context=context)]
def action_launch(self, cr, uid, ids, context=None):
""" Launch Action of Wizard"""
wizard_id = ids and ids[0] or False