mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
* [WIP] Basic tests definition * [DEL] Default diff invoicing * [WIP] Reservation refact invoice fields * [FIX] test price without taxes * [FIX] Security csv merge * [WIP]pms: Wizard adv inv views * [ADD] Wizard Filter Invoice Days * [WIP] Payment WorkFlow
13 lines
385 B
Python
13 lines
385 B
Python
from odoo.tests.common import SavepointCase
|
|
|
|
|
|
class TestPmsFolioInvoice(SavepointCase):
|
|
def setUp(self):
|
|
super(TestPmsFolioInvoice, self).setUp()
|
|
|
|
def test_price_reservation(self):
|
|
"""Test create a reservation, and check price and discounts"""
|
|
|
|
def test_general_discount_reservation(self):
|
|
"""Test a discount in reservation head, and check lines"""
|