Skip to content

Commit 15b236b

Browse files
committed
[IMP] donation: credit transfer: analytic account from the bank statement line
1 parent ad514d1 commit 15b236b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

donation/models/account_bank_statement.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def _prepare_donation_vals(self, stline, move_line, payment_mode):
5757
"product_id": company.donation_credit_transfer_product_id.id,
5858
"quantity": 1,
5959
"unit_price": amount,
60+
"analytic_account_id": move_line.analytic_account_id.id or False,
6061
}
6162
partner = stline.partner_id
6263
vals = {

0 commit comments

Comments
 (0)