← Back to team overview

openerp-india team mailing list archive

[Bug 929519] Re: project missing state field (BLOCKING issue)

 

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: kjo@xxxxxxxxxxx-20120210110653-a6r1u9bc4oinshd7
revno: 6544

It will be available in trunk soon.

Thank's for your contribution

** Changed in: openobject-addons
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/929519

Title:
  project missing state field (BLOCKING issue)

Status in OpenERP Addons (modules):
  Fix Committed

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>

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/929519/+subscriptions


References