Skip to content

Commit

Permalink
Merge branch '15.0' into 15.0-check_report
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianobaleani committed Mar 25, 2024
2 parents e3310fe + e076c4f commit 998e000
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ def create_tax_settlement_entry(self, journal):
})

vals = journal._get_tax_settlement_entry_vals(lines_vals)
move = self.env['account.move'].with_context(
allow_no_partner=True).create(vals)
move = self.env['account.move'].create(vals)

if self._context.get('tax_settlement_link', True):
move_lines.write({'tax_settlement_move_id': move.id})
Expand Down

0 comments on commit 998e000

Please sign in to comment.