c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09246
[Bug 556657] Re: o2m list widget string not translated
Hello,
This is fixed in the latest trunk, you can see an example in the Fiscal Position form view (Steuerzuordnung), where the "tax_ids" field contains a redefinition of the tree view, and its title is properly displayed in German as "Steuer Zuordnung":
<field name="tax_ids" colspan="2" widget="one2many_list" nolabel="1">
<tree string="Tax Mapping" editable="bottom">
<field name="tax_src_id" domain="[('parent_id','=',False)]"/>
<field name="tax_dest_id" domain="[('parent_id','=',False)]"/>
</tree>
Thanks,
** Changed in: openobject-server
Status: Confirmed => Fix Released
** Changed in: openobject-server
Milestone: None => 6.0-rc2
--
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 OpenObject Server:
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