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 @@ ...@@ -9,6 +9,9 @@
<item>base_amount</item> <item>base_amount</item>
<item>tax_category</item> <item>tax_category</item>
</portal_type> </portal_type>
<portal_type id="Pay Sheet Model Module">
<item>business_application</item>
</portal_type>
<portal_type id="Pay Sheet Model Slice"> <portal_type id="Pay Sheet Model Slice">
<item>salary_range</item> <item>salary_range</item>
<item>product_line</item> <item>product_line</item>
...@@ -23,5 +26,6 @@ ...@@ -23,5 +26,6 @@
</portal_type> </portal_type>
<portal_type id="Payroll Service Module"> <portal_type id="Payroll Service Module">
<item>role</item> <item>role</item>
<item>business_application</item>
</portal_type> </portal_type>
</base_category_list> </base_category_list>
\ No newline at end of file
...@@ -147,6 +147,12 @@ ...@@ -147,6 +147,12 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -97,7 +97,9 @@ ...@@ -97,7 +97,9 @@
<item> <item>
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple/> <tuple>
<string>module</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -128,6 +130,12 @@ ...@@ -128,6 +130,12 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
309 310
\ No newline at end of file \ No newline at end of file
...@@ -4,10 +4,12 @@ Pay Sheet Cell | tax_category ...@@ -4,10 +4,12 @@ Pay Sheet Cell | tax_category
Pay Sheet Line | base_amount Pay Sheet Line | base_amount
Pay Sheet Line | salary_range Pay Sheet Line | salary_range
Pay Sheet Line | tax_category Pay Sheet Line | tax_category
Pay Sheet Model Module | business_application
Pay Sheet Model Slice | product_line Pay Sheet Model Slice | product_line
Pay Sheet Model Slice | salary_range Pay Sheet Model Slice | salary_range
Pay Sheet Model Slice | tax_category Pay Sheet Model Slice | tax_category
Pay Sheet Transaction | quantity_unit Pay Sheet Transaction | quantity_unit
Pay Sheet Transaction | specialise Pay Sheet Transaction | specialise
Payroll Service Module | business_application
Payroll Service Module | role Payroll Service Module | role
Payroll Service | base_amount 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