~invitu/account-financial-report/8.0-account_financial_report_webkit

« back to all changes in this revision

Viewing changes to account_financial_report_webkit/tests/open_invoices.yml

  • Committer: Yannick Vaucher
  • Author(s): stephane.bidoul at acsone
  • Date: 2014-03-13 10:49:47 UTC
  • mfrom: (77.1.1 account-financial-report)
  • Revision ID: yannick.vaucher@camptocamp.com-20140313104947-7ohhq869lsg10vn4
Fix references to demo data in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        data_dict = {'chart_account_id':ref('account.chart0'), 'fiscalyear_id': ref('account.data_fiscalyear'),
30
30
                     'until_date': '%s-12-31' %(datetime.now().year), 'target_move': 'posted',
31
31
                     'amount_currency': True, 'result_selection': 'customer_supplier',
32
 
                     'partner_ids': [ref('base.res_partner_agrolait'), ref('base.res_partner_asus')]}
 
32
                     'partner_ids': [ref('base.res_partner_2'), ref('base.res_partner_1')]}
33
33
        from tools import test_reports
34
34
        test_reports.try_report_action(cr, uid, 'action_account_open_invoices_menu_webkit',wiz_data=data_dict, context=ctx, our_module='account_financial_report_webkit')
35
35