Anup(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.0-opw-6306-ach into
lp:openobject-addons/6.0.
Requested reviews:
Jay Vora (OpenERP) (jvo-openerp)
Related bugs:
Bug #798615 in OpenERP Server: "account_followup.stat in account_followup
module getting records with same id and throwing error on opening Follow-ups
Sent"
https://bugs.launchpad.net/openobject-server/+bug/798615
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-6306-ach/+merge/65322
Hello,
This fixes the issue with the account_followup's sent followups report.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-6306-ach/+merge/65322
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-6306-ach.
=== modified file 'account_followup/report/account_followup_report.py'
--- account_followup/report/account_followup_report.py 2011-01-14 00:11:01 +0000
+++ account_followup/report/account_followup_report.py 2011-06-21 09:24:28 +0000
@@ -89,7 +89,7 @@
l.reconcile_id is NULL AND
l.partner_id IS NOT NULL
GROUP BY
- l.id, l.partner_id, l.company_id, l.blocked, l.period_id
+ l.partner_id, l.company_id, l.blocked, l.period_id
)""")
account_followup_stat()
_______________________________________________
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