add access validation to approval

(../7.0pageapproval/ rev 8)
This commit is contained in:
Jonatan Cloutier
2013-06-10 13:19:04 -04:00
parent 19e016bf75
commit 0e79e6f0e3
2 changed files with 11 additions and 4 deletions

View File

@@ -34,5 +34,9 @@ Add a workflow to approve page modification and show the approved version by def
'installable': True,
'auto_install': False,
'images': [],
'data': [
'security/document_page_security.xml',
'security/ir.model.access.csv',
]
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: