Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
10881 Widoki

Hi,

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

Thanks

Awatar
Odrzuć
Najlepsza odpowiedź
  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.

Awatar
Odrzuć
Najlepsza odpowiedź

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)
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 17
5286
9
lis 19
11549
3
kwi 18
8758
5
cze 20
19490
1
lis 17
9143