c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13461
[Bug 556657] Re: o2m list widget string not translated
Some sums did not appear as translated until I applied the fix attached
here. I can send screen shots and source code if you don't believe me.
The problem with the attached patch is that it also includes the code
for fixing https://bugs.launchpad.net/openobject-server/+bug/663775,
since they are intertwined. Let me know if you need me to create a
patch from a clean source tree.
Thanks for taking care of this!
** Patch added: "Patch fixing both "string" and "sum""
https://bugs.launchpad.net/openobject-server/5.0/+bug/556657/+attachment/1800525/+files/osv_translate_fix.diff
--
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/556657
Title:
o2m list widget string not translated
Status in OpenERP Server:
Fix Released
Status in OpenERP Server 5.0 series:
Confirmed
Status in OpenERP Server 6.0 series:
Fix Released
Bug description:
in py file
'stock_dispo_production_sale_ids' : one2many_sale('chricar.stock_dispo_production','order_line_id','To Sell', \
in xml
<field colspan="2" name="stock_dispo_production_sale_ids" nolabel="1" widget="one2many_list">
<tree string="Sale" editable="bottom">
the string 'Sale' is in the translation table but not displayed in
German