Skip to content

Commit

Permalink
fix dropshiping
Browse files Browse the repository at this point in the history
  • Loading branch information
dhongu committed Nov 10, 2024
1 parent 6096dc1 commit 04b041c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ro_stock_account_notice/models/account_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _compute_account_id(self):
# Control bills based on received quantities
if any(
[
p.l10n_ro_notice or p._is_dropshipped()
p.l10n_ro_notice and not p._is_dropshipped()
for p in purchase.picking_ids
]
):
Expand Down

0 comments on commit 04b041c

Please sign in to comment.