|
|
@@ -10,6 +10,8 @@ class WhatsAppAccount(models.Model):
|
|
|
_inherit = ['whatsapp.account']
|
|
|
|
|
|
whatsapp_web_url = fields.Char(string="WhatsApp Web URL", readonly=False, copy=False)
|
|
|
+ whatsapp_web_login = fields.Char(string="Login", readonly=False, copy=False)
|
|
|
+ whatsapp_web_api_key = fields.Char(string="API Key", readonly=False, copy=False)
|
|
|
|
|
|
def get_groups(self):
|
|
|
"""
|