电子邮件wizzard in odoo 9

时间:2017-05-26 12:42:38

标签: openerp odoo-9

我需要在自定义模块中添加按钮发送电子邮件,如“购买”或“促销”。

<button string="Send on email" class="oe_highlight" type="object" name="send_on_email" />
@api.multi
def send_on_email(self):
    self.ensure_one()
    ir_model_data = self.env['ir.model.data']

    ??????

如何为附件生成和添加文件?在这个表格上,我有该模型的打印按钮。

打印到此:

<report 
    id="print_my_qweb"
    model="my.model"
    string="Export to PDF"
    report_type="qweb-pdf"
    name="my.model.report_single"
    file="my.model.report_single"
/>

0 个答案:

没有答案