Commit c18908ef authored by Jérome Perrin's avatar Jérome Perrin

accounting: also reset bank reconciliation after clone

parent d4e43cf4
......@@ -52,10 +52,13 @@
<key> <string>_body</string> </key>
<value> <string encoding="cdata"><![CDATA[
"""Reset the grouping reference after a copy & paste.\n
"""Reset reconciliation after a copy & paste.\n
\n
"""\n
context.setGroupingReference(None)\n
context.setGroupingDate(None)\n
\n
context.setAggregate(None, portal_type=\'Bank Reconciliation\')\n
]]></string> </value>
......
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