diff --git a/wizard/scop_address_wizard.xml b/wizard/scop_address_wizard.xml
index f7f966cae6469395960a2ba1bbaf9e13af47cf27..abd1d6e5472fe4e849f749743e4678eba439ef05 100644
--- a/wizard/scop_address_wizard.xml
+++ b/wizard/scop_address_wizard.xml
@@ -69,8 +69,18 @@
                                 placeholder="Cedex"
                                 class="o_address_city"
                             />
-                            <field name="state_id" placeholder="État" invisible="1" />
-                            <field name="country_id" placeholder="Pays" invisible="1" />
+                            <field
+                                name="state_id"
+                                placeholder="Région"
+                                required="1"
+                                options="{'no_open': True, 'no_create': True}"
+                            />
+                            <field
+                                name="country_id"
+                                placeholder="Pays"
+                                required="1"
+                                options="{'no_open': True, 'no_create': True}"
+                            />
                             <field
                                 name="ur_id"
                                 required="1"