Skip to content

Commit

Permalink
Merge PR OCA#148 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by tv-openbig
  • Loading branch information
OCA-git-bot committed Feb 22, 2024
2 parents 5ca5633 + 6783a95 commit f104f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datev_import_csv_dtvf/wizard/import_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def genericcsv2pivot(self, file_bytes):

def create_moves_from_pivot(self, pivot, post=False): # noqa: C901
_logger.debug("Final pivot: %s", pivot)
amo = self.env["account.move"]
amo = self.env["account.move"].with_context(skip_invoice_sync=True)
company_id = self.env.company.id
# Generate SPEED DICTS
# account
Expand Down

0 comments on commit f104f25

Please sign in to comment.