[IMP]GOLEM Member : picture agreement should not be checked per default
This commit is contained in:
parent
9d66afb2e2
commit
164be1025e
@ -20,7 +20,7 @@
|
|||||||
'name': 'GOLEM non-profit members',
|
'name': 'GOLEM non-profit members',
|
||||||
'summary': 'Extends Odoo contacts for MJC',
|
'summary': 'Extends Odoo contacts for MJC',
|
||||||
'description': 'Extends Odoo contacts for MJC',
|
'description': 'Extends Odoo contacts for MJC',
|
||||||
'version': '10.0.2.3.1',
|
'version': '10.0.2.3.2',
|
||||||
'category': 'GOLEM',
|
'category': 'GOLEM',
|
||||||
'author': 'Fabien Bourgeois, Michel Dessenne',
|
'author': 'Fabien Bourgeois, Michel Dessenne',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
@ -121,7 +121,7 @@ class GolemMember(models.Model):
|
|||||||
number_manual = fields.Char('Manual number', size=50, index=True,
|
number_manual = fields.Char('Manual number', size=50, index=True,
|
||||||
help='Manual number overwriting automatic '
|
help='Manual number overwriting automatic '
|
||||||
'numbering')
|
'numbering')
|
||||||
pictures_agreement = fields.Boolean('Pictures agreement?', default=True)
|
pictures_agreement = fields.Boolean('Pictures agreement?')
|
||||||
electronic_processing_agreement = fields.Boolean('Electronic Processing Agreement?',
|
electronic_processing_agreement = fields.Boolean('Electronic Processing Agreement?',
|
||||||
default=True)
|
default=True)
|
||||||
opt_out_sms = fields.Boolean('Out of SMS campaigns?',
|
opt_out_sms = fields.Boolean('Out of SMS campaigns?',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user