Ravish(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1036943-rmu into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1036943 in OpenERP Addons: "[l10n_fr] Empty Balance Report & Results 
Report"
  https://bugs.launchpad.net/openobject-addons/+bug/1036943

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1036943-rmu/+merge/119841

Hello,

with this merge all entries are showing in both the reports (bilan and compute 
resultant(l10n_fr))
when you install l10n_fr_report.
Thanks
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1036943-rmu/+merge/119841
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1036943-rmu.
=== modified file 'l10n_fr/wizard/fr_report_bilan.py'
--- l10n_fr/wizard/fr_report_bilan.py	2011-01-14 00:11:01 +0000
+++ l10n_fr/wizard/fr_report_bilan.py	2012-08-16 06:49:29 +0000
@@ -49,9 +49,9 @@
         data = {}
         data['form'] = {}
         data['ids'] = active_ids
-        data['form']['fiscalyear'] = self.browse(cr, uid, ids)[0].fiscalyear_id.id
+        data['form']['fiscalyear_id'] = self.browse(cr, uid, ids)[0].fiscalyear_id.id
         return {'type': 'ir.actions.report.xml', 'report_name': 'l10n.fr.bilan', 'datas': data}
 
 account_bilan_report()
 
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== modified file 'l10n_fr/wizard/fr_report_compute_resultant.py'
--- l10n_fr/wizard/fr_report_compute_resultant.py	2011-01-14 00:11:01 +0000
+++ l10n_fr/wizard/fr_report_compute_resultant.py	2012-08-16 06:49:29 +0000
@@ -49,9 +49,9 @@
         data = {}
         data['form'] = {}
         data['ids'] = active_ids
-        data['form']['fiscalyear'] = self.browse(cr, uid, ids)[0].fiscalyear_id.id
+        data['form']['fiscalyear_id'] = self.browse(cr, uid, ids)[0].fiscalyear_id.id
         return { 'type': 'ir.actions.report.xml', 'report_name': 'l10n.fr.compute_resultant', 'datas': data}
 
 account_cdr_report()
 
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

_______________________________________________
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