AttributeError: 'NoneType' object has no attribute 'company'
Traceback (most recent call last):
File "/trytond/protocols/jsonrpc.py", line 108, in _marshaled_dispatch
response['result'] = dispatch_method(method, params)
File "/trytond/protocols/jsonrpc.py", line 147, in _dispatch
res = dispatch(*args)
File "/trytond/protocols/dispatcher.py", line 155, in dispatch
res = getattr(obj, method)(*args_without_context, **kargs)
File "/trytond/wizard/wizard.py", line 131, in execute
res['action'] = getattr(self, result_def['action'])(data)
File "/trytond/modules/account_invoice/invoice.py", line 2566, in _action_credit
invoice_ids = invoice_obj.credit(data['ids'], refund=refund)
File "/trytond/modules/account_invoice/invoice.py", line 1242, in credit
move_line_obj.reconcile(line_ids)
File "/trytond/modules/account/move.py", line 1298, in reconcile
'lines': [('add', x) for x in ids],
File "/trytond/modules/account/move.py", line 381, in create
res = super(Reconciliation, self).create(vals)
File "/trytond/model/modelsql.py", line 423, in create
self._validate([id_new])
File "/trytond/model/modelsql.py", line 2205, in _validate
super(ModelSQL, self)._validate(ids)
File "/trytond/model/modelstorage.py", line 985, in _validate
if not getattr(self, field[0])(ids):
File "/trytond/modules/account/move.py", line 411, in check_lines
if not currency_obj.is_zero(account.company.currency, amount):
AttributeError: 'NoneType' object has no attribute 'company'