Skip to content

Commit

Permalink
Add demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Oct 9, 2016
1 parent 1e181f0 commit d856fbc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmis/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
'views/cmis_menu.xml',
'views/cmis_backend.xml',
],
'demo': [
'demo/cmis_backend_demo.xml',
],
'installable': True,
}
14 changes: 14 additions & 0 deletions cmis/demo/cmis_backend_demo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<data noupdate="1">

<record id="cmis_backend_alfresco" model="cmis.backend">
<field name="name">alfresco</field>
<field name="username">admin</field>
<field name="password">admin</field>
<field name="location">http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/browser/</field>
</record>

</data>

</odoo>

0 comments on commit d856fbc

Please sign in to comment.