Merge pull request #4955 from expsa/reverse_pci

[IMP] ensan_sale_management: change domain to reconciled instead of t…
This commit is contained in:
abdurrahman-saber 2025-10-19 08:45:37 +03:00 committed by GitHub
commit 0804ea554e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class ProductTemplate_Inherit(models.Model):
line_ids = self.env['account.move.line'].search([
('product_id.product_tmpl_id', 'in', products.ids),
('move_id.payment_state', '=', 'paid'),
('reconciled', '=', True),
('move_id.move_type', '=', 'out_invoice')
])