Comment 20 for bug 400256

Revision history for this message
Mariano Ruiz (marianoruiz) wrote :

We solve this [here](https://code.launchpad.net/~eoc/openobject-server/6.1-overwrite_changes_translatable_fields) with a different approach:

With the patch, all changes (calls to ``write`` method) made in no 'en_US' language will be written in 'en_US' too (in the table model). Anyway, the behavior is not activated by default, you must be activate it adding this key-value in the ``openerp-server.conf`` file:

    override_translated = True