Skip to content

Commit

Permalink
Operator fix
Browse files Browse the repository at this point in the history
Operator Updated
  • Loading branch information
lekha-sydney-tools authored Oct 17, 2024
1 parent 811f6b4 commit d712101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _get_order_line_search_domain(self, order, item):
("name", "=", name),
("product_id", "=", item.product_id.id),
("product_uom", "=", vals["product_uom"]),
("analytic_distribution", "=?", item.line_id.analytic_distribution),
("analytic_distribution", "=", item.line_id.analytic_distribution),
]
if self.sync_data_planned:
date_required = item.line_id.date_required
Expand Down

0 comments on commit d712101

Please sign in to comment.