openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #21036
[Bug 1096920] [NEW] 7.0 survey - none of the text fields are defined as translatable
Public bug reported:
text fields (Page, Question/ Answer / Help etc) should be translatable
to allow usage of surveys in multi-language environment / companies
_columns = {
'page_id': fields.many2one('survey.page', 'Survey Page', ondelete='cascade', required=1),
'question': fields.char('Question', size=128, required=1),
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1096920
Title:
7.0 survey - none of the text fields are defined as translatable
Status in OpenERP Addons (modules):
New
Bug description:
text fields (Page, Question/ Answer / Help etc) should be
translatable to allow usage of surveys in multi-language environment /
companies
_columns = {
'page_id': fields.many2one('survey.page', 'Survey Page', ondelete='cascade', required=1),
'question': fields.char('Question', size=128, required=1),
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1096920/+subscriptions
Follow ups
References