Somesh Khare(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-573692-skh into 
lp:openobject-addons/6.1.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573692-skh/+merge/103221

Hello Sir,

[Fix]: Partner Balance report did not translate the "No Filters" on the report.

This branch fixes this issue.

Thanks,
Somesh Khare
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573692-skh/+merge/103221
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-573692-skh.
=== modified file 'account/i18n/account.pot'
--- account/i18n/account.pot	2012-02-08 01:08:30 +0000
+++ account/i18n/account.pot	2012-04-24 06:25:26 +0000
@@ -3367,6 +3367,7 @@
 #: selection:account.vat.declaration,filter:0
 #: selection:accounting.report,filter:0
 #: selection:accounting.report,filter_cmp:0
+#: code:addons/account/report/common_report_header.py:100
 msgid "No Filters"
 msgstr ""
 

=== modified file 'account/report/common_report_header.py'
--- account/report/common_report_header.py	2011-12-19 16:54:40 +0000
+++ account/report/common_report_header.py	2012-04-24 06:25:26 +0000
@@ -97,7 +97,7 @@
                 return 'Date'
             elif data['form']['filter'] == 'filter_period':
                 return 'Periods'
-        return 'No Filter'
+        return _('No Filters')
 
     def _sum_debit_period(self, period_id, journal_id=None):
         journals = journal_id or self.journal_ids

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to