This website works better with JavaScript.
Home
Explore
Help
Sign In
raynald
/
kalachakra
Watch
1
Star
0
Fork
0
Code
Issues
72
Pull Requests
0
Projects
2
Releases
0
Wiki
Activity
Browse Source
debug mailing list
master
root
2 years ago
parent
f8a675c602
commit
30881970fc
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
models/mailing_list.py
+ 1
- 0
models/mailing_list.py
View File
@ -51,6 +51,7 @@ class MailingContact(models.Model):
@api.model
def
create
(
self
,
values
)
:
_logger
.
error
(
'
create
'
)
_logger
.
error
(
values
)
res
=
super
(
MailingContact
,
self
)
.
create
(
values
)
#ajout du contact à la liste de diffusion de sendinblue
Write
Preview
Loading…
Cancel
Save