59
59
# Test that 7 JE are on HQ journal
60
60
logging.getLogger('tests').log(logging.INFO, "7 JE on HQ")
61
61
je_hq_ids = self.search(cr, uid, [('journal_id.type', '=', 'hq')])
63
63
# Test that 2 JE are done January the 9th
64
64
logging.getLogger('tests').log(logging.INFO, "2 JE on HQ, January the 9th")
65
65
je_9_ids = self.search(cr, uid, [('journal_id.type', '=', 'hq'), ('date', '=', time.strftime('%Y-01-09'))])