Bharat Devnani (Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-898619-bde into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #898619 in OpenERP Addons: "can't send a mail to partner from Send
followups wizard"
https://bugs.launchpad.net/openobject-addons/+bug/898619
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-898619-bde/+merge/84751
Hello Sir,
I have done some modifications in
account_followup/report/account_followup_report.py
and account_followup/wizard/account_followup_print.py in order to fix the bug.
Thanks & Regards,
Devnani Bharat R.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-898619-bde/+merge/84751
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-898619-bde.
=== modified file 'account_followup/report/account_followup_report.py'
--- account_followup/report/account_followup_report.py 2011-11-17 14:51:49 +0000
+++ account_followup/report/account_followup_report.py 2011-12-07 12:53:25 +0000
@@ -68,7 +68,7 @@
cr.execute("""
create or replace view account_followup_stat as (
SELECT
- l.id as id,
+ l.partner_id AS id,
l.partner_id AS partner_id,
min(l.date) AS date_move,
max(l.date) AS date_move_last,
=== modified file 'account_followup/wizard/account_followup_print.py'
--- account_followup/wizard/account_followup_print.py 2011-11-17 14:51:49 +0000
+++ account_followup/wizard/account_followup_print.py 2011-12-07 12:53:25 +0000
@@ -93,7 +93,7 @@
cr.execute("""
create or replace view account_followup_stat_by_partner as (
SELECT
- l.partner_id * 10000 + l.company_id as id,
+ l.partner_id AS id,
l.partner_id AS partner_id,
min(l.date) AS date_move,
max(l.date) AS date_move_last,
_______________________________________________
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