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 ...@@ -85,7 +85,7 @@ return model_list[0]\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <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>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -142,7 +142,7 @@ return model_list[0]\n ...@@ -142,7 +142,7 @@ return model_list[0]\n
<value> <value>
<tuple> <tuple>
<none/> <none/>
<int>0</int> <int>1</int>
</tuple> </tuple>
</value> </value>
</item> </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