[IMP]pms: journal filter manual payment allowed

This commit is contained in:
Darío Lodeiros
2021-10-12 19:59:39 +02:00
parent 7d2b471503
commit 00cef25ec1
3 changed files with 6 additions and 0 deletions

View File

@@ -408,6 +408,7 @@ class PmsProperty(models.Model):
self.ensure_one()
payment_methods = self.env["account.journal"].search(
[
("allowed_pms_payments", "=", True),
"&",
("type", "in", ["cash", "bank"]),
"|",