Skip to Content
Menu
This question has been flagged
2 Replies
11031 Views

Hi,

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

Thanks

Avatar
Discard
Best Answer
  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.

Avatar
Discard
Best Answer

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)
Avatar
Discard
Related Posts Replies Views Activity
0
Sep 17
5439
9
Nov 19
11721
3
Apr 18
8893
5
Jun 20
19629
1
Nov 17
9249