diff --git a/easy_my_coop/wizard/create_subscription_from_partner.py b/easy_my_coop/wizard/create_subscription_from_partner.py index ea45d3d..7513bc7 100644 --- a/easy_my_coop/wizard/create_subscription_from_partner.py +++ b/easy_my_coop/wizard/create_subscription_from_partner.py @@ -98,7 +98,6 @@ class PartnerCreateSubscription(models.TransientModel): string="Cooperator", default=_get_partner) register_number = fields.Char(string="Register Company Number", - required=True, default=_get_register_number) email = fields.Char(string="Email", required=True, diff --git a/easy_my_coop/wizard/create_subscription_from_partner.xml b/easy_my_coop/wizard/create_subscription_from_partner.xml index c59da3d..3be766b 100644 --- a/easy_my_coop/wizard/create_subscription_from_partner.xml +++ b/easy_my_coop/wizard/create_subscription_from_partner.xml @@ -15,7 +15,7 @@ - +