Commit 8de9dcaa authored by Sebastien Robin's avatar Sebastien Robin

added missing base category on check operation line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14561 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4678124e
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
<portal_type id="Check Model Type Variation"> <portal_type id="Check Model Type Variation">
<item>check_type</item> <item>check_type</item>
</portal_type> </portal_type>
<portal_type id="Check Operation Line">
<item>aggregate_resource</item>
</portal_type>
<portal_type id="Checkbook"> <portal_type id="Checkbook">
<item>resource</item> <item>resource</item>
<item>check_amount</item> <item>check_amount</item>
......
...@@ -64,17 +64,14 @@ ...@@ -64,17 +64,14 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PersistentMapping" module="Persistence.mapping"/>
<string>Persistence</string> <tuple/>
<string>PersistentMapping</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_container</string> </key> <key> <string>data</string> </key>
<value> <value>
<dictionary> <dictionary>
<item> <item>
...@@ -82,6 +79,7 @@ ...@@ -82,6 +79,7 @@
<value> <value>
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string> <string>Owner</string>
</tuple> </tuple>
...@@ -101,6 +99,7 @@ ...@@ -101,6 +99,7 @@
<value> <value>
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string> <string>Owner</string>
</tuple> </tuple>
......
228 230
\ No newline at end of file \ No newline at end of file
Banking Operation Line | aggregate_resource Banking Operation Line | aggregate_resource
Cash Delivery Cell | variation Cash Delivery Cell | variation
Check Model Type Variation | check_type Check Model Type Variation | check_type
Check Operation Line | aggregate_resource
Check | check_type Check | check_type
Checkbook Model | composition Checkbook Model | composition
Checkbook | check_amount Checkbook | check_amount
......
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