[IMP] account_followup: Improve the YML test

bzr revid: psi@tinyerp.co.in-20100609050232-7o8er7592hga2qv3
This commit is contained in:
psi (Open ERP) 2010-06-09 10:32:32 +05:30
parent 8622032818
commit 9fff28cd40
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
!python {model: account.followup.print.all}: |
self.do_print(cr, uid, [ref("account_followup_print_all_0")], {"lang": 'en_US',
"active_model": "ir.ui.menu", "active_ids": [ref("account_followup.account_followup_print_menu")],
"tz": False, "date": "2010-06-08", "followup_id": 3, "active_id": ref("account_followup.account_followup_print_menu"),
"tz": False, "date": "2010-06-08", "followup_id": ref("account_followup_followup_testfollowups0"), "active_id": ref("account_followup.account_followup_print_menu"),
})