You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'account_id': self.typein ('out_invoice', 'in_invoice') and (tax['account_id'] orline.account_id.id) or (tax['refund_account_id'] orline.account_id.id),
565
565
}
566
+
567
+
# If the taxes generate moves on the same financial account as the invoice line,
568
+
# propagate the analytic account from the invoice line to the tax line.
569
+
# This is necessary in situations were (part of) the taxes cannot be reclaimed,
570
+
# to ensure the tax move is allocated to the proper analytic account.
0 commit comments