Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-crm_meeting-mma into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-crm_meeting-mma/+merge/88192

Hello,

Reproduce the bug :
-------------
step:-
1] install crm, import_google
2] open a Sales/Sales/Leads form view in right panal meeting short key
3] so it's give a AttributeError: View definition error for inherited view 
'import_google.crm_case_tree_view_meet_inherit' on model 'crm.meeting' 

Fix
-----
I Have added a categ_id field in crm_meeting tree view file and also remove a 
state field in tree view which is duplicate 

Thanks.
Mayur Mahehswari [ mma ]
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-crm_meeting-mma/+merge/88192
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-crm_meeting-mma.
=== modified file 'crm/crm_meeting_view.xml'
--- crm/crm_meeting_view.xml	2012-01-04 11:28:02 +0000
+++ crm/crm_meeting_view.xml	2012-01-11 12:15:31 +0000
@@ -229,7 +229,6 @@
         <field name="arch" type="xml">
             <tree string="Meetings"
                 colors="red:state=='open';black:state in ('draft', 'cancel','done','pending')">
-                <field name="state" invisible="1"/>
                 <field name="name" string="Subject" />
                 <field name="user_id"/>
                 <field name="date"/>
@@ -237,6 +236,7 @@
                 <field name="duration" />
                 <field name="partner_id" string="Partner" />
                 <field name="location" />
+                <field name="categ_id" />
             </tree>
         </field>
     </record>

_______________________________________________
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