Commit 0e67eab7 authored by Kevin Deldycke's avatar Kevin Deldycke

Mark unused objects as Deprecated.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10987 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 69098d3c
...@@ -170,6 +170,10 @@ return report_lines\n ...@@ -170,6 +170,10 @@ return report_lines\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>PaySheetTransaction_getReportLineList</string> </value> <value> <string>PaySheetTransaction_getReportLineList</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>DEPRECATED</string> </value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -72,9 +72,9 @@ ...@@ -72,9 +72,9 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>start_date</string> <string>start_date</string>
<string>stop_date</string> <string>stop_date</string>
<string>tax_category</string> <string>tax_category</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -184,8 +184,8 @@ WHERE\n ...@@ -184,8 +184,8 @@ WHERE\n
AND PaySheet.uid = CategoryPaySheet.uid\n AND PaySheet.uid = CategoryPaySheet.uid\n
AND CategoryPaySheet.base_category_uid=\'-138283359\' \n AND CategoryPaySheet.base_category_uid=\'-138283359\' \n
AND CategoryPaySheet.category_uid=\'-1774242116\' \n AND CategoryPaySheet.category_uid=\'-1774242116\' \n
AND MovementCell.start_date>=<dtml-sqlvar start_date type="string">\n AND MovementCell.start_date >= <dtml-sqlvar start_date type="string">\n
AND MovementCell.stop_date<=<dtml-sqlvar stop_date type="string">\n AND MovementCell.stop_date <= <dtml-sqlvar stop_date type="string">\n
GROUP BY CategoryPaySheet.category_uid\n GROUP BY CategoryPaySheet.category_uid\n
...@@ -250,8 +250,8 @@ WHERE\n ...@@ -250,8 +250,8 @@ WHERE\n
AND PaySheet.uid = CategoryPaySheet.uid\n AND PaySheet.uid = CategoryPaySheet.uid\n
AND CategoryPaySheet.base_category_uid=\'-138283359\' \n AND CategoryPaySheet.base_category_uid=\'-138283359\' \n
AND CategoryPaySheet.category_uid=\'-1774242116\' \n AND CategoryPaySheet.category_uid=\'-1774242116\' \n
AND MovementCell.start_date>=<dtml-sqlvar start_date type="string">\n AND MovementCell.start_date >= <dtml-sqlvar start_date type="string">\n
AND MovementCell.stop_date<=<dtml-sqlvar stop_date type="string">\n AND MovementCell.stop_date <= <dtml-sqlvar stop_date type="string">\n
GROUP BY CategoryPaySheet.category_uid\n GROUP BY CategoryPaySheet.category_uid\n
...@@ -264,7 +264,7 @@ WHERE\n ...@@ -264,7 +264,7 @@ WHERE\n
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string>DEPRECATED</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>year</string> <string>year</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -179,7 +179,7 @@ GROUP BY\n ...@@ -179,7 +179,7 @@ GROUP BY\n
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string>DEPRECATED</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</head>\n </head>\n
\n \n
<body tal:define="employee python: here.restrictedTraverse(here.getDestinationSectionRelativeUrl());\n <body tal:define="employee python: here.restrictedTraverse(here.getDestinationSectionRelativeUrl());\n
employer python: here.restrictedTraverse(here.getSourceSectionRelativeUrl())">\n employer python: here.restrictedTraverse(here.getSourceSectionRelativeUrl())">\n
\n \n
<div class="spacer">&nbsp;</div>\n <div class="spacer">&nbsp;</div>\n
\n \n
...@@ -166,10 +166,22 @@ ...@@ -166,10 +166,22 @@
]]></string> </value> ]]></string> </value>
</item> </item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>PaySheet_viewAsPDF</string> </value> <value> <string>PaySheet_viewAsPDF</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>DEPRECATED</string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
128 130
\ No newline at end of file \ 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