Browse Source

[IMP] emc: minor todo and comments

pull/21/head
robin.keunen 5 years ago
parent
commit
af4e301cdf
  1. 3
      easy_my_coop/models/partner.py

3
easy_my_coop/models/partner.py

@ -87,7 +87,7 @@ class ResPartner(models.Model):
cooperator = fields.Boolean(string='Cooperator',
help="Check this box if this contact is a"
" cooperator(effective or not).")
" cooperator (effective or not).")
member = fields.Boolean(string='Effective cooperator',
help="Check this box if this cooperator"
" is an effective member.")
@ -98,6 +98,7 @@ class ResPartner(models.Model):
old_member = fields.Boolean(string='Old cooperator',
help="Check this box if this cooperator is"
" no more an effective member.")
# todo use oca partner_contact_gender
gender = fields.Selection([('male', 'Male'),
('female', 'Female'),
('other', 'Other')],

Loading…
Cancel
Save