Merge lp:~openerp-dev/openobject-addons/6.1-opw-574783-rha into lp:openobject-addons/6.1

Proposed by Rifakat Husen (OpenERP)
Status: Approved
Approved by: Vinay Rana (OpenERP)
Approved revision: 6798
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-574783-rha
Merge into: lp:openobject-addons/6.1
Diff against target: 12 lines (+1/-1)
1 file modified
account/partner_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-574783-rha
Reviewer Review Type Date Requested Status
Vinay Rana (OpenERP) (community) Approve
Naresh(OpenERP) Pending
Review via email: mp+105645@code.launchpad.net

Description of the change

Hello,

Removed calender view mode of act_window "Contracts/Analytic Accounts".

Steps to reproduce,

1. Open act window "Contracts/Analytic Accounts" from Partner(Customer or Supplier) form
2. It opens analytic accounts in list view.
3. Click on calender view, it raises error.

There is no calender view defined for Analytic Accounts.

Please review it.

Regards,
Rifakat Haradwala

To post a comment you must log in.
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) wrote :

This particular patch will fixes the issue for warning pop up which is raise currently.

review: Approve
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello,

This bug was qualified as Confirmed on Trunk (means still existing and reproducible). A Merge Proposal for trunk was created to fix it. Here is the link to follow the MP on Launchpad https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-574783-port-mma/+merge/132306 and be informed once it's been merged in trunk: ... If this Merge Proposal could not be merged in v6.1 at the release of v7.0, it will be closed.

Thanks,
Naresh Soni

Unmerged revisions

6798. By Rifakat Husen (OpenERP)

[FIX] account: removed ref of view mode as calender in act_window

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/partner_view.xml'
2--- account/partner_view.xml 2011-09-21 07:13:12 +0000
3+++ account/partner_view.xml 2012-05-14 12:20:31 +0000
4@@ -140,7 +140,7 @@
5 context="{'search_default_partner_id':[active_id], 'default_partner_id': active_id}"
6 src_model="res.partner"
7 view_type="form"
8- view_mode="tree,form,graph,calendar"
9+ view_mode="tree,form,graph"
10 groups="base.group_extended"/>
11
12 <record id="view_res_partner_reconcile" model="ir.ui.view">