Merge lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-bug-1178758-mgmtsystem-review into lp:openerp-mgmtsystem

Proposed by Marc Cassuto (SFL)
Status: Merged
Merged at revision: 49
Proposed branch: lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-bug-1178758-mgmtsystem-review
Merge into: lp:openerp-mgmtsystem
Diff against target: 13 lines (+1/-1)
1 file modified
mgmtsystem_review/mgmtsystem_review.xml (+1/-1)
To merge this branch: bzr merge lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-bug-1178758-mgmtsystem-review
Reviewer Review Type Date Requested Status
Joao Alfredo Gama Batista Approve
Review via email: mp+163347@code.launchpad.net

Description of the change

bug fixed in view !

To post a comment you must log in.
Revision history for this message
Joao Alfredo Gama Batista (joao-gama) wrote :

lgtm. no tests.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mgmtsystem_review/mgmtsystem_review.xml'
2--- mgmtsystem_review/mgmtsystem_review.xml 2013-03-04 11:31:40 +0000
3+++ mgmtsystem_review/mgmtsystem_review.xml 2013-05-10 17:41:25 +0000
4@@ -115,8 +115,8 @@
5 <page string="Inputs">
6 <group colspan="4">
7 <separator string="Policy" colspan="2"/>
8+ <field name="policy" attrs="{'readonly':[('state','=','done')]}" colspan="2" nolabel="1"/>
9 <separator string="Changes affecting the management systems" colspan="2"/>
10- <field name="policy" attrs="{'readonly':[('state','=','done')]}" colspan="2" nolabel="1"/>
11 <field name="changes" attrs="{'readonly':[('state','=','done')]}" colspan="2" nolabel="1"/>
12 </group>
13 <newline/>