跳至內容
選單
此問題已被標幟
2 回覆
10903 瀏覽次數

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
5343
9
11月 19
11613
3
4月 18
8794
5
6月 20
19537
1
11月 17
9162