Skip to content

Commit

Permalink
Merge PR #92 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by hparfr
  • Loading branch information
Akretion Git Bot committed Feb 18, 2025
2 parents 3a799ed + 36eb3b6 commit 19917f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_channel_partner/models/sale_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ def button_open_bindings(self):
"res_model": "sale.channel.partner",
"type": "ir.actions.act_window",
"views": [(tree_view_id, "tree")],
"domain": [("sale_channel", "=", self.id)],
"domain": [("sale_channel_id", "=", self.id)],
}
return act

0 comments on commit 19917f8

Please sign in to comment.