mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 21:32:18 -06:00
start porting
fix act_draft and minor ui fix remove unused variables change order of xml data files
This commit is contained in:
committed by
Pedro M. Baeza
parent
de3d666140
commit
e19d219b51
@@ -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