mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 05:42:13 -06:00
create document_page_approval module
(../7.0pageapproval/ rev 1) fix status bar in page approval (../7.0pageapproval/ rev 2) change approval workflow in page history and started to add showing approved page in normal page (../7.0pageapproval/ rev 3) show last approved content and aproved by (../7.0pageapproval/ rev 4) Fix bug on page creation (../7.0pageapproval/ rev 5) add status in history tree view (../7.0pageapproval/ rev 6) add a need approval field and hide the workflow when no approval needed (../7.0pageapproval/ rev 7) add access validation to approval (../7.0pageapproval/ rev 8) give rigth to Page aprover group on the page_history model and hide the button for unallowed group thought the security isn't enforced a the orm level (../7.0pageapproval/ rev 9) made invisible the prover group when not needed (../7.0pageapproval/ rev 10) add email to aprovers group's members (../7.0pageapproval/ rev 11)
This commit is contained in:
committed by
Víctor Martínez
parent
827fc0d8dc
commit
7844730f3e
2
document_page_approval/security/ir.model.access.csv
Normal file
2
document_page_approval/security/ir.model.access.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
document_page_history,document.page.history,model_document_page_history,base.group_document_approver_user,1,1,1,0
|
||||
|
Reference in New Issue
Block a user