We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad514d1 commit 9410ee5Copy full SHA for 9410ee5
donation/models/account_bank_statement.py
@@ -57,6 +57,7 @@ def _prepare_donation_vals(self, stline, move_line, payment_mode):
57
"product_id": company.donation_credit_transfer_product_id.id,
58
"quantity": 1,
59
"unit_price": amount,
60
+ "analytic_account_id": move_line.analytic_account_id.id or False,
61
}
62
partner = stline.partner_id
63
vals = {
0 commit comments