Commit e1a84973 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_project: add to project group to make relation jump works

parent fe72223d
......@@ -33,7 +33,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>project</string>
</tuple>
</value>
</item>
<item>
......@@ -64,6 +66,18 @@
<key> <string>type_class</string> </key>
<value> <string>OrderLine</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -33,7 +33,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>project</string>
</tuple>
</value>
</item>
<item>
......@@ -64,6 +66,18 @@
<key> <string>type_class</string> </key>
<value> <string>OrderLine</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
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