← Back to team overview

openerp-community-reviewer team mailing list archive

[Bug 1172156] Re: [trunk/7.0]format_layout from model res.partner.bank.type must not be translated

 

** Changed in: ocb-server/6.1
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of OpenERP
Community Backports Team, which is subscribed to OpenERP Community
Backports (Server).
https://bugs.launchpad.net/bugs/1172156

Title:
  [trunk/7.0]format_layout from model res.partner.bank.type must not be
  translated

Status in OpenERP Community Backports (Server):
  New
Status in OpenERP Community Backports (Server) 6.1 series:
  Fix Released
Status in OpenERP Server:
  Confirmed

Bug description:
  The format layout field that is used to format the name_get text of the "res.partner.bank.type" model  must not be translated.
  After editing this text, in the data xml or directly the database, you have to delete the translation linked to this field to make your changes effective.

  eg: Try to remove the BIC part from iban, edit base_iban_data.xml from
  base_iban

  from:
    <field name="format_layout">%(bank_name)s: IBAN %(acc_number)s - BIC %(bank_bic)s</field>
  to:
    <field name="format_layout">%(bank_name)s: IBAN %(acc_number)s</field>

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-server/+bug/1172156/+subscriptions