mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
fix status bar in page approval
(../7.0pageapproval/ rev 2)
This commit is contained in:
parent
deb40c7b37
commit
757ffe08ec
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user