Skip to content

Commit

Permalink
Merge PR OCA#292 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jan 10, 2023
2 parents d131be9 + 7560783 commit 46a9a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_sale_session/models/event_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _compute_unconfirmed_qty(self):
)

def button_open_unconfirmed_event_order(self):
action = self.env.ref("sale.action_quotations").read()[0]
action = self.env["ir.actions.act_window"]._for_xml_id("sale.action_quotations")
sales = (
self.env["sale.order.line"]
.search([("event_id", "in", self.ids)])
Expand Down

0 comments on commit 46a9a29

Please sign in to comment.