Skip to content

Commit

Permalink
fixup! fixup! fixup! [FIX] account_move_update_analytic: Update analy…
Browse files Browse the repository at this point in the history
…tic tax distribution
  • Loading branch information
hbrunn committed Dec 17, 2024
1 parent d497e47 commit 95788ed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ def test_tax_distribution_added(self):
line2 = line1.copy({})
move.action_post()
self.assertEqual(line1.analytic_line_ids.account_id, self.account1)
import logging

logging.info(move.line_ids.read([]))
# self.assertEqual(
# move.line_ids.filtered("tax_line_id").analytic_line_ids.account_id,
# self.account1,
Expand Down

0 comments on commit 95788ed

Please sign in to comment.