Custom report translation in OpenERP -


basically reports changed language per customer language in openerp 7.0. have customized new accounting report same default accounting(invoice) report. while printing custom report not translating based on customer language. please solve this. trying more 2 days , not yet solution.

note: have used setlang function in report.

most best solution add i18n folder custom addon. in there add appropriate .po file , trick done.

remember add:

  • folder called i18n

in there

  • file module_name.pot
  • file language.po (example it.po)

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -