fix status bar in page approval

(../7.0pageapproval/ rev 2)
This commit is contained in:
Jonatan Cloutier 2013-04-17 15:09:53 -04:00
parent deb40c7b37
commit 757ffe08ec

View File

@ -25,7 +25,7 @@ class document_page_wkfl(orm.Model):
_columns = {
'state': fields.selection([
('draft','Draft'),
('approved','Approved')], 'State', readonly=True),
('approved','Approved')], 'Status', readonly=True),
}
def page_approval_draft(self, cr, uid, ids):