project missing state field (BLOCKING issue)

Bug #929519 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Medium
OpenERP R&D Addons Team 1

Bug Description

web client fails to open partner

=== modified file 'project/res_partner_view.xml'
--- project/res_partner_view.xml 2011-12-19 16:54:40 +0000
+++ project/res_partner_view.xml 2012-02-09 13:28:21 +0000
@@ -26,6 +26,7 @@
                             <field name="name"/>
                             <field name="user_id"/>
                             <field name="date_deadline"/>
+ <field name="state"/>
                            <button name="do_open" states="pending,draft,done,cancelled" string="Start Task" type="object" icon="gtk-media-play" help="For changing to open state" invisible="context.get('set_visible',False)"/>
                            <button name="action_close" states="draft,pending,open" string="Done" type="object" icon="terp-dialog-close" help="For changing to done state"/>
                         </tree>

Related branches

Changed in openobject-addons:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1)
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Kuldeep Joshi(OpenERP) (kjo-openerp) wrote :

Hello, Thanks For Reporting.

We have tested issue at our end and it's valid point.Your patch seems working ok . So, applying patch in branch https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-929519-kjo
revision-id: <email address hidden>
revno: 6544

It will be available in trunk soon.

Thank's for your contribution

Changed in openobject-addons:
status: In Progress → Fix Committed
Revision history for this message
Thibault Delavallée (OpenERP) (tde-openerp) wrote :

Hello,

Thanks for reporting and fixing. Fix landed in trunk.
revno: 6569
revision-id: <email address hidden>

Best regards,

Changed in openobject-addons:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.