forked from Yaltik/golem
[TMP] Test
This commit is contained in:
parent
a0cc9dcb48
commit
96d84546c2
@ -58,9 +58,10 @@ class TestGolemSeason(TransactionCase):
|
|||||||
def test__onchange_season_dates(self):
|
def test__onchange_season_dates(self):
|
||||||
""" Test if membership date """
|
""" Test if membership date """
|
||||||
# je cree un article adhésion
|
# je cree un article adhésion
|
||||||
membership_id = self.env['product.template'].create({'name': 'Name',
|
membership = self.env['product.template'].create({'name': 'Name',
|
||||||
'membership_date_from': '2009-11-01',
|
'membership_id': 'truc',
|
||||||
'membership_date_to': '2010-11-01'})
|
'membership_date_from': '2009-11-01',
|
||||||
|
'membership_date_to': '2010-11-01'})
|
||||||
|
|
||||||
# je cree une saison attachée a l'article adhésion
|
# je cree une saison attachée a l'article adhésion
|
||||||
new_season = self.env['golem.season'].create({'name': 'Name',
|
new_season = self.env['golem.season'].create({'name': 'Name',
|
||||||
|
Loading…
Reference in New Issue
Block a user