コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1542 ビュー
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
1608
1
6月 24
2712
1
6月 24
1578
2
6月 24
4588
1
6月 24
2144