Commit 97ae9f17 authored by Jérome Perrin's avatar Jérome Perrin

Add modules to module group and associate business application category to modules

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22625 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a4f78db4
......@@ -9,6 +9,9 @@
<item>base_amount</item>
<item>tax_category</item>
</portal_type>
<portal_type id="Pay Sheet Model Module">
<item>business_application</item>
</portal_type>
<portal_type id="Pay Sheet Model Slice">
<item>salary_range</item>
<item>product_line</item>
......@@ -23,5 +26,6 @@
</portal_type>
<portal_type id="Payroll Service Module">
<item>role</item>
<item>business_application</item>
</portal_type>
</base_category_list>
\ No newline at end of file
......@@ -147,6 +147,12 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -97,7 +97,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>module</string>
</tuple>
</value>
</item>
<item>
......@@ -128,6 +130,12 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
309
\ No newline at end of file
310
\ No newline at end of file
......@@ -4,10 +4,12 @@ Pay Sheet Cell | tax_category
Pay Sheet Line | base_amount
Pay Sheet Line | salary_range
Pay Sheet Line | tax_category
Pay Sheet Model Module | business_application
Pay Sheet Model Slice | product_line
Pay Sheet Model Slice | salary_range
Pay Sheet Model Slice | tax_category
Pay Sheet Transaction | quantity_unit
Pay Sheet Transaction | specialise
Payroll Service Module | business_application
Payroll Service Module | role
Payroll Service | base_amount
\ No newline at end of file
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