Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def _authorize_form_validate(self, tx, data, ):
partner_id = invoice_id.partner_id
if partner_id.parent_id:
partner_id = partner_id.parent_id
account_id = partner_id.property_account_receivable.id
account_id = partner_id.property_account_receivable
voucher_id = self.env['account.voucher'].create({
'name': name,
'amount': pay_amount,
Expand Down