Hello, Working on the french translation, I'd found nothing else than replacing the original string, directly in XML view code (truely, the XML code stored in the database).
For example, to translate "Bank Details", in the "Extra Info" page of Partner. The part of code is : <field name="bank_ids" colspan="4" nolabel="1" context="address=address"> <form> ...... </form> <tree string="Bank Details"> <field name="state"/> <field name="owner_name"/> <field name="acc_number"/> </tree> </field> Bank details is correctly translated in other views (all the lines containing that term in CSV file have been translated). Does somebody (perhaps Fabien?) know how to make the translation in a cleaner way ? Regards, François french_i18n _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
