mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-20 04:12: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
Bhavesh Heliconia
parent
3237814f47
commit
c3dd8a3948
@@ -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