コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
10922 ビュー

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)
アバター
破棄
関連投稿 返信 ビュー 活動
0
9月 17
5359
9
11月 19
11629
3
4月 18
8817
5
6月 20
19565
1
11月 17
9183