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
membre de soutien
dev-rcn
root
3 years ago
parent
2fb96aa85e
commit
12a428e3e8
1 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
models/membership_import.py
+ 8
- 1
models/membership_import.py
View File
@ -75,4 +75,11 @@ class membershipimport(models.Model):
return
True
def
update_super_member
(
self
)
:
partner
=
self
.
env
[
'
res.partner
'
]
.
search
(
[
]
)
for
p
in
partner
:
if
p
.
statut_contact
==
'
soutien
'
:
p
.
super_member
=
True
Write
Preview
Loading…
Cancel
Save