Skip to content

Commit

Permalink
[FIX] recurring_consigment: set company on new consignors, to avoid e…
Browse files Browse the repository at this point in the history
…rror when creating consigment invoice
  • Loading branch information
legalsylvain committed Jul 2, 2024
1 parent 886a37c commit e5d3316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recurring_consignment/wizards/consignor_create_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,5 @@ def _prepare_partner(self, sequence, account):
"consignment_account_id": account.id,
"consignment_commission": self.commission_rate,
"is_consignor": True,
"company_id": self.env.company.id,
}

0 comments on commit e5d3316

Please sign in to comment.