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