Merge lp:~openerp-dev/openobject-addons/trunk-bug-1132507-yogesh into lp:openobject-addons

Proposed by Yogesh Parekh(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1132507-yogesh
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
project/project_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1132507-yogesh
Reviewer Review Type Date Requested Status
Nimesh Contractor(Open ERP) (community) Disapprove
OpenERP Core Team Pending
Review via email: mp+151199@code.launchpad.net

This proposal supersedes a proposal from 2013-02-28.

Description of the change

Hello,

    Fixed Invisible button task condigution.

Thanks,
Yogesh.

To post a comment you must log in.
Revision history for this message
Mohammed Shekha(Open ERP) (msh-openerp) wrote :

Hello Yogesh,

It seems rather an issue of web, as we might put 0 for False many places, as 0 fails to pass truth test with false, we have used isEqual(deep comaring of object but fails to comapre 0 and false while 0==false returns true with simple comparison) to compute domain, I have fixed same for version 7.0 in lp:~openerp-dev/openerp-web/7.0-opw-586613-msh.

Thanks.

Revision history for this message
Nimesh Contractor(Open ERP) (nco-openerp) wrote :
review: Disapprove

Unmerged revisions

8583. By Damián Soriano

[FIX] Invisible button task condigution

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'project/project_view.xml'
2--- project/project_view.xml 2013-02-25 12:03:31 +0000
3+++ project/project_view.xml 2013-03-01 11:10:01 +0000
4@@ -94,7 +94,7 @@
5 </div>
6 <div class="oe_right oe_button_box" name="buttons" groups="base.group_user">
7 <button name="%(act_project_project_2_project_task_all)d" string="Tasks"
8- type="action" attrs="{'invisible':[('use_tasks','=', 0)]}"/>
9+ type="action" attrs="{'invisible':[('use_tasks','=', False)]}"/>
10 <button name="attachment_tree_view" string="Documents" type="object"/>
11 </div>
12 <group>

Subscribers

People subscribed via source and target branches

to all changes: