start porting

This commit is contained in:
Giorgio Borelli
2014-11-11 18:55:52 +01:00
committed by Loïc Faure-Lacroix
parent cf4594facd
commit 858afe6390
14 changed files with 352 additions and 308 deletions

View File

@@ -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>