Files
pms/pms/tests/test_pms_folio_prices.py
2023-08-04 18:16:26 +02:00

12 lines
284 B
Python

from odoo.tests.common import SavepointCase
class TestPmsFolioPrice(SavepointCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
def test_price_folio(self):
"""Test create reservation and services, and check price
tax and discounts"""