mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
12 lines
284 B
Python
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"""
|