Merge lp:~openerp-dev/openobject-addons/trunk-bug-1120458-ishwar into lp:openobject-addons

Proposed by Ishwar Malvi(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1120458-ishwar
Merge into: lp:openobject-addons
Diff against target: 14 lines (+4/-0)
1 file modified
account/report/account_invoice_report.py (+4/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1120458-ishwar
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+153068@code.launchpad.net

Description of the change

Hello,
     I have fixed a problem of crm_partner_assign : update sales module, it delete crm_partner_assign_report because crm_partner_assign_report view depends on account_invoice_report.

Thanks,
Ishwar Malvi

To post a comment you must log in.

Unmerged revisions

8615. By Ishwar Malvi(OpenERP)

[FIX]crm_partner_assign : Problem analyzing partnership menu

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/report/account_invoice_report.py'
2--- account/report/account_invoice_report.py 2012-12-19 10:57:58 +0000
3+++ account/report/account_invoice_report.py 2013-03-13 07:40:37 +0000
4@@ -217,6 +217,10 @@
5 self._table,
6 self._select(), self._sub_select(), self._from(), self._group_by()))
7
8+ crm_partner_assign = self.pool.get("crm.partner.report.assign")
9+ if crm_partner_assign:
10+ crm_partner_assign.init(cr)
11+
12 account_invoice_report()
13
14 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

Subscribers

People subscribed via source and target branches

to all changes: