← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~acsone-openerp/account-financial-report/7.0-bug-1281579-sbi into lp:account-financial-report

 

Stéphane Bidoul (Acsone) has proposed merging lp:~acsone-openerp/account-financial-report/7.0-bug-1281579-sbi into lp:account-financial-report.

Requested reviews:
  Account Report Core Editors (account-report-core-editor)
Related bugs:
  Bug #1281579 in Account - Financial Report: "Broken yml test in account_payment account_financial_report_webkit"
  https://bugs.launchpad.net/account-financial-report/+bug/1281579

For more details, see:
https://code.launchpad.net/~acsone-openerp/account-financial-report/7.0-bug-1281579-sbi/+merge/207309

Fix references to demo data in tests
-- 
https://code.launchpad.net/~acsone-openerp/account-financial-report/7.0-bug-1281579-sbi/+merge/207309
Your team Account Report Core Editors is requested to review the proposed merge of lp:~acsone-openerp/account-financial-report/7.0-bug-1281579-sbi into lp:account-financial-report.
=== modified file 'account_financial_report_webkit/tests/open_invoices.yml'
--- account_financial_report_webkit/tests/open_invoices.yml	2012-03-06 09:13:59 +0000
+++ account_financial_report_webkit/tests/open_invoices.yml	2014-02-19 21:39:32 +0000
@@ -29,7 +29,7 @@
         data_dict = {'chart_account_id':ref('account.chart0'), 'fiscalyear_id': ref('account.data_fiscalyear'),
                      'until_date': '%s-12-31' %(datetime.now().year), 'target_move': 'posted',
                      'amount_currency': True, 'result_selection': 'customer_supplier',
-                     'partner_ids': [ref('base.res_partner_agrolait'), ref('base.res_partner_asus')]}
+                     'partner_ids': [ref('base.res_partner_2'), ref('base.res_partner_1')]}
         from tools import test_reports
         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')
 

=== modified file 'account_financial_report_webkit/tests/partner_ledger.yml'
--- account_financial_report_webkit/tests/partner_ledger.yml	2012-03-06 09:13:59 +0000
+++ account_financial_report_webkit/tests/partner_ledger.yml	2014-02-19 21:39:32 +0000
@@ -29,7 +29,7 @@
         data_dict = {'chart_account_id':ref('account.chart0'), 'fiscalyear_id': ref('account.data_fiscalyear'),
                      'until_date': '%s-12-31' %(datetime.now().year), 'target_move': 'posted',
                      'amount_currency': True, 'result_selection': 'customer_supplier',
-                     'partner_ids': [ref('base.res_partner_agrolait'), ref('base.res_partner_asus')]}
+                     'partner_ids': [ref('base.res_partner_2'), ref('base.res_partner_1')]}
         from tools import test_reports
         test_reports.try_report_action(cr, uid, 'action_account_partners_ledger_menu_webkit',wiz_data=data_dict, context=ctx, our_module='account_financial_report_webkit')
 


Follow ups