Commit c7695947 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_archive: assign type classes for some portal types

parent 6240f62f
......@@ -57,6 +57,10 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>InventoryCell</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -65,6 +65,10 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>InventoryLine</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -54,6 +54,10 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>Inventory</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -52,6 +52,10 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>Archive</string> </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