mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms: tests allowed payments pms journals
This commit is contained in:
@@ -47,6 +47,13 @@ class TestPmsFolio(TestPms):
|
|||||||
"capacity": 2,
|
"capacity": 2,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
# make current journals payable
|
||||||
|
journals = self.env["account.journal"].search(
|
||||||
|
[
|
||||||
|
("type", "in", ["bank", "cash"]),
|
||||||
|
]
|
||||||
|
)
|
||||||
|
journals.allowed_pms_payments = True
|
||||||
|
|
||||||
def create_sale_channel_scenario(self):
|
def create_sale_channel_scenario(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user