Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1530 Zobrazení
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': { }, }
Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvc 24
1607
1
čvn 24
2703
1
čvn 24
1578
2
čvn 24
4584
1
čvn 24
2143