|
@ -3,14 +3,14 @@ |
|
|
|
|
|
|
|
|
from psycopg2 import IntegrityError |
|
|
from psycopg2 import IntegrityError |
|
|
|
|
|
|
|
|
|
|
|
import odoo |
|
|
from odoo.exceptions import ValidationError |
|
|
from odoo.exceptions import ValidationError |
|
|
from odoo.tests.common import TransactionCase |
|
|
from odoo.tests.common import TransactionCase |
|
|
from odoo.tools import mute_logger |
|
|
from odoo.tools import mute_logger |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@odoo.tests.tagged('post_install', '-at_install') |
|
|
class DateRangeTypeTest(TransactionCase): |
|
|
class DateRangeTypeTest(TransactionCase): |
|
|
post_install = True |
|
|
|
|
|
at_install = False |
|
|
|
|
|
|
|
|
|
|
|
def setUp(self): |
|
|
def setUp(self): |
|
|
super(DateRangeTypeTest, self).setUp() |
|
|
super(DateRangeTypeTest, self).setUp() |
|
|