跳至内容
菜单
此问题已终结
1549 查看
def send_sms(self):
    # Return the mass mailing SMS form view
    return {'name': 'Sms after product creation',
    'view_mode': 'form',
    'view_type':'form',
    'views': [(self.env.ref('mass_mailing_sms.mailing_mailing_view_form_sms').id,
    'form')],'view_id' : self.env.ref('mass_mailing_sms.mailing_mailing_view_form_sms').id,
    'res_model': 'mailing.mailing',
    'type': 'ir.actions.act_window',
    'target': 'current',
    'context': { }, }
形象
丢弃
相关帖文 回复 查看 活动
1
7月 24
1609
1
6月 24
2717
1
6月 24
1578
2
6月 24
4591
1
6月 24
2146