Fault: Reconcile.get_parties() got an unexpected keyword argument 'currency'
Invoking reconcile from statement, under 6.8 we now get the following:
ERROR:tryton.common.common:Traceback (most recent call last):
File "/opt/trytond/trytond/wsgipy", line 109, in dispatch_request
return endpoint(request, **requestview_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/trytond/trytond/protocols/dispatcherpy", line 43, in rpc
return methodsget(requestrpc_method, _dispatch)(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/trytond/trytond/wsgipy", line 75, in wrapper
return func(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/trytond/trytond/protocols/wrapperspy", line 195, in wrapper
return func(request, pool, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/trytond/trytond/protocols/dispatcherpy", line 204, in _dispatch
result = rpcresult(meth(*c_args, **c_kwargs))
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/trytond/trytond/wizard/wizardpy", line 340, in execute
result = wizard_execute(state_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/trytond/trytond/wizard/wizardpy", line 380, in _execute
result = self_execute(transition())
^^^^^^^^^^^^
File "/opt/trytond/trytond/transactionpy", line 50, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/trytond/trytond/modules/account/movepy", line 2234, in transition_next_
if not next_account():
^^^^^^^^^^^^^^
File "/opt/trytond/trytond/modules/account/movepy", line 2209, in next_account
next_party()
File "/opt/trytond/trytond/modules/account/movepy", line 2219, in next_party
selfshowcurrencies = selfget_currencies(
^^^^^^^^^^^^^^^^^^^^
File "/opt/trytond/trytond/modules/account_deposit/accountpy", line 52, in get_currencies
return super()get_parties(
^^^^^^^^^^^^^^^^^^^^
TypeError: Reconcileget_parties() got an unexpected keyword argument 'currency'
Fault: Reconcile.get_parties() got an unexpected keyword argument 'currency'
BTW, I notice the dots ('.') are still missing in all the filenames, perhaps there's another place where they need not be slugified...