Browse Source

[FIX] fix wrong field birthdate as we use partner_contact_birthdate

pull/1/head
houssine 5 years ago
parent
commit
283dc8fa73
  1. 2
      easy_my_coop/models/coop.py

2
easy_my_coop/models/coop.py

@ -330,7 +330,7 @@ class subscription_request(models.Model):
'out_inv_comm_type': 'bba',
'out_inv_comm_algorithm': 'random',
'country_id': self.country_id.id, 'lang': self.lang,
'birthdate': self.birthdate,
'birthdate_date': self.birthdate,
'customer': self.share_product_id.customer}
return partner_vals

Loading…
Cancel
Save