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

I would like to print two qweb-reports with just one button. Both reports are using different models.

For example I want to print an invoice and a picking report together. So I need to merge the following methods:

def action_invoice(self):
return self.env['report'].get_action(self, 'account.report_invoice‘)

def action_picking(self):
return self.env['report'].get_action(self, 'stock.report_picking‘)

Is there a way to combine both methods/actions in one method for binding it to a button?

アバター
破棄
最善の回答

any luck with this?

アバター
破棄
最善の回答

Hi,


If you are looking to Print multiple report in single pdf or to merge and if both reports are different models , you can follow as below method.

First for ensure you have relation between two models.


xpath new object for newly report after "t" tag, then t-call the report.

アバター
破棄
最善の回答

Hello @Ingo Devooght and @Jon Toktas,

I am also looking solution for this problem.

If you found solution then please share.

アバター
破棄
関連投稿 返信 ビュー 活動
2
10月 18
28823
2
3月 15
10563
2
5月 25
2814
4
1月 25
44647
0
10月 24
1487