c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01291
[Bug 667166] Re: Action Window called from wizard does not translated
Screen shots
1. Tree view does not translated.
2. Form view translated properly.
** Attachment added: "two screenshot image"
https://bugs.launchpad.net/openobject-addons/+bug/667166/+attachment/1712887/+files/bug.zip
--
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.
References