mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 05:12:18 -06:00
[ADD] document_page from odoo/7.0
This commit is contained in:
committed by
Justine Doutreloux
parent
8c49528c56
commit
0f0dc88d03
8
document_page/security/document_page_security.xml
Normal file
8
document_page/security/document_page_security.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data noupdate="0">
|
||||
<record id="base.group_document_user" model="res.groups">
|
||||
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||
</record>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user