Commit 906fd646 authored by Fabien Morin's avatar Fabien Morin

- add Pay Sheet Model Cell portal_type

- make possible to add Pay Sheet Model Line in Pay Sheet Transaction (this could be used to overload a line from the model tree)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27422 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 890839d8
......@@ -19,7 +19,7 @@
<item>Payment Condition</item>
</portal_type>
<portal_type id="Pay Sheet Model Line">
<item>Pay Sheet Cell</item>
<item>Pay Sheet Model Cell</item>
</portal_type>
<portal_type id="Pay Sheet Model Module">
<item>Pay Sheet Model</item>
......@@ -27,6 +27,7 @@
<portal_type id="Pay Sheet Transaction">
<item>Pay Sheet Transaction Line</item>
<item>Pay Sheet Line</item>
<item>Pay Sheet Model Line</item>
<item>Annotation Line</item>
<item>Pay Sheet Model Ratio Line</item>
<item>Payment Condition</item>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_actions</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>_aliases</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>_roles</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>base_category_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>file_icon.gif</string> </value>
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Trade Model Cell</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addTradeModelCell</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>transformation</string>
</tuple>
</value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Pay Sheet Model Cell</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>redirect_script</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
408
\ No newline at end of file
433
\ No newline at end of file
......@@ -2,7 +2,7 @@ Accounting Transaction Module | Pay Sheet Transaction
Annotation Line | Annotation Line
Employment Contract Module | Employment Contract
Pay Sheet Line | Pay Sheet Cell
Pay Sheet Model Line | Pay Sheet Cell
Pay Sheet Model Line | Pay Sheet Model Cell
Pay Sheet Model Module | Pay Sheet Model
Pay Sheet Model | Annotation Line
Pay Sheet Model | Pay Sheet Model Line
......@@ -11,6 +11,7 @@ Pay Sheet Model | Pay Sheet Model Slice
Pay Sheet Model | Payment Condition
Pay Sheet Transaction | Annotation Line
Pay Sheet Transaction | Pay Sheet Line
Pay Sheet Transaction | Pay Sheet Model Line
Pay Sheet Transaction | Pay Sheet Model Ratio Line
Pay Sheet Transaction | Pay Sheet Transaction Line
Pay Sheet Transaction | Payment Condition
......
......@@ -4,6 +4,9 @@ Pay Sheet Cell | tax_category
Pay Sheet Line | base_amount
Pay Sheet Line | salary_range
Pay Sheet Line | tax_category
Pay Sheet Model Cell | product_line
Pay Sheet Model Cell | salary_range
Pay Sheet Model Cell | tax_category
Pay Sheet Model Module | business_application
Pay Sheet Model Slice | product_line
Pay Sheet Model Slice | salary_range
......
Pay Sheet Line | Pay Sheet Cell
Pay Sheet Model Line | Pay Sheet Model Cell
Pay Sheet Model | Pay Sheet Model Slice
Preference | Pay Sheet Transaction
\ No newline at end of file
......@@ -4,6 +4,7 @@ Employment Contract Module
Pay Sheet Cell
Pay Sheet Line
Pay Sheet Model
Pay Sheet Model Cell
Pay Sheet Model Line
Pay Sheet Model Module
Pay Sheet Model Ratio Line
......
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