Commit 4fd17f19 authored by Kevin Deldycke's avatar Kevin Deldycke

Don't show pay sheet calculation fast input action in states other than 'draft'.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10788 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 75f4ac6a
...@@ -30,7 +30,9 @@ ...@@ -30,7 +30,9 @@
</item> </item>
<item> <item>
<key> <string>condition</string> </key> <key> <string>condition</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -58,7 +60,7 @@ ...@@ -58,7 +60,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>(re)Calculation of the Pay Sheet Transaction</string> </value> <value> <string>Calculation of the Pay Sheet Transaction</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
...@@ -86,4 +88,23 @@ ...@@ -86,4 +88,23 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.Expression</string>
<string>Expression</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: object.getSimulationState == \'draft\'</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
2006-10-17 Kevin 2006-10-17 Kevin
* Add Pay Sheet Transaction as deault type in Accounting Module. * Add Pay Sheet Transaction as default sub type in Accounting Module.
* Use new InvoiceTransaction_something scripts instead of SaleInvoiceTransaction_something.
* Don't show pay sheet calculation fast input action in states other than 'draft'.
2006-09-07 Kevin 2006-09-07 Kevin
* Add "Réduction Fillon" service and line. * Add "Réduction Fillon" service and line.
......
10 21
\ 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