c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17881
[Bug 726674] Re: "translate" field in "ir.model.fields" never gets used
Hello,
The translation of all fields is not depend on translate=True attribute,
but it is done due to the .po and .pot files for translation.
Here I will give you one small example for specifying the main use of
translate=True. When you will give translate=True in any of the field
declaration, So that field will be seen in gtk with flag. That means if
your system have more than one language installed in it.
Then by clicking on that flag you will have the translation of that
field's value in all languages which are installed in the system.
I have attached the screen shot for your reference, made in product form
view with name field and English and French have been installed in the
system.
Hope you will agree with these, I am closing this bug.
Thanks.
** Attachment added: "translate.png"
https://bugs.launchpad.net/openobject-server/+bug/726674/+attachment/1878240/+files/translate.png
** Changed in: openobject-server
Status: New => Invalid
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/726674
Title:
"translate" field in "ir.model.fields" never gets used
Status in OpenERP Server:
Invalid
Bug description:
"translate" boolean field in "ir.model.fields" object never gets used.
Although in real objects fields are being translated, still the
"translate" field is always False.
References