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:
Yannick Vaucher
2016-09-09 17:17:39 +02:00
parent 9fb06820e9
commit 36e5a7f06d

View File

@@ -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,