mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 17:38:42 -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 = {
|
_columns = {
|
||||||
'state': fields.selection([
|
'state': fields.selection([
|
||||||
('draft','Draft'),
|
('draft','Draft'),
|
||||||
('approved','Approved')], 'State', readonly=True),
|
('approved','Approved')], 'Status', readonly=True),
|
||||||
}
|
}
|
||||||
|
|
||||||
def page_approval_draft(self, cr, uid, ids):
|
def page_approval_draft(self, cr, uid, ids):
|
||||||
|
Loading…
Reference in New Issue
Block a user