mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: journal filter manual payment allowed
This commit is contained in:
@@ -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"]),
|
||||
"|",
|
||||
|
||||
Reference in New Issue
Block a user