标签: qweb odoo-12
我需要一个按钮,每次有人按下它时,它都会以pdf格式返回qweb报告,并将该pdf格式发布到oe_chatter中。
我尝试使用message_post_with_template(anser.report_declaration),但是它不起作用...
我也尝试过message_post(attachment = [(anser.report_declaration)]),有人可以帮助我吗?