|
@ -492,7 +492,7 @@ class SubscriptionRequest(models.Model): |
|
|
'out_inv_comm_algorithm': 'random', |
|
|
'out_inv_comm_algorithm': 'random', |
|
|
'lang': self.lang, |
|
|
'lang': self.lang, |
|
|
'birthdate_date': self.birthdate, |
|
|
'birthdate_date': self.birthdate, |
|
|
'parent_id': partner.id, |
|
|
|
|
|
|
|
|
'parent_id': self.partner.id, |
|
|
'representative': True, |
|
|
'representative': True, |
|
|
'function': self.contact_person_function, |
|
|
'function': self.contact_person_function, |
|
|
'type': 'representative', |
|
|
'type': 'representative', |
|
|