Skip to content

Commit

Permalink
Merge PR #763 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by sebastienbeau
  • Loading branch information
shopinvader-git-bot committed Sep 1, 2020
2 parents 99125ea + 7e4f8d3 commit 7573bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopinvader/services/sale.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _validator_ask_email_invoice(self):
def _get_base_search_domain(self):
return expression.normalize_domain(
[
("partner_id", "=", self.partner.id),
("partner_id", "child_of", self.partner.id),
("shopinvader_backend_id", "=", self.shopinvader_backend.id),
("typology", "=", "sale"),
]
Expand Down

0 comments on commit 7573bef

Please sign in to comment.