Amit Parik (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-999015-amp into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #999015 in OpenERP Addons: "Translation missing in DMS options"
https://bugs.launchpad.net/openobject-addons/+bug/999015
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-999015-amp/+merge/105625
Directory name can not be translated, we have to make name field translatable.
This fix will solved issue.
Thanks!
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-999015-amp/+merge/105625
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-999015-amp.
=== modified file 'document/document_directory.py'
--- document/document_directory.py 2011-12-19 16:54:40 +0000
+++ document/document_directory.py 2012-05-14 09:32:20 +0000
@@ -31,7 +31,7 @@
_description = 'Directory'
_order = 'name'
_columns = {
- 'name': fields.char('Name', size=64, required=True, select=1),
+ 'name': fields.char('Name', size=64, required=True, translate=True, select=1),
'write_date': fields.datetime('Date Modified', readonly=True),
'write_uid': fields.many2one('res.users', 'Last Modification User', readonly=True),
'create_date': fields.datetime('Date Created', readonly=True),
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp