|
@ -133,6 +133,7 @@ class PartnerCreateSubscription(models.TransientModel): |
|
|
vals = {'partner_id': cooperator.id, |
|
|
vals = {'partner_id': cooperator.id, |
|
|
'share_product_id': self.share_product.id, |
|
|
'share_product_id': self.share_product.id, |
|
|
'ordered_parts': self.share_qty, |
|
|
'ordered_parts': self.share_qty, |
|
|
|
|
|
'cooperator': True, |
|
|
'user_id': self.env.uid, |
|
|
'user_id': self.env.uid, |
|
|
'email': self.email, |
|
|
'email': self.email, |
|
|
'source': 'crm', |
|
|
'source': 'crm', |
|
|