mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Don't write company_id on counterpart move line as it is a related on account and we have no reason to change company on account
This commit is contained in:
@@ -118,7 +118,6 @@ class AccountJournal(models.Model):
|
||||
'account_id': account_id,
|
||||
'already_completed': True,
|
||||
'journal_id': self.id,
|
||||
'company_id': self.company_id.id,
|
||||
'currency_id': self.currency_id.id,
|
||||
'company_currency_id': self.company_id.currency_id.id,
|
||||
'amount_residual': amount,
|
||||
|
||||
Reference in New Issue
Block a user