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

I want to add a button in a form view, the action of this is to print the report. How can I do this? it seems like printing report in Odoo 12 is far different from Odoo10. can someone have the tutorial for this scenario? Thanks :)

アバター
破棄

Thanks Niyas and Sudhir

最善の回答

Hi,

Check the code of the print button added in the sale order form.


See a sample below:

return self.env.ref('test.test_report').report_action(record_id)

in the below image you can see the code of the print button in the sale order form.


Thanks

アバター
破棄
最善の回答

As Niyas said, you can get the reference from the core modules like Sales, Purchase.

Ex:

return self.env.ref('module_name.XML_ID_of_report').report_action(self)


アバター
破棄
関連投稿 返信 ビュー 活動
3
10月 23
8773
1
9月 23
3317
1
5月 23
2257
2
4月 23
2816
1
3月 23
2193