[IMP] add a sale_order_customer demo

bzr revid: mva@openerp.com-20120417123849-y2n8omrvahhj5tvq
This commit is contained in:
MVA 2012-04-17 14:38:49 +02:00
parent f73b9b0917
commit 14d71a8aad
2 changed files with 14 additions and 0 deletions

View File

@ -35,6 +35,7 @@
"init_xml" : [
],
"demo_xml" : [
"portal_customer_demo.xml",
],
"update_xml" : [
"security/portal_customer_security.xml",

View File

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<openerp>
<data>
<record id="Customer_demo" model="res.users">
<field name="name">demo_customer_portal</field>
<field name="login">demo_customerl</field>
<field name="password">demo</field>
<field name="groups_id" eval="[(6,0,[ref('group_sales_portal')])]"/>
</record>
</data>
</openerp>