diff --git a/views/account_move.xml b/views/account_move.xml
index 533057e72707b61845a524ca0b61fe8371595c3a..8a6b43a83ad5428641fcb18e6f4554e2130b1501 100644
--- a/views/account_move.xml
+++ b/views/account_move.xml
@@ -12,7 +12,6 @@
             <field name="inherit_id" ref="account.view_move_form" />
             <field name="arch" type="xml">
                 <xpath expr="//field[@name='partner_id']" position="attributes">
-                    <attribute name="domain">[('is_company', '=', True)]</attribute>
                     <attribute name="options">{'no_create': True}</attribute>
                 </xpath>
                 <xpath expr="//field[@name='payment_reference']" position="after">