Skip to content

Commit

Permalink
fixup! fixup! [ADD] portal_event_tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Oct 9, 2024
1 parent 0c4b3bc commit bcdccc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal_event_tickets/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def _create_ticket(self, ticket_type, partner, event):
{
"partner_id": partner.id,
"note": "Invoice after delivery",
"payment_term_id": self.env.ref("account.account_payment_term").id,
}
)
sale_order.onchange_partner_id()

# In the sale order I add some sale order lines. i choose event product
sale_order_line = self.env["sale.order.line"].create(
Expand Down

0 comments on commit bcdccc7

Please sign in to comment.