Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
10926 Переглядів

Hi,

I would like to know how to generate .txt files from openerp.

Thanks

Аватар
Відмінити
Найкраща відповідь
  1. You can install aeroo_reports https://github.com/aeroo, and create a report which outputs .txt
  2. You can create a Custom module(with a wizard) that writes and returns a binary field that is a .txt file.

both are time consuming if it is yours first time, number 2 is more flexible, but number 1 is easier.

Аватар
Відмінити
Найкраща відповідь

See this question, in summary:

  • You define report with Report Type = HTML.  (or set this type for existing report in Settings/Printing/Reports). HTML ~= TXT
  • or
  • You define export data as CSV ~= TXT  (Export from More button)
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
вер. 17
5361
9
лист. 19
11632
3
квіт. 18
8817
5
черв. 20
19566
1
лист. 17
9183