c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01290
[Bug 667166] [NEW] Action Window called from wizard does not translated
Public bug reported:
'ir.actions.act_window' called from wizard does not translated.
addons/account/wizard/account_journal_move.py line 166
return {
'name': name,
'view_type': 'form',
'view_mode': 'tree,graph,form',
'res_model': 'account.move.line',
'view_id': False,
'context': "{'visible_id':%s, 'search_default_journal_id':%d, 'search_default_period_id':%d}" % (journal_id, journal_id, period_id),
'type': 'ir.actions.act_window',
'search_view_id': res_id
}
The opened "Journal Items" display has not translated. But select one of
them and go to form view translation seems OK.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
Action Window called from wizard does not translated
https://bugs.launchpad.net/bugs/667166
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: New
Bug description:
'ir.actions.act_window' called from wizard does not translated.
addons/account/wizard/account_journal_move.py line 166
return {
'name': name,
'view_type': 'form',
'view_mode': 'tree,graph,form',
'res_model': 'account.move.line',
'view_id': False,
'context': "{'visible_id':%s, 'search_default_journal_id':%d, 'search_default_period_id':%d}" % (journal_id, journal_id, period_id),
'type': 'ir.actions.act_window',
'search_view_id': res_id
}
The opened "Journal Items" display has not translated. But select one of them and go to form view translation seems OK.
Follow ups
References