diff --git a/views/hr_expense.xml b/views/hr_expense.xml
index d46a6c0b5b20fe3b88c0c95b24afc54703a5df5c..73bac649f724760b43f78f44c683b1ea49a2ff42 100644
--- a/views/hr_expense.xml
+++ b/views/hr_expense.xml
@@ -38,7 +38,7 @@
                     <attribute name="invisible">True</attribute>
                 </xpath>
                 <field name="product_id" position="attributes">
-                    <attribute name="domain">[('ur_id', '=', ur_id)]]</attribute>
+                    <attribute name="domain">[('ur_id', '=', ur_id)]</attribute>
                 </field>
                 <field name="reference" position="attributes">
                     <attribute name="invisible">True</attribute>