diff --git a/easy_my_coop/wizard/create_subscription_from_partner.py b/easy_my_coop/wizard/create_subscription_from_partner.py index 7513bc7..ba418e3 100644 --- a/easy_my_coop/wizard/create_subscription_from_partner.py +++ b/easy_my_coop/wizard/create_subscription_from_partner.py @@ -133,6 +133,7 @@ class PartnerCreateSubscription(models.TransientModel): vals = {'partner_id': cooperator.id, 'share_product_id': self.share_product.id, 'ordered_parts': self.share_qty, + 'cooperator': True, 'user_id': self.env.uid, 'email': self.email, 'source': 'crm',