Skip to content

Commit

Permalink
Merge PR #1127 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by dhongu
  • Loading branch information
OCA-git-bot committed Nov 12, 2024
2 parents 1d94133 + 04b041c commit 92a5740
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 @@ -41,7 +41,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 92a5740

Please sign in to comment.