Commit 832fc753 authored by Jérome Perrin's avatar Jérome Perrin

payment_mean: fix a wrongly named script

parent 3892cbde
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>PaymentTransactionLine_setAggregate</string> </value> <value> <string>AccountingTransactionLine_setAggregate</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -18,6 +18,6 @@ for i in xrange(0, object_list_len, batch_size): ...@@ -18,6 +18,6 @@ for i in xrange(0, object_list_len, batch_size):
current_path_list = payment_relative_url_list[i:i+batch_size] current_path_list = payment_relative_url_list[i:i+batch_size]
activate(activity='SQLQueue', activate_kw=activate_kw,).callMethodOnObjectList( activate(activity='SQLQueue', activate_kw=activate_kw,).callMethodOnObjectList(
current_path_list, current_path_list,
'PaymentTransactionLine_setAggregate', 'AccountingTransactionLine_setAggregate',
aggregate=aggregate, aggregate=aggregate,
activate_kw=activate_kw) activate_kw=activate_kw)
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