mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 21:57:44 -06:00
start porting
This commit is contained in:
committed by
Loïc Faure-Lacroix
parent
cf4594facd
commit
858afe6390
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data noupdate="0">
|
||||
<record id="base.group_document_approver_user" model="res.groups">
|
||||
<field name="name">Document approver</field>
|
||||
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||
</record>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user