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
<key> <string>id</string> </key>
<value> <string>PaySheetTransaction_getReportLineList</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>DEPRECATED</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -72,9 +72,9 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>start_date</string>
<string>stop_date</string>
<string>tax_category</string>
<string>start_date</string>
<string>stop_date</string>
<string>tax_category</string>
</list>
</value>
</item>
......@@ -184,8 +184,8 @@ WHERE\n
AND PaySheet.uid = CategoryPaySheet.uid\n
AND CategoryPaySheet.base_category_uid=\'-138283359\' \n
AND CategoryPaySheet.category_uid=\'-1774242116\' \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.start_date >= <dtml-sqlvar start_date type="string">\n
AND MovementCell.stop_date <= <dtml-sqlvar stop_date type="string">\n
GROUP BY CategoryPaySheet.category_uid\n
......@@ -250,8 +250,8 @@ WHERE\n
AND PaySheet.uid = CategoryPaySheet.uid\n
AND CategoryPaySheet.base_category_uid=\'-138283359\' \n
AND CategoryPaySheet.category_uid=\'-1774242116\' \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.start_date >= <dtml-sqlvar start_date type="string">\n
AND MovementCell.stop_date <= <dtml-sqlvar stop_date type="string">\n
GROUP BY CategoryPaySheet.category_uid\n
......@@ -264,7 +264,7 @@ WHERE\n
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <string>DEPRECATED</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -45,7 +45,7 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>year</string>
<string>year</string>
</list>
</value>
</item>
......@@ -179,7 +179,7 @@ GROUP BY\n
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <string>DEPRECATED</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -60,7 +60,7 @@
</head>\n
\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
<div class="spacer">&nbsp;</div>\n
\n
......@@ -166,10 +166,22 @@
]]></string> </value>
</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>
<key> <string>id</string> </key>
<value> <string>PaySheet_viewAsPDF</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>DEPRECATED</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
128
\ No newline at end of file
130
\ 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