← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~therp-nl/ocb-addons/6.1_lp1340105 into lp:ocb-addons/6.1

 

Holger Brunn (Therp) has proposed merging lp:~therp-nl/ocb-addons/6.1_lp1340105 into lp:ocb-addons/6.1.

Requested reviews:
  OpenERP Community Backports (ocb)
Related bugs:
  Bug #1340105 in OpenERP Community Backports (Web): "[6.1][account] error when printing partner balance or aged partner balance"
  https://bugs.launchpad.net/ocb-web/+bug/1340105

For more details, see:
https://code.launchpad.net/~therp-nl/ocb-addons/6.1_lp1340105/+merge/226263
-- 
https://code.launchpad.net/~therp-nl/ocb-addons/6.1_lp1340105/+merge/226263
Your team OpenERP Community Backports is requested to review the proposed merge of lp:~therp-nl/ocb-addons/6.1_lp1340105 into lp:ocb-addons/6.1.
=== modified file 'account/wizard/account_report_aged_partner_balance.py'
--- account/wizard/account_report_aged_partner_balance.py	2011-10-16 01:28:00 +0000
+++ account/wizard/account_report_aged_partner_balance.py	2014-07-10 09:40:29 +0000
@@ -29,6 +29,7 @@
     _inherit = 'account.common.partner.report'
     _name = 'account.aged.trial.balance'
     _description = 'Account Aged Trial balance Report'
+    _rec_name = 'direction_selection'
 
     _columns = {
         'period_length':fields.integer('Period Length (days)', required=True),

=== modified file 'account/wizard/account_report_partner_balance.py'
--- account/wizard/account_report_partner_balance.py	2011-10-16 01:28:00 +0000
+++ account/wizard/account_report_partner_balance.py	2014-07-10 09:40:29 +0000
@@ -28,6 +28,7 @@
     _inherit = 'account.common.partner.report'
     _name = 'account.partner.balance'
     _description = 'Print Account Partner Balance'
+    _rec_name = 'display_partner'
     _columns = {
         'display_partner': fields.selection([('non-zero_balance', 'With balance is not equal to 0'), ('all', 'All Partners')]
                                     ,'Display Partners'),


Follow ups