Commit 2b3e8220 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Check numbers are unique per account by default.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37054 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e3a20d0
......@@ -85,7 +85,7 @@ return model_list[0]\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>reference=None, unique_per_account=False</string> </value>
<value> <string>reference=None, unique_per_account=True</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -142,7 +142,7 @@ return model_list[0]\n
<value>
<tuple>
<none/>
<int>0</int>
<int>1</int>
</tuple>
</value>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment