res.partner.form.whatsapp
res.partner
res.partner.tree.whatsapp
res.partner
Enviar WhatsApp
list,form
code
if records:
if len(records) == 1:
action = records.action_send_whatsapp()
else:
action = {
'type': 'ir.actions.act_window',
'name': 'EnvĂo Masivo WhatsApp',
'res_model': 'whatsapp.mass.wizard',
'view_mode': 'form',
'target': 'new',
'context': {'default_partner_ids': records.ids},
}