Skip to content

Commit

Permalink
Update account_invoice_section_picking/models/account_move_line.py
Browse files Browse the repository at this point in the history
Co-authored-by: ajaniszewska-dev <[email protected]>
  • Loading branch information
grindtildeath and ajaniszewska-dev authored Jan 19, 2022
1 parent 07fb5e5 commit 6913009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _get_section_group(self):
last_invoice_line = self.search(
[
("sale_line_ids", "in", self.sale_line_ids.ids),
("state", "!=", "cancel"),
("parent_state", "!=", "cancel"),
("id", "!=", self.id),
],
order="create_date",
Expand Down

0 comments on commit 6913009

Please sign in to comment.