c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22708
[Bug 768849] Re: unable to fix translation error without breaking installations
** Changed in: openobject-server
Importance: Undecided => Wishlist
** Changed in: openobject-server
Status: New => Confirmed
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
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/768849
Title:
unable to fix translation error without breaking installations
Status in OpenERP Server:
Confirmed
Bug description:
I just discovered in my DB and in LP
wrong German translation
ID numbers are (good) examples form current v6 installation.
ID=1 Corp. -> GmbH
ID=2 Ltd. - Ltd. (untranslated)
correct would be
ID=1 Corp. -> AG
ID=2 Ltd. -> GmbH
changing the translation would cause the following scenario
before changing translation
* new partner: user selects GmbH -> intern Corp. -> id (1)
change translation Corp > AG
* partner will be displayed ID = 1 - > Corp -> AG
obviously it's a simple script to update all ID's from 1 to 2 but how
can this be achieved automatically?
References